@import url(basestyles.css);

/*
	AnythingSlider v1.4.8+ Print style sheet

	Note: This is a work in progress, it's not pretty but
	it is based on the results of Firefox's print preview
*/

/* needed to hide extra content */
div.anythingSlider, div.anythingSlider .anythingWindow {
	overflow: hidden;
	border: 0 !important;
}
ul.anythingBase { list-style: none; position: relative; }
ul.anythingBase li.panel {
	overflow: hidden;
}

/* hide images, arrows & controls */
ul.anythingBase li img, div.anythingSlider .arrow, .anythingControls, ul.thumbNav, a.start-stop { display: none; visibility: hidden; }

/* show only the active slide */
ul.anythingBase li.activePage { display: block; left: 0; top: 0; position: absolute; }
ul.anythingBase li.activePage img { display: block; visibility: visible; }


/* ------- Layout ------- */
body {
	font: 75%/1.4em Arial, Helvetica, Tahoma, Verdana, sans-serif;
	color: #333;
	background: #fff;
	margin: 10px 0;
	}

	
/* ------- hide from printer ------- */

#masthead p, #search, #nav, #localnav, #seasonAds, #sideBar, #footer {
	display: none; 
	}

/* ------- globals ------- */
a:link, a:visited {
	color: #069;
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	color: #72a114;
	}

a:active {
	color: #ccc;
	}
	
a img {
	background: none;
	border: 0;
	}

h1, h2, h3, h4, h5, h6 {
	color: #444;
	line-height: normal;
	margin: 0;
	}

h1 {
	font-size: 200%;
	margin: 10px 0 0;
	}

h2 {
	color: #888;
	font-size: 137%;
	background: none;
	line-height: 20px;
	padding: 0 0 10px 0;
	letter-spacing: -.05em;
	margin-top: 1em;
	}

h3, legend {
	font-size: 107%;
	color: #333322;
	margin-top: 20px;
	}

legend {
	margin: 0;
	padding: 0 3px;
	}

h4 {
	font-size: 100%;
	}

sup { line-height: 0; }

ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}


img.alignright {
	float: right;
	margin: 4px 0 5px 20px;
	}

img.alignleft {
	float: left;
	margin: 4px 9px 5px 0;
	}



/* ------- content ------- */
#flashContent { margin: 0 0 3px; }
#latestUpdates {
	margin: 0 0 3px;
	}

#upcomingEvents {
	margin: 0 0 3px;
	}
#upcomingEvents ul li em {
	font-size: 92%;
	}
