@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;
	font-weight: normal;
}
.post-date {
	margin:0px 0px 5px 20px;
	text-align:left;
	font-size:11px;
	color:#666666;
}
.post-content {
	margin-bottom:5px;
}
div.post-metadata {
	background:none repeat scroll 0 0 white;
	border:2px solid #CCCCCC;
	margin:5px 0 5px 0px;
	padding:5px;
	/*width:500px;*/
    clear:both;
}
.post-metadata,
.post-metadata a {
	font-size:12px;
}
.post-metadata {
	margin-left:20px;
}
/* 404 page styles */
.err404 div {
	color:#999999;
	font-size:300px;
	text-align:center;

	filter: progid: DXImageTransform.Microsoft.Alpha(opacity=30);
	-moz-opacity: 0.3;    /* Mozilla 1.6 и ниже */
	-khtml-opacity: 0.3;  /* Konqueror 3.1, Safari 1.1 */
	opacity: 0.3;         /* CSS3 - Mozilla 1.7b +, Firefox 0.9 +, Safari 1.2+, Opera 9 */
	filter: alpha(opacity=30); /* IE 5.5+*/
}
.err404 p {
	font-size:15px;
	color:#999999;
}
/* comments styles */
.commentlist {
	margin:10px 0px;
	padding:0px 0px 0px 10px;
}
div.retweet {
	float:right;
	margin:0px 0px 10px 10px;
	text-align:right;
}
div.retweet iframe {
	margin:0px 0px 3px 0px;
}
div.retweet a {
	border:none;
}
div.read-more-link {
	clear:both;
	margin:20px 0 0 20px;
	text-align:right;
}
div.read-more-link a {
	font-weight:bold;
}
