@charset "UTF-8";
/* CSS Document */

/* Outer div */
div.datetime {
	width:42px;
	height: 44px;
	float:left;
	padding:0;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 2px;
	margin-left: 0px;
	background-image: url(images/calendar.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

div.datetime p {
	margin:0 auto;
	padding:0;
	text-align:center;
	font-size:x-small;
}

/* day of the month (NUMBER) */
div.datetime p.day {
	letter-spacing:0.5px;
	font-family: Georgia, "New Century Schoolbook", "Book Antiqua", "Times New Roman", serif;
	font-size: 25px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 95%;
	padding-bottom: 2px;
}

/* month */
div.datetime p.month {
	letter-spacing:normal;
	text-transform:uppercase;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8px;
	line-height: 150%;
	color: #FFFFFF;
	font-weight: bold;
}
