#mainmenu, #sidebar, #extra, #footer_menu{ display: none; }

div#footer{ clear: both;text-align: center; font-size: 0.9em; }

a{ color: #00f; text-decoration: underline; }

h1 a, h2 a, h3 a{ color: #000; text-decoration: none; }

/** Blog **/
.post h2{
 clear: both;
 margin: 0px;
}

a.st_tag{ color: #000; text-decoration: none; }

/** Navigation **/
.navigation{
 display: block;
 text-align: center;
 margin-top: 0px;
 margin-bottom: 20px;
}
.navigation{ display: none; }
.alignright{
 float: right;
}

.alignleft{
 float: left
}

.center{
 text-align: center;
}

/** Comments **/
div#commentfield{ display: none; }

.comment-even{
 background-color: #ddd;
}
.comment-admin{
 border: 1px solid #000;
}

img.monsterid{
	float:left;
	margin-top:0px;
	margin-left:0px;
	margin-right: 3px;
	/*border: 1px dotted #999999;*/
}
div#comments ol li {
	margin: 5px 0px;
	padding: 1px 1px;
}
div#comments ol li p {
margin: 1em 0px;
}
