#calendar {
	width: 240px;
	padding: 0;
	margin: 0;
	border-left: 1px solid #C2BCAE;
	font: normal 12px/20px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #616B76;
	text-align: center;
	background-color: #fff;
}

#calendar a {
	background: none;
}

#calendar .nav, .nav a {
	font: bold 18px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #000;	
	text-align: center;
	text-decoration: none;
	background-image: none;
}	

#calendar caption {
	margin: 0;
	padding: 0;
	width: 240px;
	color: #000;	 
	font: bold 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}

#calendar caption a {
	color: #000;
	background: none;
}

#calendar th {
	font: bold 11px/20px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	background: #E7E2CF;
	border-right: 1px solid #C2BCAE;
	border-bottom: 1px solid #C2BCAE;
	border-top: 1px solid #C2BCAE;
	text-align: center;
	background: url(/graphics/bg_calendar.jpg) no-repeat left top;
}

#calendar td a:hover, td a:active {
	color: #000;
	font-weight: bold;
	background: none;
}

#calendar .today, td.today a, td.today a:link, td.today a:visited {
	color: #000;
	font-weight: bold;
/*	background: #C1BBAD none;*/
	background: url(/graphics/bg_calendar.jpg) no-repeat left bottom;
}

#calendar td {
	border-right: 1px solid #E7E2CF;
	border-bottom: 1px solid #E7E2CF;
	width: 20px;
	height: 20px;
	text-align: center;
	background: url(/graphics/bg_calendar.jpg) no-repeat right bottom;
}

#calendar td a {
	text-decoration: none;
	display: block;
	background: none;
}

#calendar td.hasEvent {
	font-weight: bold;
	background: url(/graphics/bg_calendar.jpg) no-repeat right top;
	color: #fff;
}

#caendar td.hasEvent a {
	color: #fff;
}

#calendar td.today {
	color: #000;
}

ul#calCategories {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul#calCategories li {
	color: #000;
	padding: 0;
	margin: 0 0 5px -20px;
}

.category {
	width: 18px;
	height: 10px;
	border: 1px solid #ccc;
	margin: 2px 12px 2px 2px;
	float: left;
}

.eventTimes {
	width: 150px;
	float: left;
	font-size: .9em;
}

.eventtitle {
	width: 300px;
	float: left;
	font-size: .9em;
}

.eventoptions {
	width: 160px;
}

hr.thin {
	height: 0px;
	margin: -8px 0 0 0;
	padding: 0;
	color: #ddd;
	border-top: 1px solid #aaa;
}

/* -- Blog Styling -----------------------------*/
.published {
	display:block; 
	text-align: center;
	float:left; 
	font-family: Arial, Helvetica, sans-serif;
	border-bottom:none;
	background:url(/graphics/clip-bottom.png) right bottom no-repeat;
	width:2.2em;
}
.pub-month {
	display:block;
	font-size: .9em;
	margin:0; 
	padding:0;
	padding-top:12px;
	background:url(/graphics/clip-top.png) center top repeat-x;
}
.pub-date { 
	display:block; 
	font-size:1.4em;
	margin:0; 
	padding:0;
}

.the_date {
	display:block;
	text-align: center;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	width: 45px;
	height: 46px;
	margin: 4px 10px 4px 4px;
	padding: 0;
	background: url(/graphics/dateicons/0.jpg) no-repeat;
}

.date_m {
	display:block;
	font-size: .8em;
	margin:0;
	padding:0;
	font-weight: bold;
	text-align:center;
	color: #fff;
}

.date_d {
	display:block;
	font-size:1.2em;
	margin:0;
	padding:0.6em 0 .3em 0;
	text-align: center;
	font-weight: bold;
}

.date_md {
	display:block;
	font-size:.9em;
	margin:0;
	padding:0.2em 0 .1em 0;
	text-align: center;
	font-weight: bold;
	line-height: 1.0em;
}