.post {
	width:90%;
	border-bottom:2px solid #8A8E7A;
}
.post_separator {
	width:100%;
	border-bottom:2px solid #8A8E7A;
	background:white;
	text-align:center;
	padding-top:5px;
	padding-bottom:2px;
}
.post_header {
	background:#FAA4F7;
	font:14px Verdana;
	padding:5px 30px;
}
.post_header a:link, .post_header a:visited {
	font:bold 22px Monotype Corsiva;
	text-decoration: none;
	color:#EA0803;
}
.post_body {
	padding:30px;
	padding-top:20px;
	font:14px Verdana;
	background:#F1EED9;
}
.post_footer {
	background:#EDEAE9;
	text-align:justify;
	font:bold 14px verdana;
	padding:5px 30px;
}
.post_footer a:link, .post_footer a:visited {
	font:bold 14px verdana;
	color:#EA7206;
}
.post_comments {
	width:100%;
	font:12px Verdana;
	border-top:1px solid #8A8E7A;
}
.post_comment {
	font:12px Verdana;
	padding:5px 30px;
}
.post_comment_title {
	font-weight:bold;
	color:#014248;
}
.post_comment_body a:link, .post_comment_body a:visited {
	color:black;
	font:12px Verdana;
}
.post_comment0 {
	background:white;
}
.post_comment1 {
	background:#F1EED9;
}
.post_commenta {
	background:#E3BD26;
}


