
* {
  margin: 0;
  padding: 0;
}

a { color: #339; }
th {
  font-weight: bold;
  text-align: left;
  color: #000;
  background-color: #FFF;
}
img, iframe { border: none; }
body {
  background-color: #FFF;
  color: #333;
  font-size: 0.85em;
  font-family: sans-serif;
}
h1 {
  font-size: 2.2em;
  font-weight: bold;
}
h3, h3 a, h4, h4 a {
  color: #000;
  background-color: #FFF;
}
h3 {
  font-size: 1.4em;
  margin-top: 1em;
}
h4 {
  font-size: 1.2em;
  margin-top: 0.8em;
}
h3 a, h4 a { text-decoration: none; }
p, form, ul, dl { margin-top: 0.5em; }
li {
  margin-left: 3em;
  list-style: none;
}
dd { margin-left: 3em; }
dt {
  font-weight: bold;
  color: #000;
  background-color: #FFF;
}
table { table-layout: fixed; }
td { overflow: hidden; }

.note, .warn, .emph { font-weight: bold; }

#titlebar {
  position: absolute;
  top: 0;
  width: 100%;
  height: 35px;
  color: #EEE;
  background-color: #080;
  border-bottom: 1px solid #000;
  font-size: 13px;
}
#titlebar p {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 18px;
  font-weight: bold;
  margin: 0;
  color: #080;
  background-color: #FFF;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
}
#titlebar h1 { font-size: 30px; }
#titlebar div { padding: 0 1em; }

#topnav {
  position: absolute;
  top: 35px;
  width: 100%;
  height: 20px;
  font-size: 16px;
  text-align: center;
}
#topnav, #topnav p {
  margin: 0;
}
#topnav, #topnav a {
  color: #EEE;
  background-color: #080;
  text-decoration: none;
  font-weight: bold;
}
#topnav span {
  margin: 0 1em;
}

#searchbar {
  position: absolute;
  top: 56px;
  width: 100%;
  height: 35px;
}

#promo {
  position: absolute;
  top: 115px;
  width: 100%;
  height: 20px;
  text-align: center;
  font-size: 15px;
}

#navbar a {
  color: #EEE;
  font-weight: bold;
  text-decoration: none;
  margin: 0 0.3em;
}
#navbar a { background-color: #080; }
#navbar a:hover { color: #EEE; }
#navbar a:hover { background-color: #5B3; }
#navbar p { margin: 0; }
#sitelink {
  width: 100%;
  text-align: center;
  margin-top: 5em;
}
#sitelink a { margin: 1em 0.3em; }
#topbanner {
  position: absolute;
  top: 140px;
  width: 100%;
  text-align: center;
  padding: 0.3em;
  height: 95px;
  overflow: hidden;
}

.feed, #latestnews, #latestgames {
  width: 100%;
  margin-top: 5em;
}
.feed li, #latestnews li, #latestgames li {
  margin: 0 0 0 1em;
  color: #333;
  background-color: #FFF;
  font-weight: bold;
  font-size: 0.85em;
  list-style: square;
}
.feed div, #latestnews div, #latestgames div {
  border-bottom: 1px solid #000;
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 0.05em;
}
.feed a, #latestnews a, #latestgames a {
  color: #333;
  background-color: #FFF;
  display: block;
  width: 100%;
  font-weight: bold;
  text-decoration: none;
}
.feed a:hover, #latestnews a:hover, #latestgames a:hover {
  color: #333;
  background-color: #EEE;
}

#leftcol {
  left: 0;
  width: 175px;
}
#rightcol {
  right: 0;
  width: 167px;
}
#leftcol, #rightcol {
  position: absolute;
  top: 235px;
  vertical-align: top;
}
#leftcol ul, #rightcol ul {
  margin: 0;
}
#leftcol div, #rightcol div {
  margin-top: 1em;
  margin-bottom: 1em;
  color: #000;
  background-color: #FFF;
  width: 100%;
}
#leftcol div div, #rightcol div div {
  border-bottom: 1px solid #000;
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 0.05em;
}
#leftcol p, #rightcol p {
  color: #333;
  background-color: #FFF;
  margin: 0;
  width: 100%;
  font-weight: bold;
  font-size: 0.85em;
}
#leftcol a, #rightcol a {
  color: #333;
  background-color: #FFF;
  display: block;
  width: 100%;
  font-weight: bold;
}
#leftcol div a, #rightcol div a { text-decoration: none; }
#leftcol a:hover, #rightcol a:hover {
  color: #333;
  background-color: #EEE;
}

#centercol {
  position: absolute;
  top: 235px;
  left: 177px;
  right: 169px;
  vertical-align: top;
  overflow: hidden;
}

#contentbox {
  position: absolute;
  top: 235px;
  left: 177px;
  right: 0;
  vertical-align: top;
}

#boxad {
  width: 300px;
  height: 250px;
  float: right;
}

/* these first two parts are safe for IE and make it look decent */
#messagelist { line-height: 1.2em; }
#messagelist ul {
  margin: 0 0 0 1em;
}

/* the rest of the messagelist stuff is hidden by the [iebug] bit */
#messagelist ul, [iebug] {
  position: relative;
}
#messagelist > ul > div, #messagelist > ul > li > div, [iebug] { display: none; }
/* disabled... doesn't quite get things right when the last reply has replies of its own
#messagelist ul > div, [iebug] {
  position: absolute;
  top: 0;
  width: 0.5em;
  left: 0.5em;
  bottom: 0.6em;
  border-left: 1px solid #000;
}
*/
#messagelist span, [iebug] {
  position: absolute;
  top: 0;
  bottom: 0.6em;
  width: 0.5em;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
}
#messagelist li, [iebug] {
  position: relative;
  margin: 0;
}
#messagelist li div, [iebug] {
  margin: 0 0.2em 0 0.5em;
  width: 0.5em;
  height: 0.6em;
  float: left;
}

#messagebody {
  font-family: monospace;
  margin: 0.5em 0;
}
#messagebody p {
  margin: 0 0 1em 0;
  padding: 0;
}

#ratingbox, #ratingbox * {
  color: #000;
  background-color: #DDD;
}
#ratingpoints { background-color: #FFF; }

.pricelist {
  position: relative;
  width: 100%;
  border-spacing: 0;
}
.pricelist caption {
  caption-side: top;
  color: #000;
  background-color: #FFF;
  font-size: 1.4em;
  margin-top: 1em;
}
.pricelist .item { width: 70%; }
.pricelist .price { width: 15%; }
.pricelist .quantity { width: 15%; }
.pricelist .odd {
  color: #333;
  background-color: #CCC;
}
.pricelist .even {
  color: #333;
  background-color: #EEE;
}

.grid div div {
  float: left;
  width: 30%;
}
.grid span {
  display: block;
  clear: both;
}

#perfstats th,#perfstats td,#stats th,#stats td {
  text-align: right;
}
#perfstats th,#stats th {
  width: 8em;
}

.newsitem p {
  margin: 0 0 1em 0;
  padding: 0;
}
.newsitem div {
  color: #666;
  background-color: #FFF;
  font-size: 0.8em;
}

.preview, .preview h4, .preview div {
  color: #333;
  background-color: #E2E2E2;
}
