#contents .board {
  background-color: rgb(0,0,0);
  border-left: 1px solid rgb(85,85,85);
  margin: 20px 0 20px 110px;
}

.board h1 {
  background-color: rgb(10,10,10);
  border-top: 1px solid rgb(85,85,85);
  border-bottom: 1px solid rgb(85,85,85);
  padding: 3px 5px 7px 5px;
  margin: 0;
  font-size: 10pt;
  font-weight: bold;
}

.board .description {
  margin-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgb(85,85,85);
  text-align: center;
}

.board .postcount {
  float: right;
  padding: 5px 10px 10px 5px;
  margin: 0 0 0 10px;
  font-size: 8pt;
}

.board .threadcount {
  float: left;
  padding: 5px 5px 10px 10px;
  margin: 0 10px 0 0;
  font-size: 8pt;
}

.board .preview {
  display: none;
  border-bottom: 1px solid rgb(85,85,85);
  padding: 15px 10px 5px 10px;
  margin: 0;
  font-size: 8pt;
  font-weight: normal;
}

.board .footer {
  height: 2.5ex;
  background-color: rgb(10,10,10);
  border-bottom: 1px solid rgb(85,85,85);
  padding: 2px 3px;
  font-size: 8pt;
  text-align: center;
}

#contents .thread {
  background-color: rgb(0,0,0);
  border-left: 1px solid rgb(85,85,85);
  margin: 20px 0 20px 110px;
}

.thread .title {
  background-color: rgb(10,10,10);
  border-width: 1px 0 1px 0;
  border-style: solid;
  border-color: rgb(85,85,85);
  padding: 2px 0 5px 5px;
  margin: 0;
  font-size: 10pt;
  line-height: 14pt;
  font-weight: bold;
}

.thread h1 {
  background-color: rgb(10,10,10);
  border-bottom: 1px solid rgb(85,85,85);
  padding: 3px 5px 7px 5px;
  margin: 0;
  font-size: 10pt;
  font-weight: bold;
}

.thread .date {
  float: left;
  background-color: rgb(10,10,10);
  border-width: 0 1px 1px 0;
  border-style: solid;
  border-color: rgb(85,85,85);
  padding: 5px;
}

.thread .links {
  text-align: center;
  font-size: 8pt;
  margin-top: 1px;
}

.thread .links a {
  background-color: rgb(10,10,10);
  float: right;
  border-width: 0 0 1px 1px;
  border-style: solid;
  border-color: rgb(85,85,85);
  text-decoration: none;
  padding: 5px;
}

.thread .links a:hover {
  background-color: rgb(180,180,180);
  color: rgb(0,0,0);
}

.thread .links a:active {
  background-color: rgb(222,222,222);
  color: rgb(0,0,0);
}

.thread h2 {
  background-color: rgb(10,10,10);
  border-bottom: 1px solid rgb(85,85,85);
  padding: 2px 2px 2px 5px;
  margin: 0;
  font-size: 8pt;
  font-weight: normal;
}

.thread .stuff {
  border-bottom: 1px solid rgb(85,85,85);
  margin: 0;
  padding: 35px 10px 20px 10px;
}

.thread .preview {
  display: none;
  border-bottom: 1px solid rgb(85,85,85);
  padding: 5px;
  margin: 0;
  font-size: 8pt;
  font-weight: normal;
}

.quote {
  overflow: hidden;
  border: solid 1px rgb(85,85,85);
  background-color: rgb(50,50,50);
  color: rgb(245,245,245);
  padding: 10px;
  margin: 10px 50px;
}

.quote a {
  color: rgb(245,245,245);
}

.quote .quote {
  overflow: hidden;
  border: solid 1px rgb(85,85,85);
  background-color: rgb(100,100,100);
  color: rgb(235,235,235);
  padding: 10px;
  margin: 10px 20px;
}

.quote .quote a {
  color: rgb(235,235,235);
}

.quote .quote .quote {
  overflow: hidden;
  border: solid 1px rgb(85,85,85);
  background-color: rgb(150,150,150);
  color: rgb(35,35,35);
  padding: 10px;
  margin: 10px 20px;
}

.quote .quote .quote a {
  color: rgb(35,35,35);
}

.quote .quote .quote .quote {
  overflow: hidden;
  border: solid 1px rgb(85,85,85);
  background-color: rgb(200,200,200);
  color: rgb(25,25,25);
  padding: 10px;
  margin: 10px 20px;
}

.quote .quote .quote .quote a {
  color: rgb(25,25,25);
}

.thread .footer {
  background-color: rgb(10,10,10);
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: rgb(85,85,85);
  padding: 2px 3px 2px 5px;
  font-size: 8pt;
  text-align: center;
  height: 2.5ex;
}

.thread .footer .commentcount {
  float: left;
}

.thread .footer .sig {
  float: right;
}

.thread .title .links a {
  border-width: 0 0 0 1px;
  border-style: solid;
  border-color: rgb(85,85,85);
  padding: 2px 4px;
}

#contents .post {
  background-color: rgb(0,0,0);
  border-width: 1px 0 1px 1px;
  border-style: solid;
  border-color: rgb(85,85,85);
  margin: 20px 0 20px 0;
  overflow: hidden;
}

.post .authorinfo {
  float: left;
  border-right: 1px solid rgb(85,85,85);
  padding: 5px 5px 5px 0;
  font-size: 8pt;
  line-height: 14pt;
  text-align: center;
  width: 105px;
}

.post .links {
  text-align: center;
  font-size: 8pt;
}

.post .links a {
  background-color: rgb(10,10,10);
  float: right;
  border-width: 0 0 1px 1px;
  border-style: solid;
  border-color: rgb(85,85,85);
  text-decoration: none;
  padding: 5px;
  margin: 0;
}

.post .links a:hover {
  background-color: rgb(180,180,180);
  color: rgb(0,0,0);
}

.post .links a:active {
  background-color: rgb(222,222,222);
  color: rgb(0,0,0);
}

.post .linkdesc {
  font-size: 8pt;
}

.post .stuff {
  margin: 0 0 0 110px;
  padding: 35px 10px 20px 10px;
  border-left: 1px solid rgb(85,85,85);
}

.post .date {
  float: left;
  position: absolute;
  left: 132px;
  background-color: rgb(10,10,10);
  border-width: 0 1px 1px 1px;
  border-style: solid;
  border-color: rgb(85,85,85);
  padding: 5px;
  font-size: 8pt;
}

.post .footer {
  height: 2.5ex;
  background-color: rgb(10,10,10);
  border-top: 1px solid rgb(85,85,85);
  padding: 2px 3px 2px 113px;
  font-size: 8pt;
  text-align: center;
}

.post .quote {
  overflow: hidden;
  border: solid 1px rgb(85,85,85);
  background-color: rgb(50,50,50);
  color: rgb(245,245,245);
  padding: 10px;
  margin: 10px 50px;
}

.post .quote a {
  color: rgb(245,245,245);
}

.post .quote .quote {
  overflow: hidden;
  border: solid 1px rgb(85,85,85);
  background-color: rgb(100,100,100);
  color: rgb(235,235,235);
  padding: 10px;
  margin: 10px 20px;
}

.post .quote .quote a {
  color: rgb(235,235,235);
}

.post .quote .quote .quote {
  overflow: hidden;
  border: solid 1px rgb(85,85,85);
  background-color: rgb(150,150,150);
  color: rgb(35,35,35);
  padding: 10px;
  margin: 10px 20px;
}

.post .quote .quote .quote a {
  color: rgb(35,35,35);
}

.post .quote .quote .quote .quote {
  overflow: hidden;
  border: solid 1px rgb(85,85,85);
  background-color: rgb(200,200,200);
  color: rgb(25,25,25);
  padding: 10px;
  margin: 10px 20px;
}

.post .quote .quote .quote .quote a {
  color: rgb(25,25,25);
}

.post .code {
  border: solid 1px rgb(85,85,85);
  background-color: rgb(255,255,255);
  color: rgb(0,0,0);
  font-family: monospace;
  font-size: 7.5pt;
  margin: 10px 50px;
  padding: 10px;
}


#contents #pages {
  float: right;
  margin: 5px;
}

#pages a {
  text-decoration: none;
}

.links ul, .links li {
  list-style: none;
  display: inline;
  padding: 0;
  margin: 0;
}

#postbox {
  background-color: rgb(0,0,0);
  border-width: 1px 0 1px 1px;
  border-style: solid;
  border-color: rgb(85,85,85);
  margin-left: 110px;
}

#postbox #header {
  background-color: rgb(10,10,10);
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: rgb(85,85,85);
  padding: 3px 5px 3px 5px;
  margin: 0;
  font-size: 10pt;
  font-weight: bold;
}

#postbox #loginname {
  float: right;
  padding: 3px 5px 3px 5px;
  margin: 0;
  font-size: 8pt;
  font-weight: normal;
}

#postbox .label {
  display: block;
  padding: 5px 0 2px 5px;
}

#postbox input {
  background-color: rgb(180,180,180);
  color: rgb(0,0,0);
  margin: 0 0 10px 5px;
}

#postbox #textbox {
  background-color: rgb(0,0,0);
  border: 0;
  font-size: 10pt;
  width: 480px;
}

#postbox #textbox textarea {
  background-color: rgb(180,180,180);
  color: rgb(0,0,0);
  font-size: 10pt;
  margin: 0 0 10px 5px;
  font-size: 9pt;
}

#postbox #buttons {
  float: right;
  font-weight: bold;
  margin-left: 10px;
}

#postbox a { text-decoration: none; }
#postbox a:hover { text-decoration: none; }
#postbox a:active { text-decoration: none; }

#postbox #buttons a {
  float: left;
  border: 1px solid rgb(85,85,85);
  margin: 5px 0 0 5px;
  padding: 4px 10px;
}

#postbox #buttons a:hover {
  background-color: rgb(188,188,188);
  color: rgb(0,0,0);
}

#postbox #buttons a:active {
  background-color: rgb(222,222,222);
  color: rgb(0,0,0);
}

#postbox #buttons a#selected {
  background-color: rgb(37,37,37);
}

#postbox #smiliebox {
  float: right;
  background-color: rgb(0,0,0);
  padding-left: 5px;
}

#postbox #smiliebox img { padding: 2px; }

#postbox #formatbox {
  float: right;
  background-color: rgb(0,0,0);
  padding-left: 5px;
  text-align: center;
  line-height: 20px;
}

#postbox #formatbox a {
  margin: 0;
  padding: 0;
}

#postbox #formatbox a:hover { text-decoration: underline; }
