a#new_post{
	margin-bottom:15px;
}

.post, #post_nav{
	border-bottom:1px dashed #0f2d4b;
	margin-top:10px;
	padding-bottom:15px;
}

.post.first{
	border-top:1px dashed #0f2d4b;
	margin-top:0;
	padding-top:10px;
}

.post_header{
	height:48px;
	color:#0f2d4b;
}

.post_icon{
	float:left;
	margin-right:10px;
}

.post_title{
	float:left;
}

.post_title span{
	display:block;
	font-size:10px;
	color:#444;
}

.post_title span a {
	color:#334164;
}

.post_body{
	padding-left:58px;
	text-align:justify;
}

#post_nav{
	font-weight:bold;
	border-top-color:#ccc;
}

#post_nav .next{
	float:right;
}

#post_nav .previous{
	float:left;
}

.previous .disabled, .next .disabled{
	display:none;
}