/*
	This stylesheet is for the calendar on the homepage only.
	It should not be included on any other page on the site.
*/

#calendarContainer h4 {
	border: none;
	color: #771b16;
}

#calendarBox {
	width: 160px;
}

#calendarContent {
	margin: 0 auto;
}

.calendarDayHeader {
	font-weight: bold;
}

.calendar {
	text-align: center;
	padding: 2px 5px;
}

.calendarToday {
	border: 1px solid #ffffff;
	background-color: #7F0005;
	text-align: center;
}

#calendarTable .subtext {
	font-weight: normal;
}

#calendarContainer .moreContainer {
	font-size: 110%;
	top: -20px;
	clear: both;
}
