#wp-calendar th {
font-style: normal;
text-transform: capitalize;
} #wp-calendar th {
font-style: normal;
text-transform: capitalize;
color: #ff0000;
} 

#wp-calendar td {
color: #ccc;
font: normal 12px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
letter-spacing: normal;
padding: 2px 0;
text-align: center;
}

#wp-calendar a:hover {
background: #e0e6e0;
color: #333;
}

.sidebar_box
{	
	float:left;
	width:100%;
	background: #FFFFFF url(../images/bgr-box-trans.png) repeat-x top left;
	border:1px solid #dedbd1;
	margin: 0 0 15px 0px;

}