@charset "utf-8";

html, body {
	margin:0px;
	padding:0px;
}

body {
	background-image:url(../images/bg.png);
	font-family:Arial, Helvetica, sans-serif;
	color:#373739;
	font-size:15px;
	z-index:-2;
}

/* header / splash */
#header {
	width:1152px;
	height:515px;
	margin:0px auto 0px auto;
	position:relative;
}

#mailing_list {
	height:127px;
	width:400px;
	text-align:center;
	margin:0px auto 0px auto;
}

#splash {
	background-image:url(../images/splash_bg.jpg);
	width:1152px;
	height:389px;
	margin:0px auto 0px auto;
}
#nav {
	margin:0px;
	padding:30px 0 0 20px;
	position:relative;
}
#nav li {
	display:inline;
	margin-right:0px;
}

#shows_subnav {
	 position:absolute;
	 z-index:10000;
	 top:60px;
	 left:120px;
	 background-color:#900;
	 height:150px;
	 width:120px;
}
#shows_subnav ul li {
	display:block;
	background-color:#900;
	color:#fff;
/*	border:1px solid #400;*/
	margin:0px;
	padding:3px;
}
#shows_subnav ul li:hover {
	background-color:#500;
}
#shows_subnav a, #shows_subnav a:hover {
	color:#fff;
}
 
/* content */
#container {
	width:1109px;
	min-height:607px;
	margin:0px auto 0px auto;
	clear:both;
	background-image:url(../images/trans.png);
	background-repeat:repeat-y;
}

#calendar {
	color:#fff;
	width:348px;
	height:100%;
	float:right;
	position:relative;
	padding:15px;
}
#content {
	width:701px;
	min-height:577px;
	height:100%;
	float:left;
	padding:15px;
}

/* footer */
#footer {
	background-image:url(../images/footer_bg.png);
	width:100%;
	height:245px;
	clear:both;
	text-align:center;
	color:#fff;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}

/* misc formatting styles, blogs, etc */

h1 {
	color:#830000;
	font-size:24px;
	font-weight:bold;
	letter-spacing:-2px;
	margin:0px;
	padding:0px;
}
.entry {
	margin-bottom:45px;
}
.date {
	letter-spacing:-2px;
	font-size:18px;
	color:#990000;
}
.more {
	font-size:11px;
	color:#959595;
	text-transform:uppercase;
}

/* links */
img, a img, img a {border:none;}
a, a:visited {
	color:#830000;
}
a:hover, a:visited:hover {
	color:#000000;
}

/* contact form */
fieldset {
	border:none;
}
.contact_header {
	clear:both;
	float:left;
	width:300px;
	text-align:right;
	font-weight:bold;
	font-size:18px;
	margin:10px 0px 10px 0px;
}
.input_box {
	display:block;
	float:right;
	width:300px;
	margin-right:40px;
	margin-bottom:10px;
}
label {
	clear:both;
	float:left;
	width:300px;
	text-align:right;
	margin-bottom:10px;
}
.submit_button {
	clear:both;
	display:block;
	width:100px;
	margin:20px auto 0px auto;
}

/* testimonials */
.testimonial {
	font-size:12px;
	font-style:italic;
	color:#555;
	margin-bottom:5px;
	margin-top:30px;
}
.byline {
	font-size:12px;
	color:#222;
}
