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


body {
	background-color:#202020;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
p {
	margin-bottom:10px;
}
h2 {
	font-size:16px;
	text-transform:uppercase;
	margin-bottom:10px;
	border-bottom:1px solid #555;
}
a {
	color:white;
}
a:hover {
	color:#999;
}
.outer_container {
	padding:20px 20px;
	background-color:#000;
}
.inner_container {
	width:960px;
	margin:0 auto;
}
.outer_container.header {
/*	background:url(../images/header_bg_x.jpg) repeat-x 0 0;*/
background-color:#333;
}
/*.outer_container.body{background:url(../images/cd_bg_x2.jpg) repeat-x center 0;}*/
.outer_container.nav {
	background-color:#202020;
	min-height:100%;
}
.outer_container.footer {
	background:url(../images/footer_bg_x.gif) repeat-x 0 0;
	position:relative;
}
#header {
	height:100px;
	text-align:center;
}
#body {
	position:relative;
	height:365px;
	background-color:#000;
}
#nav {
	background-color:#202020;
	padding:50px 0 40px 0;
}
#nav #tabs {
	float:left;
	width:382px;
}
#nav #tabs li {
	margin-bottom:10px;
}
#nav #tabs li#updates a {
	background:url(../images/updates_tab.png);
}
#nav #tabs li#video a {
	background:url(../images/video_tab.png);
}
#nav #tabs li#photos a {
	background:url(../images/photos_tab.png);
}
#nav #tabs li#shop a {
	background:url(../images/shop_tab.png);
}
#nav #tabs li#bio a {
	background:url(../images/bio_tab.png);
}
#nav #tabs li#subscribe a {
	background:url(../images/subscribe_tab.png);
}
#nav #tabs li#contact a {
	background:url(../images/contact_tab.png);
}
#nav #tabs li#shows a {
	background:url(../images/shows_tab.png);
}

#nav #tabs li#bookings a {
	background:url(../images/bookings_tab.png);
}

#nav #tabs a {
	display:block;
	height:59px;
	background-position: 0 0;
	background-repeat:no-repeat;
}
#nav #tabs li#updates a:hover, 
#nav #tabs li#updates a.active, 
#nav #tabs li#video a:hover, 
#nav #tabs li#video a.active, 
#nav #tabs li#photos a:hover, 
#nav #tabs li#photos a.active, 
#nav #tabs li#shop a:hover, 
#nav #tabs li#shop a.active, 
#nav #tabs li#bio a:hover, 
#nav #tabs li#bio a.active, 
#nav #tabs li#subscribe a:hover, 
#nav #tabs li#subscribe a.active, 
#nav #tabs li#contact a:hover, 
#nav #tabs li#contact a.active, 
#nav #tabs li#shows a:hover, 
#nav #tabs li#shows a.active,
#nav #tabs li#bookings a:hover, 
#nav #tabs li#bookings a.active
{
	background-position:0 -59px;
}
#nav #tabs_content {
	float:left;
	width:520px;
	background-color:#ADADAD;
	min-height:400px;
	padding:20px;
	line-height:17px;
	-webkit-border-top-right-radius:10px;
	-moz-border-radius-topright:10px;
	border-top-right-radius:10px;
}
#content {
	position:relative;
}
#footer {
	height:200px;
	position:relative;
}
#footer_logo {
	position:absolute;
	top:60px;
}
#footer_credits {
	position:absolute;
	right:20px;
	top:60px;
}
#footer_credits li {
	margin-bottom:5px;
}
#footer_credits li a {
	display:block;
	width:317px;
	height:15px;
	background-position: 0 0;
	background-repeat:no-repeat;
}
#footer_credits li a:hover {
	background-position:0 -15px;
}
#music_player {
	height:80px;
}
#buy_now {
	position:absolute;
	bottom:-30px;
	left:0;
	width:200px;
}
#buy_now a {
	display:block;
	width:185px;
	height:60px;
	background:url(../images/buy_now.png) no-repeat 0 0;
}
#buy_now a:hover {
	background:url(../images/buy_now.png) no-repeat 0 -60px;
}
.clear {
	clear:both;
}
#updates_content, #shows_content, #video_content, #shop_content, #contact_content, #bookings_content, #inner_content_333 {
	padding:20px;
	background-color:#333;
	color:#CCCCCC;
	width:480px;
	height:350px;
	overflow:scroll;
}
#social_icons {
	margin-top:10px;
}
#social_icons h2 {
	font-size:14px;
	text-transform:uppercase;
	border-bottom:1px solid #666;
	padding-bottom:5px;
	font-weight:normal;
	padding-left:5px;
}
#social_icons a {
	float:left;
	display:block;
	margin-right:10px;
}
/* tooltip styling. by default the element to be styled is .tooltip  */
.tooltip {
	display:none;
	background:transparent url(../images/black_arrow.png);
	font-size:12px;
	height:70px;
	width:160px;
	padding:25px;
	color:#fff;
}
.cb_photos a {
	display:block;
	float:left;
	margin:5px;
}
.cb_photos a:hover {
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}
/*input {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	background-color:#ADADAD;
	padding:10px;
	border:1px solid white;
	width:280px;
	color:#333;
}*/
#subscribe_form {
	margin-top:20px;
}
#subscribe_form td.ra {
	padding:15px 10px;
	font-size:14px;
	text-align:right;
}
#submit {
	width:100px;
	background-color:#7b0106;
	color:#ffffff;
	cursor:pointer;
}


