#eventList {
	margin: 20px 0px;
}

#eventList li {
	margin: 20px 0px;
}

#eventList .dateLabel {
	font-size: 1.2em;
	line-height: 20px;
	text-align: center;
	border: 1px solid #cfcfcf;
	display: block;
	float: left;
	width: 30px;
}

#eventList .dateLabel strong {
	border-bottom: 1px solid #cfcfcf;
	background: #999;
	color: #fff;
	display: block;
	width: 30px;
	height: 20px;
	text-transform: lowercase;
}

#eventList .dateLabel em {
	color: #999;
	display: block;
	width: 30px;
	height: 20px;
	font-style: normal;
}

#eventList .dateInfo {
	margin: 0px 0px 0px 40px;
}

#eventList p.eventtime {
	margin: 2px 0px;
}

#eventList h4 {
	font-size: 1.6em;
	line-height: 20px;
	text-transform: none;
}

#eventList p {
	font-size: 1.2em;
	line-height: 16px;
	font-style: italic;
}

p.eventtime {
	font-size: 1.2em;
	line-height: 16px;
}

#eventList p.eventtime {
	font-style: normal;
	font-size: 1.2em;
}

#eventList h4 a {
	text-decoration: underline;
	color: #6d97ac;
}

#sidebar caption {
	display: block;
	overflow: hidden;
	color: #fff;
	padding: 12px 16px 12px 12px;
	font-size: 1.6em;
	line-height: 16px;
	text-transform: uppercase;
	text-align: right;
	font-weight: normal;
}

#sidebar #month1 caption {
	background: #96bdd1;
}

#sidebar #month2 caption {
	background: #6e97ac;
}

#sidebar table {
	display: block;
	width: 240px;
	margin: 0px 0px 20px;
	padding: 0px;
	border-collapse: separate;
	border-spacing: 6px;
	empty-cells: show;
}

#sidebar tbody {
	display: block;
	width: 240px;
	margin: auto;
}

#sidebar th {
	text-align: center;
	line-height: 15px;
	font-size: 1.3em;
	color: #424b4f;
	font-weight: normal;
}

#sidebar td {
	background: #484e56;
	color: #999;
	width: 34px; 
	text-align: center;
	line-height: 15px;
	font-size: 1.3em;
}

#sidebar {
	color: #4e585b;
}

#sidebar td.linked-day {
	background: #6d97ac;
}

#sidebar td.linked-day a {
	color: #fff;
}

#sidebar td.empty {
	background: #fff;
}

#sidebar td a {
	text-decoration: none;
}

