@charset "utf-8";
/* CSS Document */


a{
	outline:none;
}

#map-container{
	width:300px;
	height:300px;
	border:1px solid #00F;	
}

html {}

body {
	background:#000014 url(../images/bgMain.jpg) 50% 0 no-repeat;
	color:#FFF;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	margin:0;
	padding:0;}
	
body.home {
	margin:0;
	padding:0;
	background:#000624 url(../images/bgHome.jpg) 50% 0 no-repeat}
	
body.about_the_show {
	margin:0;
	padding:0;
	background:#4b1350 url(../images/bgAbout.jpg) 50% 0 no-repeat}	
	
body.tour_dates {
	margin:0;
	padding:0;
	background:#5c0b1e url(../images/bgTour.jpg) 50% 0 no-repeat}	
	
body.media {
	margin:0;
	padding:0;
	background:#152f24 url(../images/bgMedia.jpg) 50% 0 no-repeat}		
	
body.news {
	margin:0;
	padding:0;
	background:#443c25 url(../images/bgNews.jpg) 50% 0 no-repeat}	
	
body.reviews_awards {
	margin:0;
	padding:0;
	background:#102f41 url(../images/bgReviews.jpg) 50% 0 no-repeat}
	
body.cast_creative_team {
	margin:0;
	padding:0;
	background:#011051 url(../images/bgCast.jpg) 50% 0 no-repeat}	

h1,h2,h3,h4,h5,h6 {
	color:#dcdcdc;
	margin:0;
	padding:0;
	text-transform:uppercase;
	}

a:link, a:active, a:visited {
	color:#ccc;
	text-decoration:none}

a:hover {
	text-decoration:underline;}
	
img{
	border:none;
}

/* ----------------- CLASSES -- */

.left {
	float:left;}

.right {
	float:right;}

.clear {
	clear:both;}

.city{
	font-weight:bold;
	text-transform:uppercase;
}

.venue{
	font-weight:bold;
	text-transform:capitalize;
}

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

img.right {
	float:right;
	margin: 0 0 10px 10px;}
	
.header{
	padding:11px 0;
}

.instructions{
	font-size:10px;
	float:right;
	margin:5px 8px 0 0;	
}

.instructionsNomargin{
	font-size:10px;
	float:right;
}

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

#container {
	width:960px;
	margin:0 auto;
	min-height:866px;}

#header {
	float:left;}

	#header h1 {
		text-indent:-999em;
		margin:0;
		padding:0;}

#nav {
	margin:0 auto;
	padding:0;
	background:url(../images/navFullBg4.png) 50% 0 no-repeat;
	position:relative;
	top:351px;}
	
	#navC {
		width:960px;
		margin:0 auto;}

#contentArea {
	width:920px;
	margin:350px 0 0 0;
	background:url(../images/txtBoxBgSmall.png) repeat-x;
	padding:35px;}
	
#contentAreaClear {
	width:920px;
	margin:350px 0;
	padding:0px;}	

	
/* ----------------- FOOTER-- */	

#footer {
	width:100%;
	margin:0 auto;
	background:url(../images/footerBg.png);
	height:65px;}
	
	
#footer h3 {
	margin:4px 0;
	padding:0;
	color:#3f63aa}
	
	
#footerC {
	width:960px;
	margin:0 auto;
	position:relative;
	height:65px;}
	
	#footerC img {
		border:none;}		
	
	#social {
		padding:1px 0;
		float:left;
		height:65px;
		width:220px;
		}
		
		#social ul {
			margin:0;
			padding:0;
			list-style:none;}	
			
		*+html #social ul {
			position:relative;
			top:-5px;
			}				

		#social ul li {
			float:left;}
			
		#social ul li img {
			border:none;}		
		
		
	#credits {
		padding:1px 0;
		height:65px;
		position:absolute;
		right:0px;
		top:-7px;
		}	
		
	*+html #credits {
		padding:1px 0;
		height:65px;
		position:absolute;
		right:0px;
		top:5px;
		}			
		
		#credits ul {
			list-style:none;}
			
		#credits ul li{
			margin:0 0 3px 0;
			}			
			
			
	#mailer {
		padding:5px 0;
		height:65px;
		float:left;
		width:350px;
		}	
		
	*+html #theForm {
		height:0px;
		}			

		#mailer .field{
			padding:1px;
			background:#3f63aa;  
			color: #000038;  
			margin:0px 0px 1px 0px;  			
			border: solid 1px #120313;
			}	
			
		#mailer .submit{
			  width: 39px;
			  height: 18px;
			  margin: 1px 0 0 1px;
			  cursor: pointer; /* hand-shaped cursor */
			  cursor: hand; /* for IE 5.x */
			  padding: 0;
			  border: 0;			
			background: transparent url(../images/footerSignUpBtn.png) no-repeat center top;			
			}	
			
		#mailer #confirmation{
			color: #3F63AA;  			
		}
			

#footerLinks {
	font-size:10px;
	color:#3f63aa;
	width:960px;
	margin:10px auto;
	padding:0 0 50px 0;
	text-align:right;
	}
	
#footerLinks a{
	color:#3f63aa;
	}	
	

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

#nav ul {
	list-style:none;
	height:35px;
	padding:0;
	margin:0;
	background:none !important;}

#nav ul li {
	font-size:16px;
	float:left;
	line-height:35px;
	vertical-align:middle;
	padding:0 25px 0 0;
	font-weight:bold;}
	
/* ie7 */	
*+html #nav ul li  {
	padding:0px 31px 0 0;	
	}		
	
/* ie8 */	
#nav ul li  {
	padding:10px 31px 0 0\0/;	
	}	

#nav ul li a:link, #nav ul li a:active, #nav ul li a:visited {
	color:#FFF;}

#nav ul li a:hover {
	text-decoration:none;
	color:#333;}
	
#nav ul li#about_the_show  {
	width:130px;}	
	
/* ----------------- SECTIONS & PAGES -- */

#text{
	width:720px;
	float:left;
}

#images{
	width:170px;
	float:right;
	padding:22px 0 0 0;
}

	
/* ----------------- BLOG POST -- */

#post{
	border:1px solid #FFF;
	margin: 0 0 10px 0;	
}

#addComments{
	border:1px solid #FFF;
	margin: 0 0 10px 0;
}

#viewComments{
	border:1px solid #FFF;
	margin: 0 0 10px 0;	
}


/* ----------------- TOUR DATE - Tour Page -- */

#tourDate {
	width:920px;
	margin:0 0 35px 0;
	padding:0px;}	

	#tourDate h2{
		font-size:25px;
		margin:0 40px 0 0;
		font-weight:bold;
		padding:0px;
		float:left;
	}
	
	#tourDate .right{
		font-size:20px;
	}	
	
	#tourDate p{
		float:left;
		width:500px;
		margin:10px 0 10px 0;
	}	
	
/* ----------------- TOUR DATES - Hopme page -- */	
	
#tourdates{
	background:url(../images/txtBoxBgSmall.png) repeat-x;	
	width:300px;
	height:300px;
	margin: 0 0 10px 0;	
	padding:8px;
}

	#tourdates .right{
		margin:0 0 0 10px;
	}

	#tourdates ul{
		padding:0;
		margin:0;
		list-style:none;
		font-size:13px;
	}
	
		#tourdates ul li{
			display:block;
			margin: 10px 0;
		}	


/* ----------------- HOMEPAGE -- */

#tweet{
	background:url(../images/tweetbg.png) repeat-x;	
	width:311px;
	height:128px;
}


/* ----------------- OVERLAY -- */

.simple_overlay { 
     
    /* must be initially hidden */ 
    display:none; 
     
    /* place overlay on top of other elements */ 
    z-index:10000; 
     
    /* styling */ 
    background-color:#022B7D; 
     
    width:640px;     
    min-height:505px; 
    border:1px solid #666; 
     
    /* CSS3 styling for latest browsers */ 
    -moz-box-shadow:0 0 90px 5px #000; 
    -webkit-box-shadow: 0 0 90px #000;     
} 
 
.simple_overlay .close { 
    background-image:url(../images/overlay/close.png); 
    position:absolute; 
    right:-15px; 
    top:-15px; 
    cursor:pointer; 
    height:35px; 
    width:35px; 
}

#flashGallery{
	outline:none;
}

#flashGallery object{
	outline:none;
}

/* ----------------- MEDIA PAGE -- */

#contentAreaVideo {
	width:316px;
	text-indent:10px;	
	float:left;
	cursor:pointer;	
	margin:350px 0;
	padding: 0 5px;
	background:url(../images/txtBoxBgSmall.png) repeat-x;
	}

/* All broswers bar ie7 and FF */
#contentAreaVideo img {
	position:relative;
	left:-9px;
	}		

	/* ie7 */
	*+html #contentAreaVideo img{
		position:relative;
		left:-9px;
		}	
		
	/* FF */
	#contentAreaVideo img, x:-moz-any-link, x:default {
		position:relative;
		left:0px;
		}			

#contentAreaVideoHome {
	background:url(../images/txtBoxBgSmall.png) repeat-x;
	width:316px;
	text-indent:10px;
	padding: 0 5px;
	margin: 20px 0;
	cursor:pointer;
	}	

/* All broswers bar ie7 and FF */
#contentAreaVideoHome img {
	position:relative;
	left:-9px;
	}		

	/* ie7 */
	*+html #contentAreaVideoHome img{
		position:relative;
		left:-9px;
		}	
		
	/* FF */
	#contentAreaVideoHome img, x:-moz-any-link, x:default {
		position:relative;
		left:0px;
		}		
			
	
#contentAreaGallery {
	width:316px;
	text-indent:10px;
	float:left;
	cursor:pointer;	
	margin:350px 0 0 5px;
	padding: 0 5px;	
	background:url(../images/txtBoxBgSmall.png) repeat-x;
	}
	
/* All broswers bar ie7 and FF */
#contentAreaGallery img {
	position:relative;
	left:-9px;
	}		

	/* ie7 */
	*+html #contentAreaGallery img{
		position:relative;
		left:-9px;
		}	
		
	/* FF */
	#contentAreaGallery img, x:-moz-any-link, x:default {
		position:relative;
		left:0px;
		}		
	
#contentAreaMusic {
	width:285px;
	float:left;
	margin:350px 0 0 5px;
	background:url(../images/txtBoxBgSmall.png) repeat-x;
	padding: 0 5px;	
	}
	
	#contentAreaMusic p.audioclips {
		margin:20px 0 0 0;}
	
/* All broswers bar ie7 and FF */
#contentAreaMusic img {
	position:relative;
	left:-9px;
	}		

	/* ie7 */
	*+html #contentAreaMusic img{
		position:relative;
		left:-9px;
		}	
		
	/* FF */
	#contentAreaMusic img, x:-moz-any-link, x:default {
		position:relative;
		left:0px;
		}	
		
	
/* ----------------- Downloads -- */	


.media a.download{
	color:#D5DF7D;
	font-weight:bold;
}

dl{
	width:300px;	
}

	dt{
		width: 50px;	
		float:left;
		clear:left;
		margin: 0 0 10px 0;		
	}
	
	dd{
		width: 200px;	
		float:right;
		clear:right;
		margin: 0 0 10px 0;
	}
	
/* ----------------- NEWS -- */	

#newsFull{
}

	#newsFull img{
		padding: 13px 0;
	}
	
.newsBrief{
	margin:0 0 20px 0;	
}
	.newsBrief h2{
	}
	
	.newsBrief img{
		float:left;
		clear:left;
	}	
	
	.newsBrief .right{
		width:700px;
	}
	
/* ----------------- TEAM -- */	

#teamType{
	width:100%;
	margin: 0 0 20px 0;
}

	#newsFull img{
		padding: 13px 0;
	}
	
.teamBrief{
	font-size:12px;
	height:230px;
	margin:0 0 0px 0;
	width:120px;
	float:left;
}

.teamBriefCast{
	font-size:12px;
	height:190px;
	margin:0 0 0px 0;
	width:120px;
	float:left;
}
	
	.teamBrief .pic{
		width:120px;
	}	
	
	.teamBrief .info{
		width:120px;
		clear:left;
	}	


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

#images ul li {
	display:block;
	margin:0 0 3px 0;}
	
	#images ul li a{
		padding:10px;
		display:block;
		background:#5B8FB6;}
		
	#images ul li a:hover{
		padding:10px;
		text-decoration:none;
		display:block;
		color:#5B8FB6;
		background:#ccc;}		