/* This CSS controls the Night Shift theme. */

.reply-new-body, .reply-body,
body {
  color:            #080;
  background-color: #000;
}
td { color: #007F00; }
tr.titlebar, h2.titlebar { background-color: #003600; }
tr.section_title {
  color:            #000;
  background-color: #003600;
}
td.section_title {
  color:            #000;
  background-color: #003600;
}
tr.post_head, tr.ntc-head { background-color: #003600; }
.highlight { background-color: #003600; }
td.titlebar  { color: #0A0; }
table.nodelet_container { background-color: #003600; }
a:link    { color: #00C600  }
a:visited { color: #0A0 }
a.titlebar:link, a.titlebar:visited { color: #0A0; }

tbody.nodelet td, td.nodebody { background-color: #000; }
tbody.nodelet th, th.nodehead {
  color:             "080";
  background-color:  #000;
}

tbody.nodelet th a:link, tbody.nodelet th a:visited { color: #080; }

div.readmore {background-color: #222;}
.chatsubmit { background-color: #003600; }
.comment-on { background-color: #003600; }
table#replies_table { background-color: #003600; }

