/*
* Example CSS for Simplest Forum.
*/
tr.sectiontableentry0.requiresapproval td,
tr.sectiontableentry1.requiresapproval td {background-color:#000000;border-bottom:2px solid #faa;}

/*
* Controls the appearance of posts
*/
div.post {border:1px solid #3F3F3F;margin:10px;padding:5px;}
div.post div.subject {font-weight:bold;font-size:1.1em;}
div.post div.postby {font-style:italic;font-size:0.8em;}
div.post div.msg {background-color:#000000;padding:7px;border:1px dotted #3F3F3F;}
div.post.parent {background-color:#000000;}
div.post.child.c1 {margin-left:20px;}
div.post.child.c2 {margin-left:40px;}
div.post.child.c3 {margin-left:60px;}
div.post.child.c4 {margin-left:80px;}
div.post.child.c5 {margin-left:90px;}
div.post.child.c6 {margin-left:100px;}
div.post.child.c7 {margin-left:120px;}
div.post.child.c8 {margin-left:140px;}
div.post.child.c9 {margin-left:160px;}
div.post.child.c10 {margin-left:180px;}
div.post.requiresapproval {border:3px solid #3F3F3F;}
div.post .buttons {text-align:right;font-size:0.8em;}

/*
* This is actually for the latest posts module (sorry for the violation...)
*/
span.subject {font-weight:bold;}
span.date {font-size:0.7em;}

/*
* A default formatting for code blocks
*/
pre.code {border:1px solid #3F3F3F;background-color:#000000;overflow:auto;padding:10px;}

/*Simpelst Forum*/
#postForm {
font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #E9E9E9;
line-height: 19px;
background-color: #000000;
}
#name {
font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
border: 1px solid #3F3F3F;
background: #000;
color: #FFFFFF;
}
#subject {
font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
border: 1px solid #3F3F3F;
background: #000;
color: #FFFFFF;
}
#message {
font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
border: 1px solid #3F3F3F;
background: #000;
color: #FFFFFF;
}
textarea#message {width:500px;height:300px;}
#security_code{
font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
border: 1px solid #3F3F3F;
background: #000;
color: #FFFFFF;
}
#system-message{
font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
border: 1px solid #3F3F3F;
background: #000;
color: #FFFFFF;
} 
