#blog_side {
	width:200px;
	float:right;
}
#blog_content {
	margin-right:215px;
}
.post {
	background:url(../images/gpost.gif) bottom repeat-x;
	padding:0 10px;
	margin-bottom:10px;
}
.post h3 {
	border:none;
	margin:15px 0 5px 0;
}
.post h3 a {color:#800;}
.post small,
small.commentmetadata {
	text-transform:uppercase;
	font-family:"Arial Narrow", Arial, Helvetica, sans-serif;
	color:#666;
}
.post .postmetadata small {
	text-transform:none;
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
}
.postmetadata {
	margin:0;
	padding:7px 0;
	border-top:1px solid #fff;
	font-size:85%;
}
div.navigation {
	margin:10px 0;
	padding-bottom:8px;
	background:url(../images/bgc.gif) bottom no-repeat;
}
.alignleft {
	float:left;
}
.alignright {
	text-align:right;
}
#blog_side h3 {
	font-size:18px;
	margin-top:15px;
}
#blog_side ul {
	margin-left:20px;
}
#blog_side li {
	margin:5px 0;
}
h3#comments {
	background:#f3f3f3;
	border-bottom:1px solid #ddd;
	padding:5px 10px;
	margin-bottom:0;
	font-size:18px;
}
#content ol.commentlist {
	margin:0;
}
#content ol.commentlist li {
	list-style:none;
	list-style-image:none;
	background:#f3f3f3;
	padding:10px;
	border-bottom:1px solid #ddd;
	border-top:1px solid #fff;
}
.commentlist cite {
	font-weight:bold;
	font-style:normal;
}