/* CSS Document */
.miniCalendar
{
	background: url(images/post-title-bg.png) center left no-repeat;
	height: 30px;
	width: 100%;
	background-color: #FFEEEA;
	margin-bottom: 20px;
}

.dayMonth
{
	font-family: Verdana;
	font-weight: bold;
	color: #000000;
	font-size: 1.4em;
	padding-top: 6px;
	padding-left: 30px;
}