@charset "utf-8";
/* CSS Document */
.post {
	margin-bottom:50px;
}
.post-title,
.post-title a {
	color:#000033;
	font-size:20px;
	margin-bottom:5px;
	text-align:left;
	
}
.post-date {
	margin:0px 0px 5px 20px;
	text-align:left;
	font-size:11px;
	color:#666666;
}
.post-content {
	margin-bottom:5px;
}
.post-metadata,
.post-metadata a {
	font-size:12px;
}
.post-metadata {
	margin-left:20px;
}