/* This CSS controls the Red theme. */

body {
  color: #000;
  background-color: #FFF;
}
td { color: #000; }
tr.titlebar, h2.titlebar { background-color: #B64234; }
tr.section_title {
  color:            #FFF;
  background-color: #B64234;
}
td.section_title {
  color:            #FFF;
  background-color: #B64234;
}

td.titlebar { color: #FFF; }
table.nodelet_container { background-color: #B64234; }
a:link    { color: #933  }
a:visited { color: #339 }

a.titlebar:link, a.titlebar:visited { color: #FFF; }

tbody.nodelet td, td.nodebody { background-color: #FFF; }
tbody.nodelet th, th.nodehead {
  color:             #FFF;
  background-color:  #B64234;
}

tr.post_head, tr.ntc-head, .highlight {
  background-color: #EDD;
}

tbody.nodelet th a:link, tbody.nodelet th a:visited { color: #FFF; }
.chatsubmit { background-color: #B64234; }
.comment-on { background-color: #B64234; }
table#replies_table { background-color: #B64234; }
