html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td { margin: 0; padding: 0; }


/*MAIN LAYOUT */
body { 
	font-size: 80%; 
	font-family: Arial, Helvetica, sans-serif; 
	background: url(images/redbg.gif) repeat-x #410f12;
	}

#container {
	margin: 1em auto; 
	width: 962px; 
	text-align: left;}

/*TYPOGRAPHY */
h2, h3, h4, h5, h6, p {font-family: Georgia, serif;}
h1 { font-size: 2em }
h2 { font-size: 1.7em; color: #212121; font-weight: 100;}
h3 {font-size: 1.9em; color: #212121; font-weight: 100;}
h4 {font-size: 1.2em; text-transform: uppercase; color: #313131; font-weight: bold;}
h5 {font-size: .9em; color: #212121; }
h6 {font-size: 1em; }
p  {font-size: .95em; color: #212121; line-height: 1.7em;}
a {outline: none; border: none; text-decoration: none; }
a:active {outline: none;}

img {border: none}

/*CONTENT */
#header {
	margin: 0; 
	padding: 0; 
	width: 962px; 
	height: 92px; 
	background: #fff;
	display: block;
	}
		.headhome {
			float: left;
			width: 646px; 
			height: 92px; 
			background: url(images/logo.png) no-repeat ;
			}
		.headhome h1 {
			text-indent: -9999px;
			}
		.headhome h1 a{
			height: 92px;
			display: block;
				}			
		.headhome:hover {
			background: url(images/logo_on.png) no-repeat ;
			}			
		.headjoin {
			float: left;		
			width: 223px; 
			margin-left: 70px;
			height: 92px; 
			}	
			
			.headjoin h2 {
				margin: 20px 0 0 0;
				font-size: .8em;
				text-transform: uppercase;
				color: #444;
				text-align: right;
				}
			
	
		#nav { width:962px; height:27px;}
		#nav .menu { width:962px; height:27px; margin:0; padding:0; background:url(images/navmenu.gif) 0 0 no-repeat; }
		#nav .menu li { display:inline; }
		#nav .menu li a { float:left; outline:none; width: 120px; height:0; padding-top:27px; overflow:hidden; }
		#nav .menu li a { background-image:url(images/navmenu.gif); background-repeat:no-repeat;}
		
		#nav .menu li.home a { background-position: 0 0; }
		#nav .menu li.tickets a { background-position: -120px 0; }
		#nav .menu li.shows a { background-position: -240px 0; }
		#nav .menu li.gallery a { background-position: -360px 0; }
		#nav .menu li.visit a { background-position: -480px 0; }
		#nav .menu li.aboutus a { background-position: -600px 0; }
		#nav .menu li.press a { background-position: -720px 0; }
		#nav .menu li.contactus a { background-position: -840px 0; }

		#nav .menu li.home a:hover { background-position: 0 -27px; }
		#nav .menu li.tickets a:hover { background-position: -120px -27px; }
		#nav .menu li.shows a:hover { background-position: -240px -27px; }
		#nav .menu li.gallery a:hover { background-position: -360px -27px; }
		#nav .menu li.visit a:hover { background-position: -480px -27px; }
		#nav .menu li.aboutus a:hover { background-position: -600px -27px; }
		#nav .menu li.press a:hover { background-position: -720px -27px; }
		#nav .menu li.contactus a:hover { background-position: -840px -27px; }
		
.content {
	background: url(images/home_content.jpg) repeat-y;
	width: 960px;
	min-height: 400px;
	
	}
	
	#leftSidebar {float: left; width: 60px; margin: 0; padding: 0 10px;}
		#leftSidebar p {color: #fff;}
		#leftSidebar img {opacity:.50; filter: alpha(opacity=50); -moz-opacity: 0.5; padding: 8px 0 0 0;}
		#leftSidebar img:hover { opacity:1; filter: alpha(opacity=100); -moz-opacity: 1;}
		#player {
			z-index: 100; 
			margin: 8px 0 0 0; 
			width: 70px; 
			height: 54px;
			padding: 0;
			border-top: 1px solid #bbb;
			border-bottom: 1px solid #bbb;
			}
		#leftSidebar a {border: none;}
		
	#mainContent {
		float: left; 
		display: block; 
		width: 840px; 
		margin: 10px 0 0 20px;
		min-height: 400px;
		padding: 0; 
		}				
		
		#mainContent .mast {opacity:.50; filter: alpha(opacity=50); -moz-opacity: 0.5;}

	#mainContent h2, h3, h4, h5, h6, p, li, tr, td, a {
		font-family: Georgia, "Times New Roman", Times, serif; 
		color: #fff; 
		text-align:left;
		}
	#mainContent h2 {
		font-size: 2.6em; 
		line-height: 2.6em; 
		border-top: 1px solid #aaa;
		text-transform: uppercase;
		}				
	#mainContent h3 {
		font-size: 1.4em;
		font-weight: bold;
		margin-top: 2em;
		margin-bottom: 1em;		
		text-transform: uppercase;
		}			
	#mainContent h4 {
	font-size: 2.6em;
		}
	#mainContent h5 {
	font-size: 1.3em; 
		font-weight: bold;
		margin-bottom: .5em;
		}	
	#mainContent p {
		font-size: 1.1em;
		padding: 1em 0;
		}
	#mainContent a {
		color: #cc0033; 
		font-weight: bold;
		}
	#mainContent a:hover {
		text-decoration: underline
		}
	#mainContent ul, #mainContent ol {
		position: inside;
		margin-left: 1.5em;
		}
.border {clear:both; border: 0; border-top: 1px solid #333;}
		
#footer {
	width: 962px; 
	padding: 10px 0 0 0; 
	}
	#footer .copyright {
		font-size: .8em; 
		color: #4e4e4e;
		float: left;
		}

	#footer .fbk {float: right; margin: 26px 0 0 10px; width: 144px; height: 44px; background: url(../images/fbk.gif) 0 0 no-repeat;}		
	#footer .fbk a {float:right; outline:none; width: 144px; height:0; padding-top:44px; overflow:hidden;}		
	#footer .fbk a {background: url(../images/fbk.gif) 0 0 no-repeat;}
	#footer .fbk a:hover {background-position: 0 -44px; }		
	
/*GENERAL CLASSES */
.block {display:block}
.border {border: 1px solid #c2c2cd; }
.border-top {border-top: 1px solid #111; padding-top: 4px}
.center {text-align:center !important;}
.floatright {float: right; margin: 0 0 20px 20px;}
.floatleft {float: left; margin: 0 20px 10px 0;}
.clear {clear:both;}
.none {margin: 0 !important; padding: 0 !important; }
.title {margin: 0 !important; padding: 4px 0 !important; text-align: center;}
.show {visibility: visible !important}



/*COLUMNS */

#mainContent .leftcol {
	float: left;
	width: 400px;
	margin-right: 40px;
	}	
#mainContent .rightcol {
	float: left;
	width: 380px;
	margin-right: 15px;
	}	
	

/*TABLES */

#showbox {
	border: 1px solid #444;
	padding: 20px;
	margin: 5px 0;
	display:block;
	height: 200px;
}


#castlist
{
	font-size: 12px;
	width: 480px;
	text-align: left;
	border-collapse: collapse;
}
#castlist th
{
	font-size: 11px;
	font-weight: normal;
}
#castlist td
{
	padding: 3px 2px 4px 2px;
	border-bottom: 1px solid #444;
}

#castphoto
{
	font-size: 12px;
	width: 780px;
	text-align: left;
}
#castphoto th
{
	font-size: 11px;
	font-weight: normal;
}
#castphoto td
{
	padding: 14px 0 12px 0;
	vertical-align: top;
	border-top: 1px solid #333;
	
}
#castphoto img
{
	padding-top: 2px;
}

table tr {

}
table th {
	border-bottom: 1px solid #444;

}
table td {
	padding: 8px 0;
	border-bottom: 1px solid #444;

}

/* JQUERY TABS */
ul.tabs {
	margin: 0 !important;
	padding: 0 !important;
	float: left;
	list-style: none;
	height: 54px; /*--Set height of tabs--*/
	width: 100%;
	background: #131313;
}


ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 52px;
	line-height: 52px; /*--Vertically aligns the text within the tab--*/
	overflow: hidden;
	position: relative;
	background: #131313;
	text-transform: uppercase;
	padding-bottom: 13px;
}

ul.tabs li.tab1 {width: 230px;}
ul.tabs li.tab2 {width: 380px;}
ul.tabs li.tab3 {width: 235px;}

ul.tabs li a {
	text-decoration: none !important;
	color: #FFF !important;
	display: block;
	font-size: 1.2em;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: .3em;
	padding: 0;
	margin: 0;
	outline: none;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
}


	ul.tabs li a.tab1 {
		text-align: center;
		}
	ul.tabs li a.tab2 {
		text-align: center;
		}
	ul.tabs li a.tab3 {
		text-align: center;
		}
	
ul.tabs li a:hover {
	background: #414141;
	color: #FFF;
}
html ul.tabs li.active { /*--Makes sure that the active tab does not listen to the hover properties--*/
	margin-top: 0;
	background: #414141;
}



.tab_container {
	overflow: hidden;
	clear: both;
	float: left; 
	width: 100%;
	margin-top: 12px;
	margin: 0;
	padding: 0;
}

.tab_content {
	display: block;
}
.tab_content .featured_photo {
	float: left;
}
.tab_content .featured_text {
	font-size: 1.2em;
	float: left;
	width: 280px;
	height: 340px;
	background: #000;
	padding: 10px 10px 10px 15px;
}
.tab_content .featured_text h3, .tab_content .featured_text h4, .tab_content .featured_text p {
	color: #fff;
	}
	
	.tab_content .featured_text h3 {
		font-size: 1.6em;
		margin: 0 !important;
		line-height: 1.7em !important;
	}
	.tab_content .featured_text h4 {
		font-size: .9em;
		font-weight: 100;
		text-transform:uppercase;
	}	
	.tab_content .featured_text p {
		font-size: 1em !important;
	}		
	
	.tab_content .featured_text a, .tab_content .featured_text a:visited {
		color: #cc0033;
		font-weight: bold;	}		
	.tab_content .featured_text a:hover {
		color: #FFF;
	}			


/* Gallery */

#gallery {
	background: #000;
	padding: 10px 20px;
}

#gallery img {
	padding: 6px 6px 7px 6px;
	border: 1px solid #222;	
}

/* SLIMBOX 2 */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(js/slimbox/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(js/slimbox/prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(js/slimbox/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(js/slimbox/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}
