body {
    background: none;
}

.frame {
	border: none;
}
	
#header {
    background: none;
}

#torso {
    background: none;
}



/* --------------------------------------------------------------------- */
/* Calendar
/* --------------------------------------------------------------------- */

#calendar {
	font-size: 10pt;
	line-height: 1.2em;
	color: #000;
	background: none
}
#calendar h1, 
#calendar h2, 
#calendar h3, 
#calendar h4, 
#calendar h5, 
#calendar a {
	text-decoration: none;
	color: #000;
}
#calendar .frame {
	border: none;
}

#calendar #header {
	background: none;
	border: none;
}
#calendar #torso {
	background: none;
}

#calendar #header, 
#calendar #secondary_nav, 
#calendar #main_nav, 
#calendar #footer, 
#calendar blockquote, 
#calendar .today_is {
	display: none;
}

#calendar .anchor {
	display: block;
	clear:both;
}
#calendar .event_listing {
	margin-top: 1em;
	padding-top: .5em;
	font-size: 90%;
	border-bottom: none;
	border-top: 1px solid #666;
}
#calendar .event_listing .calendar_date h2,
#calendar .event_listing .calendar_date h3 {
	font-size: 1em;
}

#calendar .event_listing .calendar_date, 
#calendar .event_listing .calendar_title,
#calendar .event_listing .calendar_info {
	margin-left: 0;
}

#calendar .event_listing .calendar_date {
	float: left;
	width: 20em;
	padding-right: 2em;
}
#calendar .event_listing .calendar_title,
#calendar .event_listing .calendar_info {
	margin-top: -2em;
	margin-left: 23em;
}
