/*----- Page Structure -----*/
* {
	margin: 0px;
	padding: 0px;
	} 
body {
	position:relative;
	width: 960px;
	margin: 0px auto;
	}
	
/* a fancy header */
#header { /* define the header size then float three boxes inside */
	position:relative;
	width: 960px;
	height: 200px;
	}
#logo {
	width: 180px; /* 200px total */
	height: 200px;
	float: left;
	padding: 0px 10px;
	}
#title {
	/*position: relative;*/
	width: 480px; /* 500px total */
	height: 200px;
	float: left;
	margin: 0px 10px;
	}
#contact { 
	/*position: relative;*/
	width: 240px; /* 260px total */
	height: 200px;
	float: left;
	margin: 0px 10px;
	}
	
/* The bulk of the page */
#meat { /* clear and start a new line, define the content width, then float three boxes inside */
	clear: both;
	width: 960px;
	}
#navbar {
	width: 180px; /* 200px total */
	float: left;
	margin: 20px 10px;
	}
#content {
	width: 480px; /* 500px total */
	float: left;
	margin: 10px;
	padding-bottom: 10px;
	}
#calendar {
	width: 230px; /* 260px total */
	float: left;
	margin: 0px 10px;
	text-align: left;
	}

/* copyright info */	
#footer {
	clear: both;
	width: 500px;
	margin-left: 200px;
	padding-bottom: 10px;
	}


/*----- Page Design -----*/	
body {
	background: #bcddd0 url(images/bg_page.gif) repeat-x top;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%;
	}

/* set up logos */
#logo img.screen { position: absolute; top: 0px; left: 0px; border: none;}
#contact img.screen { position: absolute; top: 50px; right: 10px; border: none;}

/* left nav-ber layout */
#navbar {
	color: #ffffff;
	font-size: .7em;
	line-height: 20px;
	font-family: Verdana, sans-serif;
	font-weight: bold;
	text-align: left;
	}
#navbar a {
	color: #000000;
	display: block;
	width: 170px;
	padding: 1px 0px 1px 10px;
	text-decoration: none;
	}
#navbar a:link, #navbar a:visited, #navbar a:active {
	color: #495a50;
	background-color: #a1c0b3;
	}
#navbar a:hover {
	color: #ffffff;
	background-color: #6f8d81;
	}
#navbar a.current:link, #navbar a.current:visited, #navbar a.current:active {
	color: #ffffff;
	background-color: #3f5a4e;
	}

/* center article layout */
#content .article {
	padding-bottom: 10px;
	border-bottom: #a9bfb2 solid 1px;
	}
#content .article .heading{
	padding: 0px 0px 10px 0px;
	margin: 10px 0px;
	border-bottom: #a9bfb2 dashed 1px;
	}
#content .article h1 {
	color: #c83012;
	font-size: 1.5em; /*1.5 everything else*/
	line-height: 22px;
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	font-weight: 600;
	margin-bottom: 5px;
	}
#content .article h2 {
	color: #495a50;
	font-size: .8em;
	line-height: 22px;
	font-family: Georgia, Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	font-style: italic;
	font-weight: lighter;
	letter-spacing: .1em;
	}
#content .article p {
	color: #000;
	font-size: .9em;
	line-height: 22px;
	font-family: Georgia, Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: left;
	text-indent: 20px;
	}
#content img.article {
	margin-bottom: 10px;
	border: none;
	}
	
#content img.floater {
	float: left;
	border: none;
	margin-right: 20px;
	margin-bottom: 20px;
	}
	
#content a {
	color: #c83012;
	text-decoration: underline;
	}
#content a:link, #content a:visited, #content a:active {
	color: #c83012;
	text-decoration: underline;
	}
#content a:hover {
	color: #34afbe;
	text-decoration: none;
	}

/* calendar layout */
#calendar h1 {
	color: #a1c0b3;
	font-size: 1.75em;
	line-height: 20px;
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: right;
	position: relative;
	z-index: 1; /* prevents the title from hiding under IE */
	}
#calendar .event {
	background: #b8d8ca;
	padding: 10px;
	margin-bottom: 15px;
	text-align: left;
	border-left: solid #a9bfb2 1px;
	border-bottom: solid #a9bfb2 1px;
	}
#calendar .event h2 {
	color: #c83012;
	font-size: .8em;
	line-height: 15px;
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	}
#calendar .event p {
	color: #495a50;
	font-size: .6em;
	line-height: 15px;
	}
#calendar .event .date {
	color: #24332b;
	font-weight: bold;
}
#calendar .event .location {
	font-style: italic;
}
#calendar .event a {
	text-decoration: none;
	}
#calendar .event a:link, #calendar .event a:visited, #calendar .event a:active {
	color: #c20000;
	}
#calendar .event a:hover {
	color: #ffffff;
	}


#footer {
	color: #99aea2;
	font-size: .6em;
	line-height: 15px;
	text-align: center;
	}
	
img {
	border: none;
}

	
/*----- End of standard CSS -----*/






#ticketpurchase {
	position:relative;
	padding: 10px;
	margin: 20px 0px;
	background: #b1d1c3 url(images/ticketpurchase_bg.gif) repeat-x top;
	}

#ticketpurchase p{
	color: #495a50;
	font-size: .7em;
	line-height: 15px;
	margin: 10px 0px;
	}
#ticketpurchase h1.emphasize {
	color: #c83012;
	font-size: 1.25em;
	}

#ticketpurchase form {
	border: 1px solid #495a50;
	background: #ffffff
	}
	
#ticketpurchase .buy_button {
	display:block;
	margin-left: auto;
   margin-right: auto;
   margin-bottom: 3px;
	}

#ticketpurchase .input_text {
	font-size: 15px;
	width: 25px;
	height: 17px;
	margin: 0px 10px;
	text-align: center;
	color: #000000;
	border: 1px solid #aaaaaa;
	background-color: #f3f3f3;
	
	}
	
#ticketpurchase .item_label {
	font-size: 11px;
	color: #495a50;
	}
	
#ticketpurchase .center {
	text-align:center;
	display:block;
	}
	
#ticketpurchase a {
	color: #c83012;
	text-decoration: underline;
	}
#ticketpurchase a:link, #ticketpurchase a:visited, #ticketpurchase a:active {
	color: #c83012;
	text-decoration: underline;
	}
#ticketpurchase a:hover {
	color: #000000;
	text-decoration: none;
	}