/* main.css */

html {
	background: #4993b9; color: #304468; 
	font-weight: bold;
}

body {	 
	margin: 10px 0 0 0;
	padding: 0;
	width: 100%
}

h1 {font-size: 18pt;}
h2 {font-size: 16pt; margin: 0;}
h3 {font-size: 14pt;}
h4 {font-size: 12pt;}
h5 {font-size: 10pt;}
h6 {font-size: 11pt; font-weight: bold;}

/* TITLEBAR ****************************/ 
#titlebar {
	padding: 0;	margin: 0;
	height: 150px;
	width: 100%;
	position: relative;
}
#titlebar h1, #titlebar h3 {
	text-indent: -9999px;
	margin: 0;
	padding: 0;
	}
#titlebar h1 a {
	display: block;
	position: absolute; top: 0; left: 0;
	z-index: 50;
	width: 100%;
	height: 120px;
	padding: 0;
	text-decoration: none;
}

#titlebar img {display: block; width: 661px; padding: 0; margin: 0 auto; border: 0;}

/* MAINMENU ****************************/
#mainmenu {
	margin: 0 0 0 10px;
	padding: 0;
	height: 1%; /*this is to get rid of a bug in IE */
	float: left;
	position: relative;
}

#mainmenu ul {
	margin: 0; padding: 0;	
	background: #304467;
	/*background: url("/images/mainmenu/mm-bg.jpg") top left repeat;*/
	display: block;
	width: 150px;
	height: 520px; 
}
#mainmenu li {
	text-indent: -9999px;
	list-style-type: none;
}
#mainmenu li a {
	display: block;
	position: absolute;
	left: 0px; width: 150px;
	padding: 0; margin: 0;
	height: 25px;
	position: absolute;
}

/* map menu positioning and graphic */ 
#mainmenu li a.mm-home {
background: transparent url("/images/mainmenu/mm-home.jpg") top left no-repeat;
top: 9px;
}
#mainmenu li a.mm-schedule {
background: transparent url("/images/mainmenu/mm-schedule.jpg") top left no-repeat;
top: 44px;
}
#mainmenu li a.mm-performers {
background: transparent url("/images/mainmenu/mm-performers.jpg") top left no-repeat;
top: 80px;
}
#mainmenu li a.mm-authors {
background: transparent url("/images/mainmenu/mm-authors.jpg") top left no-repeat;
top: 115px;
}
#mainmenu li a.mm-directions {
background: transparent url("/images/mainmenu/mm-directions.jpg") top left no-repeat;
top: 150px; 
height: 48px;
}
#mainmenu li a.mm-sponsors {
background: transparent url("/images/mainmenu/mm-sponsors.jpg") top left no-repeat;
top: 207px;
}
#mainmenu li a.mm-exhibitors {
background: transparent url("/images/mainmenu/mm-exhibitors.jpg") top left no-repeat;
top: 243px;
}
#mainmenu li a.mm-food {
background: transparent url("/images/mainmenu/mm-food.jpg") top left no-repeat;
top: 277px;
}

#mainmenu li a.mm-awards {
background: transparent url("/images/mainmenu/mm-awards.jpg") top left no-repeat;
top: 313px;
}
#mainmenu li a.mm-press {
background: transparent url("/images/mainmenu/mm-press.jpg") top left no-repeat;
top: 348px;
}
#mainmenu li a.mm-store {
background: transparent url("/images/mainmenu/mm-store.jpg") top left no-repeat;
top: 382px;
}
#mainmenu li a.mm-contact {
background: transparent url("/images/mainmenu/mm-contact.jpg") top left no-repeat;
top: 416px;
}
#mainmenu li a.mm-volunteer {
background: transparent url("/images/mainmenu/mm-volunteer.jpg") top left no-repeat;
top: 450px;
}
#mainmenu li a.mm-educators {
background: transparent url("/images/mainmenu/mm-teachers.jpg") top left no-repeat;
top: 485px;
}

#mainmenu img {
	position: relative; top: 15px;
	margin: 0 0 15px 0;
	float: left; clear: left;
	border: 0;
}


/* MAIN ********************************/ 
#main {
	background: transparent; 
	margin: 10px 0 0 155px;
	padding: 0 20px 20px 20px;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	height: 1%; /*this was to get rid of a bug in IE -- but it doesn't work, or does it? */
	float: none;
}
#main a, a:link, a:visited {
	text-decoration: underline;
	color: white;
}
#main a:hover {
	text-decoration: none;
	font-weight: bold;
}

/*** MARQUEE -- yearly theme ***/
#marquee {
	padding: 5px;
	text-align: center;
	color: #304468;
	border-top: solid 1px #304468;
}
/*#marquee a {color: #304468;}*/
.theme {
	margin: 0 auto;
	color: 304468;
}

/*** HEADLINE -- for special events 
class headliner are sub to id HEADLINE and have no top border
***/
#headline, .headliner {
border-top: solid 1px #304468;
border-bottom: solid 1px #304468;
padding: 5px;
width: 90%;
margin: 10px auto;
}
#headline h2 {text-align: center; color: #bfc843;}
.headliner {border-top: none !important;}

#alert {
	border: 3px double yellow;
	color: white;
	width: 80%;
	margin: 10px auto 10px auto;
}



/* FOOTER ******************************/ 
#footer {
	clear: both;
	display: block;
	height: 200px;
	text-align: right; font-family: helvetica, arial, sans-serif;
	padding: 0; margin: 0;
	position: relative;
	width: 100%;
	background: transparent url('images/colorocean.png') bottom left repeat-x;
}
#footerboat {
	padding: 0; margin: 0;
	display: block;
	background: transparent url('images/colorboat.png') bottom left no-repeat;
	height: 200px;
}
#footer h6 {
	padding: 0; margin: 0;
	color: #ccc; font-size: 8pt;
	position: absolute; bottom: 10px; right: 5px;
}
#footer a {color: lightblue; text-decoration: none;}



/* BIO *********************************/
.bio {
	float: left;
	padding: 10px 0px;
	border-bottom: 1px solid #304468;
	width: 100%;
}

.featured {border: none;}

.biopic {border: 0; padding: 0 10px 10px 10px;}

/* NEWSLETTER ******************************/
#newsletter {
	width: 80%;
	margin: 0 auto;
	padding: 0.5em 1em;
	background: #BFC843;
	border: 1px solid black;
} 


/* VOLUNTEERFORM *****************************/
#volunteerform {
	background: white;
	padding: 0 5px;
	border: 1px solid blue;
	width: 450px;
} 

#volunteerform h3, #volunteerform h4 {text-align: center;}
#volunteerform input.text {width: 250px;}

#volunteerform li {list-style-type: none;}
#volunteerform input {position: relative;}
#volunteerform input.v-name {left: 41px;}
#volunteerform input.v-address {left: 35px;}
#volunteerform input.v-city {left: 10px;}
#volunteerform input.v-zip {left: 31px;}
#volunteerform input.v-phone {left: 47px;}
#volunteerform input.v-email {left: 43px;}

#volunteerform textarea {position: relative; left: 50px;}
.v-submit {position: relative; left: 185px;}



/* FUNDRAISING ******************************/
#fundraising {width: 310px;}

#fundmeter {
	position: relative;
	top: -310px;
	left: 350px;
	width: 270px;
	margin: 0;
	padding: 0;
}
#fundmeter h5 {
	text-align: right;
	padding: 0 5px 0 0;
	margin: 0;
}

/* SPLIT *******************/

div.split {height: 230px;}

.col1, .col2, .col3 {
	float: left;
	width: 170px;
}

.clear {clear: both;}

/* SPECIALEVENT ***********************/
div.specialevent {
	width: 270px; 
	border: 3px double black; 
	padding: 5px; margin: 3px;
	background: #EB8;
	float: left;
}
div.specialevent h3, div.specialevent h4 {text-align: center;}

/* SPONSORPICS *********/
#sponsorpics img {border: 2px solid #304468; float: left; margin: 10px;}
span.mcc {float: left;}
span.mcc ul {float: left;}

ul.sponsors li {padding: 1px 0;}

/* CLASSES, ETC. ****************************/

/*award*/
.award {display: block; float: left; 
border-top: 1px dashed black;
width: 100%;
padding-top: 15px;
padding-bottom: 15px;}

#blankspace {display: block; height: 200px;}

h4.stage {
 padding: 25px 0 0 0;
 border-bottom: 1px solid #304468;
}

/** SCHEDULE TABLE **/
td.time {font-weight: bold;}
tr.even {
	background: #304468;
	color: #bfc843;
}
tr.even a {color: #bfc843;}

/** DESCRIPTIONS **/
.desc dd {padding: 5px 0 30px 0;}

/** PR TABLE **/
table.pr {margin: 10px 0 0 10px ;}
td.pr-date {text-align: right; padding-right: 10px;}

/** FERRY TABLE **/
table.ferry {border: 1px solid black;}
.doubleright {border-right: 3px double black;}

.underline {border-bottom: 1px solid black;}

.imgcenter {display: block; margin: 0 auto;}
.center {text-align: center;}
.bulletin {
width: 400px;
text-align: center;
}

.noborder {border: none;}

.nolink {
	color: black ! important;
	text-decoration: none ! important;
}

.left {float: left;}
.right {float: right;}

.piccenter {display: block; margin: auto;}
.picleft {float: left; margin: 5px 5px 5px 0;}
.picright {float: right; margin: 5px 0 5px 0px;}
img.bordered {border: 2px solid black;}

.small {font-size: 10px;}

/* PRESS */
ul.pr li {
	list-style-type: none;
	padding: 2px 0;
}

/* EVAL TABLE */
#evaltable {}
#evaltable td {text-align: center;}
#evaltable th {border-bottom: 3px double #304468;
padding: 0 5px 2px 5px;
}

/*** SHOP ***/
.shop {width: 750px;} /*add class to #main*/

.item-big {
	width: 700px;
	float: left;
	padding: 8px;
}
.item-med {
	width: 350px;
	padding: 4px;
	float: left;
}
.item-small {
	width: 220px;
	float: left;
	padding: 4px 10px;
}

.item-big h4, .item-med h4, .item-small h5 {
	border-bottom: 1px solid #346;
	margin-bottom: 2px;
}
.item-big img, .item-med img, .item-small img {padding: 5px;}

/* VIDEO */
/*div.video {border-bottom: 3px double #304468;}*/

/*
blue: 4993b9
dark blue: 304468
green: bfc843
*/
