#leftColumnText ol#eventList {
	margin: 0 0 50px 3px;
	list-style: none;
}

#leftColumnText ol#eventList li {
	margin: 5px 0;
}

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

#eventList .dateLabel strong {
	font-weight: normal;
	background: #660000;
	color: #fff;
	display: block;
	width: 30px;
	height: 20px;
	text-transform: lowercase;
}

#eventList .dateLabel em {
	color: #333;
	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.3em;
	line-height: 15px;
	text-transform: none;
}

#eventList p {
	margin: 0 0 0 0;
	font-size: .9em;
	line-height: 1.2em;
	font-style: italic;
}


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

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

#sidebar caption {
	display: block;
	overflow: hidden;
	color: #993333;
	font-size: 1.5em;
	line-height: 36px;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	letter-spacing: 1px;
	background: url(images/bkg-cal-caption.png) no-repeat top center;
}

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

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

#sidebar th {
	text-align: center;
	line-height: 18px;
	font-size: 1.1em;
	color: #333;
	font-weight: normal;
}

#sidebar td {
	background: #330000;
	color: #fff;
	width: 34px; 
	text-align: center;
	line-height: 16px;
	font-size: 1.1em;
}

#sidebar {
	color: #4e585b;
}

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

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

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

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

#month1 {
	margin-top: 20px;
}

p#pagination {
	margin: 0 32px 30px 0;
}

p#pagination a {
	margin-right: 6px;
	padding: 1px 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	text-decoration: none;
	border: 1px solid #bfab9c;
	color: #bfab9c;
}

p#pagination a:hover {
	border: 1px solid #660000;
	background-color: #660000;
	color: #fff;
}

p#pagination a#current {
	cursor: default;
	border: 1px solid #660000;
	background-color: #660000;
	color: #fff;
}

