/* COLOR GUIDE 

blue: 6fccdd
red: cc1f3d

*/

.datecol {
	text-align:left;
	float:left;
	width:32%;
	padding:0 8px 12px 0;
}
.dateblock {
	float:left;
	text-align: center;
	width: 50px;
	font-family: Arial;
	background: url(../images/date-block.jpg) -8px -8px #cc1f3d;
	padding:3px 0;
	margin:0px 8px 5px 0;
}
.day {
	font-size: 26px;
	position: relative;
	top: 2px;
}
.month {
	font-size: 12px;
	line-height:110%;
}
.year {
	font-size: 12px;
	position: relative;
	top: 3px;
}

