
body {
  background-color: #000000;
  margin-top: 12px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 6px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 20px;
  color: #444444;
}

td {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 20px;
  color: #444444;
}

form {
  margin: 0px;
}

p {
  margin-top: 8px;
  margin-bottom: 0px;
}

a {
  color: #4E1313;
}

a:hover {
  color: #A67F32;
}
body .topLeftBoxMargins a {
  color: #BF923B;
}
body .topLeftBoxMargins a:hover {
  color: #fff;
}

/* ======================== NOTES ======================== */
/*
the 'background' divs allow the color to extend outward to fill the screen,
while the 'container' divs hold the space, for when a browser window is narrower than 1024.

*/


/* ======================== Header ======================== */

#headerBackground {
  background-color: #5C2626;
}

#headerContainer {
  height: 100px;
  width: 860px;
  background-color: #5C2626;
  margin-left: auto;
  margin-right: auto;
  color: #888888;
}

#headerLeft {
  float:left;
  width: 230px;
}

#headerRight {
  float:left;
  width: 630px;
  text-align: right;
}

.headerSearchField {
  font-size: 11px;
  line-height: 14px;
  /* height: 15px; */
  text-indent: 5px;
  /*vertical-align: baseline;*/
}

#headerRight a {
color: #EEE;
text-decoration: none;
font-size: 13px;
line-height: 20px;
}

#headerRight a:hover {
color: #FFF;
text-decoration: underline;

}


/* ======================== Footer ======================== */

#footerBackground {
  background-image: url(/images/footer-bg.gif);
  background-repeat: repeat-x;
}

#footerContainer {
  width: 860px;
  background-image: url(/images/footer-bg.gif);
  background-repeat: repeat-x;
  margin-left: auto;
  margin-right: auto;
  color: #DDDDDD;
  font-size: 10px;
  line-height: 18px;
  padding-top: 7px;
}

#footerContainer a {
  color: #DDDDDD;
  text-decoration:none;
}

#footerContainer a:hover {
  color: #FFFFFF;
  text-decoration:underline;
}

#footerLeft {
  float:left;
  width: 580px;
}

#footerRight {
  float:left;
  width: 280px;
  text-align:right;
}

#ieLink {
  padding-top: 7px;
}

#ieLink a {
  color: #707070;
}

#ieLink a:hover {
  color: #BBBBBB;
}

/* ======================== Nav ======================== */

/*
This section was getting ridiculously long, so I moved it to it's own file...
*/

/* ======================== Middle section ======================== */

#mainBackground {
  background-color: #4E1313;
}

#mainContainer {
  width: 860px;
  background-color: #4E1313;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
}

/* ======================== Columns for Bucket Layout  ======================== */

.column6x {
  width: 860px;
  float: left;
}

.column4x {
  width: 570px;
  float: left;
}

.column3x {
  width: 425px;
  float: left;
}

.column2x {
  width: 280px;
  float: left;
}

.column1x {
  width: 135px;
  float: left;
}


/* ======================== Misc Styles ======================== */

.clear {
  clear:both;
  font-size: 1px;
  line-height: 1px;
}


/* ======================== Forum Styles ======================== */

div.forumSection {
/*  margin-top: 15px;*/
  margin-top: 15px;
  padding: 10px 15px 15px;
  background-color: #6F2D2D;
}
div.forumSection h1 {
  margin-top: 0;
  font-size: 18px;
}
div.forumSection h1 a.title {
  color: #fff;
  float: left;
}
div.forumSection h1 a.see_all {
  color: #fff;
  float: right;
  font-size: 12px;
}
div.forumSection h1 a:hover {
  color: #A67F32;
}
/*** Forum List ***/
table.forum {
  width: 100%;
  clear: left;
  background: #fff;
  margin-bottom: 10p;
}
table.forum tr td {
  text-align: left;
  padding: 5px 0 5px 8px;
  border-bottom: 1px solid #ddd;
}
table.forum th {
  background: #2F0A0A;
  padding: 8px;
  text-align: left;
  font-size: 12px;
  color: #DAAFAC;
}
table.forum th.replies {
  text-align: center;
}
table.forum .list tr td.topic {
  width: 45%;
  font-size: 14px;
  padding-left: 10px;
  font-weight: bold;
}
table.forum .list tr td.replies { 
  text-align: center;
  width: 14%;
  padding-left: 8px;
}


/*** Forum Post ***/
table.forum.entry tr th.topic span.date {
/*  width: 50%;*/
  text-align: right;
  float: right;
}
table.forum.entry tr th.topic span.title {
  float: left;
}
table.forum.entry tr td {
  border-bottom: none;
  vertical-align: top;
}
table.forum.entry tr td.user {
  width: 20%;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: #000;
}
table.forum.entry tr td.body {
  width: 75%;
}
table.forum.entry tr td.body p {
  margin-top: 0;
}
table.forum.entry tr td.body span.buttons {
  display: block;
  clear: left;
  float: right;
  margin-bottom: 10px;
}
table.forum.entry tr td.body span.buttons a {
  padding: 2px 8px;
  margin-left: 4px;
  background: #DFD2AE;
  border: 1px;
  float: left;
  text-decoration: none;
  border: 1px solid #999;
  border-top: none; border-left: none;
  font-weight: bold;
}
table.forum.entry tr td.number {
  padding: 10px;
  text-align: right;
  font-size: 16px;
  font-weight: bold;
  color: #aaa;
}
