@charset "UTF-8";
/* CSS Document */

.post {
	font-size:18px;
	text-shadow:#000 2px 2px;
	color:#fff;
	text-align:center;
	border-bottom:#FFFFFF solid 2px;
	margin:0 10%;
	padding:20px;
	background:url(../images/text_bg.png) repeat;
}

.post-heading {
	font-size:24px;
	color:#F00;
	text-shadow:#000 2px 2px;
}

.post-link {
	color:#F00 !important;
	text-shadow:#000 2px 2px;
}

.post-date {
	font-size:18px;
	text-decoration:underline;
}

.comment-form textarea {
	width:350px;
}

.site-footer {
	margin-top:0px !important;
}