/*
	CSS Style Sheet for the Blog Posts
	Separated due to high volume of lines
*/

.dateblock {
	background-image: url('img/blog/date_comm_box.png');
	background-repeat: no-repeat;
	width: 57px;
	height: 100px;
	text-align: center;
	border-collapse: collapse;
}

.dateblock .day {font-size:24px;font-weight:900;display:block;margin-top:10px;width:57;height:100;vertical-align:top;color:#9a0000;}
.dateblock .monthyear {font-size:10px;color:#9a0000;text-transform:uppercase;font-weight:700;display:block;letter-spacing:-1px;}
.dateblock .count {font-size:20px;color:#ffffff;text-decoration:none;font-weight:bold;margin-top:7px;display:block;letter-spacing:-1px;}	

.post {
	background: #ffffff;
	text-align: left;
	color: #000000;
	border-collapse: collapse;
	border-bottom: 5px ridge #dc291e;
	border-right: 5px ridge #dc291e;
}

.post .subject {font-size:18px;font-weight:700;display:block;margin-top:10px;margin-left:10px;height:20px;text-align:left;font-variant:small-caps;color:#9a0000;}	
.post .body {font-size:90%;display:block;margin-top:10px;margin-left:10px;margin-right:10px;margin-bottom:10px;text-align:left;color:#000000;}
.post .tail {font-size:75%;display:block;margin-top:10px;margin-left:10px;margin-right:10px;text-align:right;height:20px}

.sidebar {
	text-align: right;
	list-style-type: circle;
	list-style-image: none;	
}
