﻿.post-date-bg { 
    color: #333; 
    font-family:Trebuchet MS; 
    font-size: 0.9em; 
    text-align: center; 
    font-weight: bold; 
    margin: -10px 6px 0 0; 
    padding: 4px 3px; 
    width: 55px; 
    height: 44px; 
    border: solid 1px #eee;
    background-color: #fff; 
	background-image: url(/Images/news_header.gif);
	background-position: top;
	background-repeat: repeat-x;
}

.date  
{
	width: 55px;
	float: left;
    font-size:25px;
	clear: left;
	margin-top: -7px;
    text-align: center;
} 

.month, .year
{
	width: 55px;
	float: left;
	clear: left;
    text-align: center;
} 

.month
{
	margin-top: -3px;
}    	

.year
{
	margin-top: -7px;
}

