div#sidenav { width:160px; padding:10px; float:left; }

div.comment1 {
 background: #0B0B0B;
 padding: 6px 7px;
 border-bottom: 1px solid #292929;
}

div.comment2 {
 background: #111111;
 padding: 6px 7px;
 border-bottom: 1px solid #292929;
}

div.content { background-color:#1C1C1C; font: Normal 1em Arial,Helvetica,sans-serif; line-height: 1.2em; width: 600px; float:right; padding: 60px; text-align: justify; }
div.content textarea { width: 498px; !width: 492px; margin: 2px 0px 7px 0px; font: Normal 12px Verdana,Arial,Helvetica,sans-serif; }

h1 { font-size: 20px; font-weight: normal; color: #85D464; margin-bottom: 5px; }
h3 { font-size: 14px; color: #85D464; }
h3.withunderline { border-bottom: 1px double #85D464; margin-bottom: 3px; }

small.fiverslinks { font-size: 0.75em; line-height: 1.4em; }
div#fullpost a { color: #99BBDD; }
div#fullpost a:hover { color: #FFF; }
div#fullpost a.bloglink { display: inline-block; font-size: 0.9em; margin-bottom: 1px; }
div.postinfo { background-color: #141414; border: 1px solid #242424; font: Normal 0.8em Verdana; margin-bottom: 20px; padding: 6px 7px; }
span.date-small { color: #999; font-size: 10px; }
span.small-txt { font-size: 11px; }
div.poll { padding: 20px 30px; }

div.voted {
 background: #E7FFCE url('http://blog.awmdb.com/images/rating_tick.gif') no-repeat 5px 50%;
 padding:5px 0px 5px 20px;
 margin-top: 2px;
 text-align:center;
 font-family:Verdana, Arial, Helvetica, sans-serif;
 color:#333;
 width:140px;
 font-size:11px;
 display:none;
}

b#q, strong.q { font: Normal 19px Arial; letter-spacing:-1px; color:#85D464; text-transform:capitalize; }
strong.question { color:#85D464; }	
strong.username { color:#AABBC7; }
span.thecomment { display:block; margin:6px 0px 2px 0px; }

div.highlight {
 background-color: #333;
 color: #FFF;
 padding: 7px 10px;
 border: 1px solid #555;
}

img { vertical-align: text-top; border: 0; }
ol { margin: 10px 0px 0px 25px; }
textarea#commentbox { width: 596px; }

/* classes */
.clear { clear:both; }
.floatL { float:left; }
.floatR { float:right; }
