@charset "utf-8";
/* CSS Document */

html, body, #contents {
	min-height: 100%;
	width: 100%;
	height: 100%;
}  /* hack for IE5+/Win.*/
html>body, html>body #contents {
	height: auto;
}
/* Without this, Moz1.0 adds a vertical scrollbar */

body {
	margin: 0;
	left: 50px;
	background-color: #FFF;
	color: #000;
	font-family: Verdana, Geneva, Arial, sans-serif;
}
#contents {
	/* Keeps footer from going over content and gives the other CSS something to relate to*/	
	position: absolute;
	top: 0;
	left: 0;
}
#main {
	/*Main Content Area	*/
	margin-bottom: 8em;
	height: auto;
	padding: .5em;
	width:955px;
}
#header {
	position:relative;
	left:0;
	top:0;
	width:955px;
	height:130px;
	font-size: large;
}
#footer {
	position: absolute;
	bottom: -2px;
	left:0;
	color:#000;
	width: 100%;
	text-align: center;
	font-size: .75em;
	width: 955px;
}
.footer A:link {
	color:#000;
}
.footer A:visited {
	color:#000;
}
.footer A:active {
	color:#000;
}
.footer A:hover {
	text-decoration: underline;
	color:#000;
}
/*#menu {
	position:relative;
	left:0;
	top:0;
	width:955px;
	height:25px;
}*/

/* Page Jumps */
#top {
	color:#000;
	font-size: .75em;
	border-bottom-color: #999;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	display: block;
	padding-bottom: .25em;
}
.top A:link {
	color: #000;
}
.top A:visited {
	color: #000;
}
.top A:active {
	color: #000;
}
.top A:hover {
	text-decoration: underline;
	color: #000;
}

/* SpryMasterDetail.css */
/* This is the selector for the main Master/Detail structure container. If you want to constrain the width of the Master/Detail structure, set a width on the Master/Detail container. By default, our structure expands horizontally to fill up available space. */
.MasterDetail {
	font: 100% Verdana, Geneva, sans-serif;
	margin: 2px;
}
/* This is the selector for the Master Container element which houses all the MasterColumn classes. By default the Master column occupy about 35% from the width of the entire structure. */
.MasterDetail .MasterContainer {
	width: 190px;
	float: left;
	overflow: hidden;
}
/* This is the selector for a Master Column element which holds the actual data for a master column. */
.MasterDetail .MasterColumn {
	background-color: #BBBDBF;
	padding:5px;
	cursor:pointer;
}
/* This is the selector for a highlighted Master Column element. */
.MasterDetail .MasterColumnHover {
	background-color: #333;
}
/* This is the selector for a selected Master Column element. */
.MasterDetail .MasterColumnSelected {
	background-color:#848484;
	color: white;
}
/* This is the selector for the Detail Container element which houses all the DetailColumn classes. By default the Detail column occupy about 60% from the width of the entire structure. */
.MasterDetail .DetailContainer {
	padding:.5em;
	width: 740px;
	float: right;
	overflow: auto;
	background-color:#BBBDBF;
}
/* This is the selector for a Detail Column element which holds the actual data for a detail column. */
.MasterDetail .DetailColumn {
	margin-bottom: 1px;
}
.Title {
	color:#000;
	font-size:1.5em;
}
.Title_sub {
	color:#000;
	font-size:1em;
}

#strike {
	text-decoration: line-through;
}

A:link {
	color:#000;
}
A:visited {
	color:#000;
}
A:active {
	color:#000;
}
A:hover {
	text-decoration: underline;
	color:#000;
}

/*Events Page*/
.who {
	color:#000;
	font-size:1.5em;
}
.who_sub {
	color:#000;
	font-size:1em;
}
.when {
	color:#000;
	font-size:1em;
}
.when_sub {
	color:#000;
	font-size:.75em;
}

.grade {color:#000;
	font-size:1em;
}
.grade_sub {
	color:#000;
	font-size:.75em;
}

.details {
	color:#000;
	width: 700px;
}
.picture {
	float: left;
	padding-top: .5em;
	padding-right: .5em;
	padding-bottom: .5em;
	width: 425px;
}
.picture img {
	border: 1px;
	border-color:#000;
	border-style:solid;
}
.youtube {
	border: 0px;
}
.sponsor {
	text-align: center;
	background-color:#CCC;
	color: #000;
	width: 100%;
	position: 50%;
	padding: .25em;
	float:left;
	min-height:100px;
}
.sponsor img {
	border: 0px;
}
.hideit {
	display: none;
}
.showit {
	display: block;
}
.FinePrint {
	font-size:.75em;
}


/*School Events Page*/

.org_sub {
	color:#000;
	font-size:.6em;
}
.org {
	color:#000;
	font-size:.8em;
	font-weight:bold;
}
