body {
background-color:rgb(30,30,30);
}

ul.menu li a {
color:white;
}

ul.menu li.current_page_item a,ul.menu li.current_page_item a:hover {
color:rgb(204,204,204)!important;
background-color:black;
}

#page {
background-color:black;
color:rgb(204,204,204);
border-color:rgb(34,34,34);
}

.entry-head {
clear:both;
}

.entry-meta {
color:rgb(68,68,68);
}

.entry-content {
color:rgb(204,204,204);
text-align:left;
border-bottom:1px dotted rgb(51,51,51);
margin-bottom:20px;
line-height:1.8em;
}

h2,h2 a,h2 a:visited,h3,h3 a,h3 a:visited,h4,h4 a,h4 a:visited {
color:rgb(170,221,153);
}

#commentlist li.thread-alt {
background:rgb(17,17,17);
}

#commentlist li.byuser {
background:#060708 none repeat scroll 0 0;
}

#commentlist li.bypostauthor {
background:#333333 none repeat scroll 0 0;
}

li.bypostauthor blockquote {
color:#ddd;
background-color:#222;
}

#primary .entry-content img {
border-color:rgb(51,51,51);
}

#primary .entry-content img.alignright,#primary .entry-content img[align=right] {
margin:5px 0 5px 10px;
}

#primary .entry-content img.alignleft,#primary .entry-content img[align=left] {
margin:5px 10px 5px 0;
}