/* CSS for event calendar */


div#sideWrapper {
	display: inline;
	float: right;
	margin-right: 0px;
	}

div#sideWrapper ul#side {
	list-style: none;
	line-height: 1.4em;
	width: 175px;
	padding: 4px 4px 3px 4px;
	border-width: 1px;
	border-color: #FF0000;
	border-style: solid;
	background-color: #e9e9e9;
	margin: 0;
	}

div#content ul#side li {
	margin: 0 0 1px 0;
	padding: 3px 0;
	background-color: #dabf87;
	border-width: 0 0 1px 0;
	border-color: #e9e9e9;
	border-style: solid;
	}
div#content ul#side li a{
	color: #555;
	text-decoration: none;
	font: .9em Verdana, Arial, Helvetica, sans-serif;
}

div#content ul#side li.cal {
	border: 0;
	}

ul#side a {
	padding: 0 0 0 10px;
	text-decoration: none;
	color: #461d01;
	}

ul#side a:hover {
	color: #000 !important;
	}

div#calendar-box {
	background-color: #fff;
	padding: 5px 2px;
	border-width: 1px;
	border-color: #bdbdbd;
	border-style: solid;
	font: 1em Verdana;
	}



div#calendar-box table td, div#calendar-box table th {
	padding: 1px 3px;
	text-align: center;
	font-weight: normal;
	}

div#calendar-box table td.daily, div#calendar-box table td.special {
	background-color: #e9e9e9;
	}

div#calendar-box table td.daily a, div#calendar-box table td.special a {
	color: #898989 !important;
	font-size: .9em !important;
	font-weight: bold !important;
	}

div#calendar-box table td.daily a:hover, div#calendar-box table td.special a:hover {
	color: #c0c0c0 !important;
	}

div#calendar-box table th#current_month {
	text-align: center;
	}

div#calendar-box table a {
	font-weight: bold;
	padding: 0;
	}

div#content ul.vcalendar {
	list-style: none;
	font-size: 1em !important;
	margin: 0;
	}

ul.vcalendar li.event {
	margin: 0 !important;
	padding: 0 !important;
	width: 328px;
	font: .9em Verdana;
	}

ul.vcalendar li.event span { line-height: 1.3em; }

ul#side li.cal {
	margin: 0 !important;
	padding: 0 !important;
	}

div.event {
	width: 328px;
	}

div.event *, ul.vcalendar li.event * {
	margin-right: 0 !important;
	}

abbr {
	border: 0;
	}

img.cal {
	border: 0;
	}
	
div#content h3.summary { font-size: 1.3em; color: #5e488b; border: none; text-transform:none; margin: 0; padding: 0; }
div#content h2.event-title { border: none; }
