/*body { font-size: 62.5%; } */

div.clearer {clear: left; line-height: 0; height: 0;}

a { color:#890000; }
a:link { color:#890000; }
a:visited { color:#890000; }
a:hover { color:#B7751E}
a:active { color:#890000; }

body {
	background: #890000 url('../images/footer-crowd.jpg') bottom repeat-x;
	margin: 10px 0 123px 0;
}

body, td, div, li, p {
	font: 10px/15px Verdana, sans-serif;
}

img.lefty {
	float:left;
	margin: 0 10px 10px 0;
}

div.error {
	padding: 15px;
	background: pink;
	border: 1px solid #F00;
/*	width: 200px;*/
	margin: 0 0 1em 0;
	font-size: 1.5em;
}

table#gallery td#tnails img {
	margin: 5px;
}

table#gallery td#tnails {
	padding: 0 0 0 20px;
}

table#gallery td#links {
	width: 200px;
	border-right: 1px solid #E1E1E1;
}


div#wrapper {
	width:800px;
	margin: 0px auto 0px auto;
}

div#chalkboard {
	width: 800px;
	height: 250;
}

div#chalkboard #nav {
	background: transparent url('../images/chalkboard_full-mid.jpg') no-repeat;	
	padding: 0 0 0 50px;
	min-height: 60px;
}

ul.navlist {
	margin:0;
	padding: 10px 0 0px 0;
	list-style-type: none;
	width: 550px;
/*	margin: 0 0 10px 0;*/
}

ul.navlist li {
	font-family: 'Patrick Hand', cursive;
	font-size: 16px;
	text-transform: uppercase;
	color: #FFF;
	display: inline;
	margin: 0 14px 0 0;	
/*	padding: 0 0 40px 0;*/
}

ul.navlist li a,
ul.navlist li a:link,
ul.navlist li a:visited,
ul.navlist li a:hover,
ul.navlist li a:active
 {
	color: #c8d7d7;
	text-decoration: none;
}

ul.navlist li a:hover, ul.navlist li.current a {
/*	text-decoration: underline;*/
	background: url('../images/chalkboard_full-over.png') no-repeat 0px 14px;
	
}



div#content {
	background: #FFFFFF url('../images/bkgnd_content.gif') repeat-y;
	padding: 20px 47px 20px 48px;
/*	usable area is 705px wide*/
}

p {
	margin: 0 0 1em 0;
}

h3{
	font-size:1.2em;
	border-bottom: 1px solid #000;
	text-transform: uppercase;
	
}

div#footcontact {
	text-align:center;
	color:#FFF;
}

div#footcontact a {
	color: #FFF;
	text-decoration:none;
}

div#footcontact a:hover {
	text-decoration:underline;
}

td {
	vertical-align:top;
}


table#merch td {
	text-align: center;
	width: 33%;
	}
	
table#faculty td img {
	float:left;
	margin: 0 10px 0px 0
}	



table#photos td {
	text-align:center;
	padding: 5px 0;
	}
	
table#photos img, table#faculty td img, table#merch td img, iframe {
	border:1px solid #EEE;
	padding: 2px;
	}	

table#photos a:hover img {
	border:1px solid #890000;
	padding: 2px;
	}	
	
table#faculty td{
	padding: 10px 0px 10px 0px;	
	border-bottom:1px solid #E1E1E1;
}	


div#rgphotocallout {
	width:90%;
	background: #EEE;
	padding: 5px;
}	
	
label {
	font-weight: bold;
}	
	
.required {
	color: #FF0000;
	font-weight: bold;	
}

table#enrollment input.wide, table#enrollment textarea.wide {
	width: 95%;
}

table#enrollment td {
	background: #DDD;
	padding: 5px 8px;
}

table#enrollment td table.dates td {
	padding: 5px 8px;
	border-bottom: 2px solid #DDD;
	background: #AAA;
}
table#enrollment td table.dates {
	
	margin: 0 0 1em 0;
}

/*---------- EVENTS ----------- */

.calendar_item {
	margin: 0 0 2em 0;
	min-height: 70px;
}

.calendar_item .info {
	margin: 0 0 0 65px;
}


.calendar {
	width: 54px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 0 0 5px #000;
	-moz-box-shadow: 0 0 5px #000;
	-webkit-box-shadow: 0 0 5px #000;

	float:left;
/*	margin: 0 1em 0 0;*/

}




.calendar span {
	display: block;
}

.calendar .month {
	text-align: center;
	padding: 2px 0px 2px 0;
/*	font-size: 0.8em;*/
	background: #6086a6;
	color: #fff;
	font-weight: bold;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	text-shadow: 0 1px #000;
	background: -webkit-gradient(linear, left top, left bottom, from(#acc0d1), to(#6086a6));
	background: -moz-linear-gradient(top, #acc0d1, #6086a6);
}

.calendar .day {
	text-align: center;
	font-weight: bold;
	font-size: 2.3em;
	padding: 10px 0;
	background: #ededed;
	border:1px solid #e1e1e1;
/*	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	background: -webkit-gradient(linear, left top, left bottom, from(#405b72), to(#e6e6e6), color-stop(.08,#f9f9f9));
	background: -moz-linear-gradient(top, #f9f9f9, #e6e6e6);
*/}

