/* VERSIONS
/* 4_5: Initial css version, with most recent production improvements

/* Hide Areas 
-------------------------------------------------------------------- */
#nav-main, 
#nav-const, 
#nav-sub,
#nav-utility,
#nav-util,
.nav-util,
#breadcrumbs,
#footer #nav-util, 
.hidden,
.production-note,
.readmore,
ul.tabs,
div.tab-collection,
body#home #slideshow,
body#home .viewcalendar,
body#home .viewgallery,
.calendar-list-more,
#header h2#section,
.calendar-mini,
.calendar-customize,
.calendar-prevnext
/* div.team */ {
	display: none;
	}
a { color: #000; text-decoration: none; }
form.printable { display: block; }

/* Width of printable area 
-------------------------------------------------------------------- */
#primary-content, 
#secondary-content {
	width: 100%;
	}
#content,
#primary-content, 
#secondary-content {
	height: auto !important;
	}

/* Font Sizes 
-------------------------------------------------------------------- */
html { font-size: 100%; /* for IE */ }
body{ font-size: 62.5%; }
h1 { font-size: 2.0em; margin: 0.4em 0 0.4em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.3em; }
h4 { font-size: 1.1em; }
h5 { font-size: 1.0em; }
h6 { font-size: 0.8em; }
h1,h2,h3 { font-weight: bold; }
h4,h5,h6 { font-weight: bold; }
h2,h3,h4,h5,h6 { margin: 1.2em 0 0.8em 0; line-height: 1.2em; }
table td,
table th { vertical-align: top; text-align: left; }


/* Misc
-------------------------------------------------------------------- */
dl dd { margin-left: 0; }
div,dl,li { height: auto !important; height: 1%; }


/* Masthead
-------------------------------------------------------------------- */
#masthead img {
	display: none;
	}
#masthead address span {
	font-weight: bold;
	display: block;
	}	
#masthead address {
	font-style: normal;
	}
#masthead a {
	font-size: 2.0em;
	display: block;
	margin-bottom: 0.3em;
	}
.print-instructions { 
	border-top: 1px solid #CCC;
	padding-top: 4px;
	margin-top: 4px;
	}
	
/* NEWS
-------------------------------------------------------------------- */
.news-list ul.news {
	margin: 0;
	padding: 0;
	list-style: none;
	}
.news-list ul.news div.thumb {
	display: none;
	}

/* CALENDARS
-------------------------------------------------------------------- */
form#customize.active {
	margin-top: 30px;
	margin-left: 10px;
    }

/* 
-----------------------------------------------------------------------------
 =GENERAL CALENDAR STYLES
----------------------------------------------------------------------------- */

dl.calendar-day dd span.time,
dl.calendar-day dd span.thru,
dl.calendar-day dd span.location,
dl.calendar-day dd span.url, 
dl.calendar-day dd span.readmore{
	display: block;
	margin: 0;
	padding: 0;
	}
	dl.calendar-day dd span.time em,
	dl.calendar-day dd span.thru em,
	dl.calendar-day dd span.location em{
		font-style: normal;
		}
/* 
-----------------------------------------------------------------------------
 =CALENDAR-LIST
----------------------------------------------------------------------------- */
.calendar-list{}
	.calendar-list dl.calendar-day {
		clear: both; 
		float: none; 
		margin-bottom: .5em;	 
		min-height: 30px;
		}
	.calendar-list dl.calendar-day:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
		}
		.calendar-list dl.calendar-day dt {
			width: 60px;
			height: 30px;
			display: block;
			float: left;
			position: relative;
			padding: 0;
			margin: 0; 
			}
			.calendar-list dl.calendar-day dt span {
				color: #000;
				display: block; 
				text-align: right; 
				text-transform: uppercase;
				font-family: "Lucida Sans Unicode", Tahoma, Arial, Helvetica, sans-serif;
				font-size: 90%;
				position: absolute;
				top: 0;
				line-height: normal;
				width: 25px;
				}
			.calendar-list dl.calendar-day dt span.day {
				top: 2px;
				}
			.calendar-list dl.calendar-day dt span.month {
				top: 1.2em;
				}
			.calendar-list dl.calendar-day dt span.date {
				font-size: 210%;
				top: -3px;
				right: 0px;
				color: #000;
				width: 30px;
				text-align: left; 
				}
		.calendar-list dl.calendar-day dd {
			margin: 0 0 0.4em 75px; 
			padding: 0.4em 0 0.4em 0; 
			border-bottom: 1px solid #CCC;
			}
		.calendar-list dl.calendar-day dd.only-child {
			margin-bottom: 0;
			}
		.calendar-list dl.calendar-day dd.last-child {
			margin-bottom: 0;
			}
		.calendar-list dl.calendar-day dd * {
			margin: 0;
			font-weight: normal;
			}
			.calendar-list dl.calendar-day dd h4,
			.calendar-list dl.calendar-day dd h5,
			.calendar-list dl.calendar-day dd h6 {
				line-height: normal;
				display: block;
				font-family: Tahoma, Arial, Helvetica, sans-serif;
				}
			.calendar-list dl.calendar-day dd h4 span, /* Category */ 
			.calendar-list dl.calendar-day dd h4 { color: #000; font-size: 11px; font-weight: bold; }
			.calendar-list dl.calendar-day dd h4 a { font-weight: bold; }
			.calendar-list dl.calendar-day dd h5,
			.calendar-list dl.calendar-day dd h6 {
				font-weight: normal;
				font-size: 9px;
				color: #000;
				}	

	
/* This is the print stylesheet to hide the Flash headlines from the browser... regular browser text headlines will now print as normal */
.sIFR-flash, .sIFR-flash object, .sIFR-flash embed {
	display: none !important;
	height: 0;
	width: 0;
	position: absolute;
	overflow: hidden;
	}
span.sIFR-alternate {
	visibility: visible !important;
	display: block !important;
	position: static !important;
	left: auto !important;
	top: auto !important;
	}
	