@charset "utf-8";
/* CSS Document */

#calendar {
	padding:4px 4px 0;
	font-size:28px;
}

#calendar h2 {
	background:#414042;
	text-align:center;
	color:#FFF;
	position:relative;
	height:48px;
	line-height:48px;
}

#calendar h2 a {
	height:48px;
	width:30px;
	position:absolute;
	top:0;
	text-indent:-9999px;
	background:url(../images/calendar-sprite.png) left center no-repeat;
	cursor:pointer;
}

#calendar h2 #prevMonth {
	left:10px;
}

#calendar h2 #nextMonth {
	right:10px;
	background-position:right center;
}

#calendar table {
	border-collapse:collapse;
}

#calendar td {
	width:61px;
	height:48px;
	text-align:right;
	vertical-align:top;
	background:#D9D8CB;
	border:1px solid #FFF;
	padding-top:4px;
	padding-right:4px;
	cursor:default;
}

#calendar td.othermonth {
	color:#FFF;	
}

#calendar td.eventdate a {
	color:#CA3B1C;
	text-decoration:none;
	display:block;
	height:48px;
}




#filtered-events {
	margin:0 5px;
	padding:16px;
	background:#D9D8CB;
	border-top:1px solid #FFF;
}
#filtered-events h1 {
	font-size:16px;
	margin-bottom:8px;
	line-height:1.3;
	font-weight:bold;
	color:#CA3B1C;
}
#filtered-events h2 {
	font-size:14px;
	font-weight:bold;
	margin-bottom:2px;
}
#filtered-events h3 {
	font-size:12px;
	font-weight:normal;
	font-style:italic;
	margin-bottom:4px;
}
#filtered-events p {
	font-size:12px;
	margin-bottom:14px;
	line-height:1.2;
}
#filtered-events p .event-link {
	display:block;
	margin-top:6px;
}

