/* --------------------------------------------------------------------- 
    CLASSES - One for each section  
--------------------------------------------------------------------- */

body {
	color: #FFF;
	background: #0A3D65;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0;
	padding: 0;
	background-image: url(../images/main_bkgd.jpg);
	background-repeat: repeat-y;
}
body.home {
	color: #FFF;
	background: #0A3D65;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0;
	padding: 0;
	background-image: url(../images/main_bkgd.jpg);
	background-repeat: repeat-y;
}
body.shows {
	color: #000;
	background: #FFCB03;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin:0;
	padding:0;
	background-image: url(../images/main_bkgd.jpg);
	background-repeat: repeat-y;
}

body.venues {
	color: #000;
	background: #FFE351;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0;
	padding: 0;
	background-image: url(../images/main_bkgd.jpg);
	background-repeat: repeat-y;
}
body.education {
	color: #111;
	background: #FF9900;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0;
	padding: 0;
	background-image: url(../images/main_bkgd.jpg);
	background-repeat: repeat-y;
}
body.history {
	color: #FFF;
	background: #7F1953;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0;
	padding: 0;
	background-image: url(../images/main_bkgd.jpg);
	background-repeat: repeat-y;
}
body.team {
	color: #FFF;
	background: #066C73;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0;
	padding: 0;
	background-image: url(../images/main_bkgd.jpg);
	background-repeat: repeat-y;
}
body.sponsors {
	color: #FFF;
	background: #06517F;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0;
	padding: 0;
	background-image: url(../images/main_bkgd.jpg);
	background-repeat: repeat-y;
}
body.blog {
	color: #FFF;
	background:#123;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0;
	padding: 0;
	background-image: url(../images/main_bkgd.jpg);
	background-repeat: repeat-y;
}
body.casting {
	color: #FFF;
	background: #008080;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0;
	padding: 0;
	background-image: url(../images/main_bkgd.jpg);
	background-repeat: repeat-y;
}
body.downloads {
	color: #fff;
	background: #232323;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0;
	padding: 0;
	background-image: url(../images/main_bkgd.jpg);
	background-repeat: repeat-y;
}

/* --------------------------------------------------------------------- 
                            STANDARD TAGS
--------------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	color: #b22222;
	margin:10px 0 0 0;
	padding:0;
}
hr {
	border: none;
	color: #cc0000;
	background-color: #cc0000;
	height: 1px;
}
a:link, a:visited, a:active {
	color:#FFcc00;
	text-decoration:none;
	outline:none;
}
a:hover {
	color:#cc0000;
	text-decoration:none;
}

/* --------------------------------------------------------------------- 
                            STRUCTURE TAGS
--------------------------------------------------------------------- */

#side {
	position: absolute;
	height: 100%;
	top: 0px;
	left: 0px;
	background: #d81a21;
	width: 96px;
	background-image: url(../images/side_bkgd.jpg);
	background-repeat: repeat-y;
}
#navi {
	position: absolute;
	top: 0px;
	left: 96px;
	width: 61px;
	padding:0;
	margin:0;
	background: #d81a21;
	background-image: url(../images/side_bkgd.jpg);
	background-repeat: repeat-y;
	background-position: right;
}
#content {
	position: absolute;
	top: 0px;
	left: 190px;
	margin-left: 8px;
	width:740px;
}

#contentArea {
	min-height:575px;}

#header {
	position: relative;
	top: 0px;
	width: 740px;
	height: 90px;
	border-bottom: 1px solid #CC0000;
}
#logo {
	height: 100px;
}
#address {
	height: 115px;
}
#email {
	height: 35px;
}
#credit {
	height: 45px;
	position: absolute;
	top: 350px;
}
#footer {
	font-size:9px;
	font-family:Verdana, Geneva, sans-serif;
	border-top:1px solid #CC0000;
	margin:20px 0 0 0;
	padding:10px 0 50px 0;
}
	#footer ul {
	list-style: none;
	padding:0;
	margin:0;
	}
	#footer ul li {
		display:block;
		float:left;
	}

/* --------------------------------------------------------------------- 
                            NAVIGATION
--------------------------------------------------------------------- */

#nav {
	postition: absolute;
	top:0px;
	left:0px;
	padding:0px;
	margin:0px;
	width: 61px;
	height: 45px;
	display: block;
	text-transform: uppercase;
	font-size: 8px;
}
ul#nav {
	list-style: none;
}
/* Row 1 */

#logo a {
	background-image:url(../images/main_menu/logo.gif);
	width: 96px;
	height: 100px;
	display: block;
}
#logo a:hover {
	background-position: -96px 0;
}
#email a {
	background-image:url(../images/main_menu/email.gif);
	width: 96px;
	height: 37px;
	display: block;
}
#email a:hover {
	background-position: -96px 0;
}
#credit a {
	background-image:url(../images/main_menu/credit.gif);
	width: 96px;
	height: 59px;
	display: block;
}
#credit a:hover {
	background-position: -96px 0;
}
/* Row 2 */

ul#nav #shows a {
	background-image:url(../images/main_menu/btn_shows.jpg);
	width: 92px;
	height: 69px;
	display: block;
	text-indent:-999em;
}
ul#nav #shows a:hover {
	background-position: -92px 0;
}
ul#nav #past_shows a {
	background-image:url(../images/main_menu/btn_past.jpg);
	width: 92px;
	height: 69px;
	display: block;
	text-indent:-999em;
}
ul#nav #past_shows a:hover {
	background-position: -92px 0;
}
ul#nav #venues a {
	background-image:url(../images/main_menu/btn_touring.jpg);
	width: 92px;
	height: 69px;
	display: block;
	text-indent:-999em;
}
ul#nav #venues a:hover {
	background-position: -92px 0;
}
ul#nav #education a {
	background-image:url(../images/main_menu/btn_education.jpg);
	width: 92px;
	height: 69px;
	display: block;
	text-indent:-999em;
}
ul#nav #education a:hover {
	background-position: -92px 0;
}
ul#nav #history a {
	background-image:url(../images/main_menu/btn_history.jpg);
	width: 92px;
	height: 69px;
	display: block;
	text-indent:-999em;
}
ul#nav #history a:hover {
	background-position: -92px 0;
}
ul#nav #team a {
	background-image:url(../images/main_menu/btn_team.jpg);
	width: 92px;
	height: 69px;
	display: block;
	text-indent:-999em;
}
ul#nav #team a:hover {
	background-position: -92px 0;
}
ul#nav #sponsors a {
	background-image:url(../images/main_menu/btn_sponsors.jpg);
	width: 92px;
	height: 69px;
	display: block;
	text-indent:-999em;
}
ul#nav #sponsors a:hover {
	background-position: -92px 0;
}
ul#nav #blog a {
	background-image:url(../images/main_menu/btn_blog.jpg);
	width: 92px;
	height: 69px;
	display: block;
	text-indent:-999em;
}
ul#nav #blog a:hover {
	background-position: -92px 0;
}
ul#nav #casting a {
	background-image:url(../images/main_menu/btn_casting.jpg);
	width: 92px;
	height: 69px;
	display: block;
	text-indent:-999em;
}
ul#nav #casting a:hover {
	background-position: -92px 0;
}
ul#nav #ibis a {
	background-image:url(../images/main_menu/btn_ibis.gif);
	width: 92px;
	height: 69px;
	display: block;
	text-indent:-999em;
}
ul#nav #ibis a:hover {
	background-position: -92px 0;
}

/* --------------------------------------------------------- 
                            SHOW LISTING
------------------------------------------------------------ */

#projectsThumbs {
	padding:20px 0 0 0;}
	
#projectsThumbs a:visited {
	color:#b22222;}	

#projectsThumbs .thumb {
	float:left;
	margin: 0 9px 9px 0;}

#projectsUI ul {
	display:none;}
	
#demotip { 
    display:none; 
    background:#CC3333; 
    font-size:12px; 
    height:30px; 
    width:168px; 
    padding:3px 3px 10px 3px; 
    color:#FFCB03;     
}	

/* --------------------------------------------------------- 
                            SHOWS
------------------------------------------------------------ */

#showNav {
	padding:0 0 20px 0;}

#showNav ul {
	list-style:none;
	padding:0;
	margin:0;}

#showNav ul li {
	float:left;
	display:block;
	clear:right;
	margin:10px 0 0 0;}
	
#showNav ul li a {
	text-transform:uppercase;
	font-size:16px;
	font-weight:bold;
	border-right:1px solid #b22222;
	padding:10px 15px 10px 15px;}
	
#showNav ul li a:hover {
	text-decoration:none;
	background:#b22222;
	color:#fc0;}

#showContent {
	width:500px;
	padding:20px 0 0 0;
	min-height:500px;}
	
	img.showPoster {
		border:1px solid #b22222;
		position:absolute;
		top:160px;
		left:520px;
		margin:0 0 10px 20px;}
		
	#ShowVideo{
		margin:10px 0 20px 0;
		border:1px solid #b22222;
		width:500px;
	}

/* --------------------------------------------------------- 
                            CONTENT
------------------------------------------------------------ */

blockquote {
	font-size:15px;
	background-image:url(../images/blockquote.png);
	background-repeat:no-repeat;
	background-position:top left;
	margin:0px;
	padding:1px 0 0 40px;
	width:475px;
}
cite {}

.clear {
	clear:both;}
.left {
	float:left;}
.right {
	float:right;}
img.left {
	float:left;
	margin:0 5px 5px 0;}
.venues img {
	border:none;
}
.venues ul, .venues ul li {
	list-style:none;
	padding:0;
	margin:0;}


*+html .shows img {
	border: 1px solid #b22222;
}

.shows a:link, .shows a:visited, .shows a:active,
.venues a:link, .venues a:visited, .venues a:active {
	color:#b22222;
	text-decoration:none;} 

.shows a:hover, .venues a:hover{
	text-decoration:underline;}
	
.education a:link, .education a:visited, .education a:active {
	color:#b22222;
	text-decoration:none;} 

.education a:hover {
	text-decoration:underline;}	

.team h1, .team h2, .team h3, .team h4, .team h5, .team h6
.casting h1, .casting h2, .casting h3, .casting h4, .casting h5, .casting h6
.sponsors h1, .sponsors h2, .sponsors h3, .sponsors h4, .sponsors h5, .sponsors h6{
	color:#FFF;}
	
#gallery{
	width:740px;
	height:520px;
	outline:none;}
	
.downloadLink {
	text-align:right;
	display:block;}
	
	.downloadLink a {
		background:#F90;
		color:#123;
		padding:5px;
		text-decoration:none;}	
	
	.downloadLink a:hover {
		background:#CCC;}	