body,html {
    margin:0;
    padding:0;
    color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:17px;
}

a.stico_default {
//background-image: url(http://www.convoke.info/wp-content/uploads/2009/10/convoke-16x16.png) !important;
background-image: none !important; padding: 0 !important;
float: left;
}

.stbuttontext{
position: relative;
//left: -5px;
top:-1px;
}

a {
color:#2ab1ff;
text-decoration:none;
}

a:hover {
text-decoration:underline;
}

#wrap {
    margin:0 auto;
    width:800px;
}

#header {
    height:200px;
	background: url(http://www.erolcomic.com/blog/headerimg/rotate.php);
	background-repeat:no-repeat;
	margin-bottom:20px;
	padding-top: 50px;
}

#container {
	float:left;
        width:470px;
	border-top: 1px solid #000000;
	margin-bottom:20px;
}

#prevpost {
float:left;
}

#nextpost {
float:right;
}


#footer {
margin-top: 5px;
clear:both;
}

.sidebar {
	float:right;
    width:300px;
	border-top: 1px solid #000000;

}


.sidepost {
border-bottom: 1px solid #000000;
}


.sidelist ul {
list-style-type: none;
margin:0;
padding:0;
}

.sidelist a {
display:block;
color: #000;
margin-top: 5px;
margin-bottom:5px;
padding-top: 5px;
padding-left: 5px;
padding-bottom:5px;
border-bottom: 1px dotted #CCCCCC;
}

.sidelist a:hover{
background:#f3f3f3;
text-decoration:none;
}

.alignright {
float:right;
margin-left: 8px;
margin-bottom: 8px;
}

.alignleft {
float:left;
margin-right: 8px;
margin-bottom: 8px;
}

.aligncenter {
text-align: center;
}


.postcat {
text-align:right;
padding-bottom:5px;
clear:both;
}

.avatar{
float:left;
margin-right:3px;
}


.more {
text-transform:uppercase;
font-weight:900;
font-size: 17px;
}


h2 {
text-transform:uppercase;
font-weight:900;
margin-bottom:3px;
}

h2 a {
color: #000;
text-decoration:none;
}

h2 a:hover {
text-decoration:none;
}

.comment-date{
font-size:10px;
}


img {
	border:none
}

<!-- COMMENTS SECTION -->

.comments-template ol{
	margin: 0px;
	padding: 0px;
}

.comments-template{
	margin: 5px 0 0;
	border-top: 1px solid #000000;
	padding: 0px 0 0;
}

.comments-template ol li{
	margin: 0px -20px 0;
	line-height: 18px;
        width: 450px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
	font-weight:900;
	text-transform:uppercase;
}

.commentmetadata{
	font-size: 12px;
        height:45px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}

.odd {
    background-color: #fafafa;
}

.comment-image{
float:left;
margin-right: 3px;
margin-left: 0px;
margin-top: 3px;
margin-bottom: 3px;
}

.comment-text{
min-height: 50px;
}

textarea#comment{
width: 470px;
height: 150px;
}


/* FORMS */

#searchbox {
	width: 125px;
	margin: 0;
	padding: 3px 0 3px 5px;
	border: none;
	background-color: #f3f3f3;
	font-size: 11px;
	font-family: helvetica, arial, verdana, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	}

#searchform {
  	margin: 0;
	padding-top: 15px;
        padding-bottom: 15px;
	}  


