/*
Name: Blog
*/
.thumbnail-wrap {display:none;}
.post, .page {margin:1em; padding:0 0.8em 0.8em; border-bottom:1px solid #BBBBBB; background: #fff url(images/post_bg.jpg) no-repeat bottom right;}
.post .post-meta {display: block;}
.post .date,
.page .date {
	display: block;
	width: 69px; height: 75px;
	background: url(images/date.png) no-repeat;
	text-align: center;
	color: #8b288c;
	float: left;
}
.post .date .month,
.page .date .month {
	font-size: 16px;
	line-height: 32px;
	text-transform: uppercase;
}
.post .date .day,
.page .date .day {
	font-size: 35px;
	line-height: 35px;
}

.post .post-title, .page .post-title {margin:1em;}
.post .meta-bottom, .page .meta-bottom {display: block; margin:1em !important;}