/* General community colors:
   - headers: #a98250 */

.alt h3,
table.wide tr th {
  background-color: #a98250;
  color: #d8cab0;
}

table.topics tr td.c2{
  background-color: white;
}

table.topics tr td.c1{
  background-color: white;
}

#NavBar, .hentry, .box, dl.vcard, .fresh dl, #CommunityFooter, .hentry .tags {
  border-color: black;
}

table tr td.lp {
  border-color: black;
  background-color: white;
}

table.forums tr td.c1 {
  border-color: black;
  background-color: white;
} 

table.forums tr td.c2 {
  border-color: black;
  background-color: white;
}

table.forums tr td.c3 {
  border-color: black;
  background-color: white;
}

div.stats {
  background: transparent;
}

table.wide {
  background-color: white;
}

.box h3 {
  border: none;
}

table.topics tr td.c2 {
  border-color: black;
}

table.topics tr td.c1 {
  border-color: black;
}

table.topics tr td.stat {
  border-color: black;
  background-color: white;
}
.post .body p.topic{
  background-color: white;
}

table.posts.wide {
  border: none;
  background-color: transparent;
}

.post .author {
  border: 1px solid black;
  background-color: white;
}

.post .body.entry-content{
  border: 1px solid black;
  background-color: white;
  border-right: none;
}

table.posts tr.spacer td {
  background-color: transparent;
}

table.posts td.quote_icon_column {
  background-color: white;
  border: 1px solid black;
  border-left: none;
  vertical-align: bottom;
}

#topic_mod {
  font-size: 67%;
}

#NavBar, .hentry, .box, dl.vcard, .fresh dl, #CommunityFooter, .hentry .tags {
  background-color: transparent;
  border-color: #918f8f;
  border-left: none;
  border-right: none;
}


input[type="text"], input[type="password"], textarea {
  font-size: 13px;
}

h6.all a {
  color: green;
}

div.quoted_post {
  margin: 15px;
}

div.quote_text {
  border: thin dashed #918F8F;
  padding: 5px;
  background-color: white;
}





/* Profile Stuff */

.centered {
  width: 478px;
  margin: auto;
  text-align: left;
}


/*community stuff*/

.forum_th {
  background-color: #a98250;
  color: #E6E5B7;
  border-color: black;
}

