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

* {
	margin: 0;
	padding: 0;
}

body {
	background: #A5BFCA url('../img/bg.png') top left repeat-x;
	color: #000;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
}

h3 {
	margin-bottom: 4px;
	font-size: 160%;
}

h4 {
	margin-bottom: 4px;
	font-weight: 200;
	color: #a4a4a4;
}

a { text-decoration: none; }
a, a:visited {
	color: #000;
}
a:hover {
	cursor: pointer;
	color: #A6BFCA;
}

a:active{outline: none;}
a:focus{-moz-outline-style: none;}

a span {
	display: none;
}

a img{border:none}

ul {
	list-style: none;
}


/* CLASS GENERICS ---------------------------------------------------------------- */

ul.link_list {
	text-transform: uppercase;
}

ul.link_list li a
{
	color:#000000;
}

.hr {
	width: 618px;
	height: 1px;
	margin: 12px 0;
	background: url('../img/hr.png');
	clear:both;
	overflow:hidden;
}

.separator {
	width: 246px;
	height: 8px;
	margin: 12px 0;
	background: url('../img/separator.png');
}

p.footer_links, p.footer_links a {
	margin-top: 8px;
	font-weight: 200;
	color: #a4a4a4;
}

ul.pages li a {
	display: inline;
	float: left;
	padding-right:7px;
}
	ul.pages:after { content: "."; display: block; height: 0; font-size:0; clear: both; visibility:hidden; }

a.rss {
	display: block;
	margin: 8px 8px 0 0;
}

.form_error_message {
	color: #ff0000;
}

.heading_img {
	margin-bottom: 8px;
}


/* ELEMENTS
	---------------------------------------------------------------- */

#wrapper {
	width: 950px;
	margin: 20px auto 0;
	background: #fff;
	border-right: 2px solid #abafa8;
	border-bottom: 2px solid #abafa8;
}
	#wrapper:after { content: "."; display: block; height: 0; font-size:0; clear: both; visibility:hidden; }

.nav { width: 100%; }
.nav img {
	margin: 0 12px;
}

#content {
	float: left;
	width: 640px;
	overflow:hidden;
}
	#content:after { content: "."; display: block; height: 0; font-size:0; clear: both; visibility:hidden; }
	#content_inner:after { content: "."; display: block; height: 0; font-size:0; clear: both; visibility:hidden; }
	#content_inner {
		margin: 20px 20px;
	}
	
#sidebar {
	float: right;
	width: 310px;
	overflow:hidden;
}
	#sidebar:after { content: "."; display: block; height: 0; font-size:0; clear: both; visibility:hidden; }
	#sidebar_inner:after { content: "."; display: block; height: 0; font-size:0; clear: both; visibility:hidden; }
	#sidebar_inner {
		margin: 20px 20px;
	}
		#sidebar .mail {
			width: 270px;
			height: 185px;
			position:relative;
			right:-10px;
		}
			#sidebar .mail input#email {
				margin: 100px 0 0 38px;
				width: 180px;
				height: 20px;
				padding: 4px 0 0 4px;
				font-size: 14px;
			}
			#sidebar .mail input#mail_submit {  }
				.mail_submit_off {
					width: 159px;
					height: 35px;
					margin: 8px 48px;
					background: url('../img/buttons/submit.png');
					border: none;
				}
				.mail_submit_on {
					width: 165px;
					height: 36px;
					margin: 7px 48px;
					background: url('../img/buttons/submit_ovr.png');
					border: none;
					cursor: pointer;
				}
			.sidebar_inner_sections {
				margin-top: 12px;
			}
				.sidebar_inner_sections .t {
					width: 269px;
					height: 20px;
					background: url('../img/boxes/light_top.png');
				}
				.sidebar_inner_sections .m
				{
					padding: 0 16px;
				}
					.shop_link{
					display:block;
					position:relative;
						width: 270px;
						height: 285px;
						background: url('../img/side/shop.png');
					}
					.sidebar_inner_sections .m .blog_link div {
						width: 235px;
						height: 199px;
						background: url('../img/side/blog.png');
					}
					.video_box{
						width: 270px;
						height: 280px;
						margin-bottom:12px;
						display:block;
						background: url('../img/side/video.png');
					}
					.sidebar_inner_sections .m .tours_link div {
						width: 229px;
						height: 214px;
						background: url('../img/side/tours.png');
					}
				.sidebar_inner_sections .b {
					width: 270px;
					height: 28px;
					background: url('../img/boxes/light_btm.png') top left no-repeat;
				}
			

#footer {
	width: 950px;
	margin: 12px auto;
	margin-bottom: 24px;
	text-transform: uppercase;
	clear:both;
}

#footer a:hover{color:#FFF}

	#footer:after { content: "."; display: block; height: 0; font-size:0; clear: both; visibility:hidden; }
		#footer img#badge {
			float: left;
			margin: 0 24px;
		}
		#footer ul.link_list {
			float: left;
			width: 140px;
		}
		#footer ul#nav_extras {
			width: 160px;
		}
		#footer p#math_credit {
			float: right;
			margin-right: 24px;
		}
		
		#math_credit a{color:#000}
		
		
/* SECTIONS
	---------------------------------------------------------------- */

.band-item {
	float: left;
	margin: 12px 12px 0 0;
}

.tours_table {
	width: 100%;
	font-size: 11px;
}
	.tours_table th {
		padding: 2px 2px;
		text-align: left;
		font-size: 12px;
		color: #808080;
	}
	.tours_table td {
		/*border: 1px solid #a4a4a4;*/
		padding-left: 4px;
	}
	.tours_table tr {
		height: 20px;
	}
	.tours_table .alt_row {
		background: url('../img/boxes/alt_row.png') no-repeat;
	}


.BackgroundBandsReleasesItem
{
	width: 100%;
}

.releasewrap
{
	display:block;
}

.release {
	margin-bottom: 12px;
}
	.release:after { content: "."; display: block; height: 0; font-size:0; clear: both; visibility:hidden; }
	
	
	.release_img {
		float: left;
		width:120px;
		height:120px;
		margin-right: 24px;
	}
	.release_inner
	{
		float: left;
		width: 463px;
	}
	
		.release_inner .release_title {
			margin-bottom: 8px;
		}
			.release_inner .release_title:after { content: "."; display: block; height: 0; font-size:0; clear: both; visibility:hidden; }
			.release_inner h3, .release_inner h4 {
				float: left;
			}
			.release_inner h4 {
				margin-left: 8px;
				margin-top: 6px;
			}
		.release_inner .t {
			width: 463px;
			height: 15px;
			background: url('../img/boxes/release_top.png');
		}
		.release_inner .m {
			padding: 0 16px;
			background: #e2d14f;
		}
		.release_inner .b {
			width: 463px;
			height: 19px;
			background: url('../img/boxes/release_btm.png');
		}
		.release_details {
			margin-bottom: 12px;
		}
		.release ul.text_list {
			float: left;
			width: 140px;
		}
			.release_inner .m:after { content: "."; display: block; height: 0; font-size:0; clear: both; visibility:hidden; }
			.release:after { content: "."; display: block; height: 0; font-size:0; clear: both; visibility:hidden; }

.about_slide .about_text
{
	font-size: 11px;
	min-height: 300px;
}

.about_img{float:right}

.about_slide p{font-size: 11px;margin:0.5em 0 0.5em 0}

#more, #back{float:left}
	
.links ul.link_list {
	float: left;
	width: 200px;
}
	.links:after { content: "."; display: block; height: 0; font-size:0; clear: both; visibility:hidden; }
	
/*============================== NEW TOP MENU ========================================*/
/*new menu bar*/

#menu, #menu li {
display: inline;
float: left;
}

#menu {
width:950px;
margin-left:20px;
overflow:hidden;
}

#menu ul {
margin-left: 35px;
}

#menu a {
	display: block;
	height: 11px;
}

#menu li, #menu li a
{
	display:block;
	margin: 0 14px 0 0;
	height: 11px;
	text-decoration:none;
}

#menu li, #menu li a:hover{background-position: 0 -11px;}
/*NEWS WHAT_IS ARTISTS DATES VIDEOS STORE BLOG LINKS CONTACT MEMBERS */
/*menu items*/
/*NEWS*/#menu li.news a{width:50px;background:url('../img/menu/news.png') no-repeat}
/*WHAT_IS*/#menu li.what_is a{width:72px;background:url('../img/menu/what_is.png') no-repeat}
/*ARTISTS*/#menu li.artists a{width:72px;background:url('../img/menu/artists.png') no-repeat}
/*DATES*/#menu li.dates a{width:62px;background:url('../img/menu/dates.png') no-repeat}
/*VIDEOS*/#menu li.videos a{width:63px;background:url('../img/menu/videos.png') no-repeat}
/*STORE*/#menu li.store a{width:55px;background:url('../img/menu/store.png') no-repeat}
/*BLOG*/#menu li.blog a{width:46px;background:url('../img/menu/blog.png') no-repeat}
/*LINKS*/#menu li.links a{width:60px;background:url('../img/menu/links.png') no-repeat}
/*CONTACT*/#menu li.contact a{margin: 0 14px 0 0;width:85px;background:url('../img/menu/contact.png') no-repeat}
/*MEMBERS*/#menu li.members a{margin: 0 14px 0 0;width:80px;background:url('../img/menu/members.png') no-repeat}

/*NEWS*/#menu li.news a:hover{background-position: 0 -11px;}
/*WHAT_IS*/#menu li.what_is a:hover{background-position: 0 -11px;}
/*ARTISTS*/#menu li.artists a:hover{background-position: 0 -11px;}
/*DATES*/#menu li.dates a:hover{background-position: 0 -11px;}
/*VIDEOS*/#menu li.videos a:hover{background-position: 0 -11px;}
/*STORE*/#menu li.store a:hover{background-position: 0 -11px;}
/*BLOG*/#menu li.blog a:hover{background-position: 0 -11px;}
/*LINKS*/#menu li.links a:hover{background-position: 0 -11px;}
/*CONTACT*/#menu li.contact a:hover{background-position: 0 -11px;}
/*MEMBERS*/#menu li.members a:hover{background-position: 0 -11px;}
/*==================== END TOP MENU =================================================*/

/*======================== Tour tickets CSS Rollover effect ==============================*/
a.imgbutton_tour_ticket{
	position: relative;
	background:url('../img/buttons/btn_buy_tickets.png');
	text-decoration:none;
	width:161px;
	display: block;
	height: 30px;
	background-position: 0 0;
}
a.imgbutton_tour_ticket:hover{background-position: 0 -30px;}
/*======================================================================*/

/*===================== Sign me up CSS Rollover effect===============================*/
a.imgbutton_signmeup{
	position: relative;
	background:url('../img/buttons/btn_sign_me_up.png');
	text-decoration:none;
	width:274px;
	display: block;
	height: 50px;
	background-position: 0 0;
}
a.imgbutton_signmeup:hover{background-position: 0 -50px;}
/*================================================================================*/

/*new image buttons*/
a.imgbutton_more{
	position: relative;
	background:url('../img/buttons/btn_more.png');
	text-decoration:none;
	width:81px;
	display: block;
	height: 12px;
	background-position: 0 0;
}
a.imgbutton_more:hover{background-position: 0 0;}

a.imgbutton_clear{
	position: relative;
	background:url('../img/buttons/btn_clear.png');
	text-decoration:none;
	width:81px;
	display: block;
	height: 12px;
	background-position: 0 0;
}
a.imgbutton_clear:hover{background-position: 0 0;}

a.imgbutton_login{
	position: relative;
	background:url('../img/buttons/btn_login.png');
	text-decoration:none;
	width:81px;
	display: block;
	height: 12px;
	background-position: 0 0;
}
a.imgbutton_login:hover{background-position: 0 0;}

a.imgbutton_back{
	background:url('../img/buttons/btn_back.png');
	text-decoration:none;
	width:81px;
	height: 12px;
	display:none;
}

a.imgbutton_submit{
	position: relative;
	background:url('../img/buttons/btn_submit.png');
	text-decoration:none;
	width:81px;
	display: block;
	height: 12px;
	background-position: 0 0;
}
a.imgbutton_submit:hover{background-position: 0 0;}



/* Band pages */

#artistwrap{
	clear:both;
	width:600px;
	height:250px;
}

#anchors{
	float:right;
	position:relative;
	top:60px;
	right:10px;
}

#anchors a{
	display:block;
	width:130px;
	height:35px;
}

#anchors span{
	color:#FFF;
}

#biolink{background: url('../img/nav/bio.png') no-repeat;}
#biolink:hover{background: url('../img/nav/bio_over.png') no-repeat;}

#tourslink{background: url('../img/nav/tours.png') no-repeat;}
#tourslink:hover{background: url('../img/nav/tours_over.png') no-repeat;}

#releaseslink{background: url('../img/nav/releases.png') no-repeat;}
#releaseslink:hover{background: url('../img/nav/releases_over.png') no-repeat;}

/*Video item*/

.videowrap{float:left;margin-right:10px;width:181px;height:200px;background-repeat:no-repeat;background-position:10px 20px;text-align:center}

.videobox{display:block;width:181px;height:168px;background-repeat:no-repeat}

.telly0{background:url('../img/movies/telly1.png') no-repeat}
.telly1{background:url('../img/movies/telly2.png')}
.telly2{background:url('../img/movies/telly3.png')}

/* Media */
.recordwrap{width:74px;height:100px;float:left; margin-right:10px; background-repeat:no-repeat;background-position:10px 20px;text-align:center}

.record{height:74px;width:74px;display:block;}

.record1{background:url('../img/medias/record_blue.png')}
.record2{background:url('../img/medias/record_blue_dark.png')}
.record3{background:url('../img/medias/record_brown.png')}
.record4{background:url('../img/medias/record_green.png')}
.record5{background:url('../img/medias/record_orange.png')}
.record6{background:url('../img/medias/record_purple.png')}
.record7{background:url('../img/medias/record_red.png')}
.record8{background:url('../img/medias/record_yellow.png')}

/* User */

.right{float:right}
.left{float:left}

.clearing{clear:both}

.headline-item{clear:both}
.news_img{float:left;margin:0 10px 10px 0}

#menu li.store {
  display:none !important;
}