/* CSS Document */
/* Reset.css by Eric Meyer: http://meyerweb.com/eric/thoughts/2008/01/15/resetting-again/ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0; padding: 0; border: 0; outline: 0;
font-size: 100%; vertical-align: baseline;
background: transparent; }
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q {	quotes: none; }
ins { text-decoration: none; }
del {text-decoration: line-through;}
table { border-collapse: collapse; border-spacing: 0; }
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }
:focus { outline: 0; }
ins { text-decoration: none; }
del { text-decoration: line-through; }

.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.clearfix{*zoom: 1;/*for ie 5.5-7*/}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ RESET END ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */


/* GENERAL SETUP */

body{
    background-color:#000;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:18px;
	text-align: center;	
}

div#wrapper
{
	margin-top:50px;
	margin-left: auto;
	margin-right: auto;
	width:924px;
	text-align: left;
}


p{
	 margin-bottom:18px;
	 font-size:16px;
}

p.first{
	font-size:16px;
	line-height:21px;
}
p.flush{
	margin-top:5px;
	margin-bottom:0;
}


a{
	color:#ffff00;
	text-decoration:none;
	font-weight:bold;
}
	a:hover{
		text-decoration:underline;
	}

h1{
	color:#fff; 
	font-size:20px;
}
	h1.super{
		font-size:22px;
	}
h2{
	font-size:18px;
	line-height:18px;
	margin-bottom:5px;
	color:#fff;
}
h3{
	font-size:16px;
	line-height:18px;
	margin-bottom:5px;
	color:#fff;
}



ul.bullited{
	list-style:outside;
	margin-left:20px;
	margin-bottom:20px;
}

ul.bullited li{
	margin-bottom:8px;
}


/* HEADER */
#header{
	width:629px;
	margin-bottom:20px;	
}
	#header h1{ /* logo */
		float:left;
		width:100px;
	}

	#header div{
		float:left;
		top:6px;
		left:100px;
		padding-bottom:25px;
		border-bottom:1px solid #333;
		width:528px;
	}
	
	#header div span{
		display:block;
		font-size:14px;
		line-height:19px;
		color:#999;
	}

		#header div span.date{
			color:#ffff00;
			font-size:21px;
			line-height:28px;
			margin-bottom:5px;
		}
	


/* NAVIGATION */
#nav {
	font-size:14px;
	line-height:20px;
	width:60px;
	float:left;
	padding:0;
	margin-right:20px;
	margin-left:20px;
}
	#nav .active a{
		font-weight:bold;
		color:#fff;
	}
	
	#nav li.share{
		border-top:1px solid #333;
		margin-top:10px;
		padding-top:10px;
		
	}


.col1{
	width:528px;
	float:left;
	margin-right:20px;
}

.col2{
	width:267;
	float:left;
}


	.col2 .promos li{
		width:216px;
		border:10px solid #333;
		padding:20px;
		margin-bottom:20px;
	}
	
	.col2 h2{
		font-weight:bold;
		font-size:18px;
		line-height:28px;
		color:#fff;
		margin-bottom:10px;
	}
	
	.col2 #tweets{margin-bottom:10px;}
	
	

#content{margin-bottom:30px;}

#footer{
	margin-top:10px;
	font-size:11px;
	line-height:17px;
	color:#999;
	padding-left:100px;
	width:530px;
}

#footer p{
	margin-bottom:11px;
}



ul.artist_list{
	background:transparent url(../images/bg_artists.png) top left repeat-y;
	width:530px;
	margin-bottom:20px;
}

	ul.artist_list li{
		float:left;
		background:none;
		height:40px;
		padding-left:15px;
		padding-top:15px;
		width:160px;
		overflow:hidden;
		font-size:19px;
	}

	ul.artist_list li a{
		font-weight:normal;
	}


/* FORMs */

form.artists_mailinglist{
    margin-bottom:20px;
}

form label {
 display:none;
 visibility:hidden;
}

#mc-embedded-subscribe-form label{
	display:none;
}

#mc-embedded-subscribe-form .mc-field-group{
	margin-bottom:10px;
}

form input, form textarea{
	width:200px;
	background:#333;
	color:#fff;
	font-size:16px;
	padding:3px;
	border:0;
}


form input.btn{
	border:0;
	background:#000;
	color:#ffff00;
	font-size:14px;
	line-height:18px;
	text-align:left;
	width:auto;
	font-weight:bold;
	padding:4px;
	border:1px solid #ff0;
	margin-top:5px;
	cursor:pointer;
}

form input.button{
	width:auto;
}


/* SUBMIT PAGE FORM */
form#submit{
	margin-bottom:10px;
}

	form#submit input, form#submit textarea{
		width:400px;
		padding:4px;
		margin-bottom:10px;
	}
	form#submit input.btn{
		width:auto;
		float:left;
		margin-right:10px;
	}

	form#submit span{
		font-size:12px;
		display:block;
		position:relative;
		top:-8px;

	}

	form#submit #recaptcha_response_field{
		background-color:#FFFFFF;
		color:#000;
	}


.errors{
	margin-top:20px;
	background-color:#fafaaf;
	border:1px solid #ffff00;
	color:#000;
	padding:10px;
	margin-bottom:10px;
	list-style:inside;
}
	.errors h2{
		color:#000;
		border-bottom:1px solid #333;
		margin-bottom:5px;
		padding-bottom:5px;
	}
	.errors ul{
		list-style:inside;
		margin-bottom:5px;
		
	}





/* GRAPHIC LINKS */
a.facebook{
	width:154px;
	height:54px;
	display:block;
	text-indent:-9999px;
	background:url(../images/logo_facebook.png) top left no-repeat;

}

a.home{
	width:75px;
	height:75px;
	display:block;
	text-indent:-9999px;
	background:url(../images/logo_1hp.png) top left no-repeat;

}


a.share{
	width:54px;
	height:16px;
	display:block;
	text-indent:-9999px;
	background:url(../images/logo_share.png) top left no-repeat;

}



/* ARTIST TABLE */
table#artists{
	width:100%;
	margin-top:30px;
}

table#artists tr{
	border-bottom:1px solid #999;
}
table#artists thead{
	text-align:left;
}

table#artists td{
        padding:8px;
}


/* MICROFORMATS */
.vevent{
	display:none;
	visibility:hidden;
}



/* MODAL WINDOW */
.modal{
 	color:#FFF;
	background-color:#000000;
	position:relative;
}

.modal h1{
	font-size:19px;
	margin-bottom:10px;
}


.modal .modal-add{
	position:absolute;
	top:2px;
	right:0;
}

.modal a.modal_website{
	font-size:12px;
}


.modal .release em{
	display:block;
	width:auto;
	background-color:#333;
	color:#FF0;
	padding:5px;
	font-size:24px;
	font-weight:bold;
	line-height:30px;
	height:30px;
}


/* Schedule Table */
#schedule{
	border:1px solid #333;
	background-color:#000;
	margin-bottom:20px;
	
}
	#schedule thead{
		background-color:#333;
		border-bottom:1px solid #ccc;
		
	}
	
		#schedule th{
			padding:8px;
		}
		
	
	#schedule tr{
	 border-bottom:1px solid #333;
	}
	
	#schedule td{
		padding:8px;
	}
	
		#schedule tr:hover{
			background-color:#333;
			color:#fff;
		}
	
	
	#schedule th.date, #schedule td.date{
		width:130px;
	}
	#schedule th.time, #schedule td.time{
		width:60px;
	}
	#schedule th.artist, #schedule td.artist{
		font-weight:bold;
	}

