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;
}

a{
	color:#204F89;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

body{
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	background: #171818 url(../_graphics/back.jpg) no-repeat 48% top;
}

.clear{
	clear:both;
}

.padded{
	padding:10px;
}

#container{
	text-align:left;
	margin: 0 auto;
	width:1000px;
	position:relative;
	top:0px;
}

p{
	margin-bottom:10px;
}
.rssLink{
	float:right;
	margin-right:6px;
	margin-top:1px;
}


/****************************
 * BAR STUFF
 ***************************/

#top_bar{
	position:absolute;
	top:-105px;
	left:0;
	width:100%;
	height:120px;
	background:#272828 url(../_graphics/top_back.jpg) repeat-x top left;
	text-align:right;
	color:white;
	font-weight:bold;
	z-index:201;
}

#audio_player{
	position:absolute;
	left:50%;
	margin-left:149px;

	z-index:200;
}

#expandArrow{
	position:absolute;
	left:50%;
	margin-left:494px;
	top:15px;
	background:transparent url(../_graphics/speaker.jpg) no-repeat top left;
	height:20px;
	width:59px;
	cursor:pointer;
}


/****************************
 * NAV STUFF
 ***************************/

#navigation{
	float:left;
	width:180px;
	height:200px;
}

#nav_panel{
	background: transparent url(../_graphics/nav_logo.png) no-repeat 0px 0px;
	position:fixed;
	margin-top:30px;
	padding-top:180px;
	left:50%;
	margin-left:-484px;
	width:138px;
	font-size:16px;
}

#nav_white{
	position:absolute;
	top:0px;
	left:0px;
}

/* Fix nav for IE6 */
* html #nav_panel {
	position:absolute;
}

#ul_nav{
	list-style:none;
	margin-left:20px;
}

#ul_nav li{
	margin-top:2px;
}

#ul_nav li a{
	color:white;
	text-decoration:none;
}

#ul_nav li a:hover{
	color:black;
}

#ul_nav li a.selected{
	color:black;
}


/****************************
 * LAYOUT STUFF
 ***************************/

#main_column{
	float:left;
	width:820px;
	min-height:500px;
	height:auto !important;
  height:500px;

	/*overflow:auto;*/
}

.full_column{
	width:800px;
	float:left;
	margin-top:20px;
	/*background-color:#2b2b2b;*/
	margin-left:5px;
}

.half_column{
	width:395px;
	float:left;
	margin:20px 5px;
}

.two_thirds_column{
	width:535px;
	float:left;
	margin:20px 5px;
}

.two_thirds_content{
	color:black;
	width:525px;
	margin:0 auto;
	background: transparent url(../_graphics/lightgreensquare.png) repeat top left;
	margin-bottom:20px;
}

.one_third_column{
	width:255px;
	float:left;
	margin:20px 5px;
}

.one_third_content{
	width:245px;
	margin:0 auto;
	background-color:#52b193;
	margin-bottom:20px;
}

.title_bar{
	font-size:16px;
	font-weight:bold;
	display:block;

	background-color:black;
	color:white;
	padding: 3px 10px 3px 10px;
}

.half_content{
	width:385px;
	margin:0 auto;
	background: transparent url(../_graphics/alphasquare.png) repeat top left;
	margin-bottom:20px;
}

.quarter_column{
	width:197px;
	float:left;
	/*margin:10px 0px 10px 0px;*/
}

.title_bar_quarter{
	font-size:16px;
	font-weight:bold;
	margin-right:5px;
	display:block;
	background-color:black;
	color:white;
	padding: 3px 10px 3px 10px;
}

.quarter_content{
	width:182px;
	background: transparent url(../_graphics/alphasquare.png) repeat top left;
	margin-bottom:20px;
	margin-left:5px;
}

.bottom_gap{
	margin-bottom:30px;
}


/****************************
 * HOMEPAGE STUFF
 ***************************/

.news_item{
	border-bottom:1px black solid;
}

.news_photo{
	float:left;
}
.news_text{
	width:205px;
	margin-left:156px;
	padding:10px;
}

.news_text_no_pic{
	width:361px;
	margin-left:0px;
	padding:10px;
}

.light_blue{
background: transparent url(../_graphics/lightbluesquare.png) repeat top left;
}

.dark_blue{
background: transparent url(../_graphics/darkbluesquare.png) repeat top left;
}

.news_title_white a{
	font-weight:bold;
	font-size:27px;
	color:white;
	text-decoration:none;
	line-height:0.9em;
}

.news_title_black a{
	font-weight:bold;
	text-decoration:none;
	font-size:27px;
	color:black;
	line-height:0.9em;
}

.news_feed_item{
	padding:10px 10px 0px 10px;
	background: transparent url(../_graphics/darkgreensquare.png) repeat top left;
	color:white;
}

.news_feed_source{
	padding:5px 10px;
	background: transparent url(../_graphics/darkgreensquare.png) repeat top left;
	border-bottom:1px solid black;
}

.news_feed_source a{
	color:#204f89;
	text-decoration:none;
}

.news_feed_source a:hover{
	text-decoration:underline;
}

.release_holder{
	padding-top:5px;
	padding-bottom:5px;
	margin:0px 10px;
	color:white;
}

.release_holder a{
	color:white;
}

.gigs_expander{
	font-size:14px;
	font-weight:bold;
	color:#cc0606;
	padding-top:5px;
	padding-left:10px;
	height:20px;
	background:#bfbfbf url(../_graphics/gigs_icons.jpg) no-repeat right -42px;
	cursor:pointer;
	border-bottom:1px solid #2b2b2b;
}

.gigs_data{
	color:white;
	padding:5px;
	display:none;
}

.gigs_data table{
	color:white;
}

.gigs_data table td{
	padding:2px;
	/*border-bottom:1px solid black;*/
}

#slider_holder{
	width:100%;
	height:330px;
	position:relative;
}

.slider_button{
	background-color:white;
	height:20px;
	position:absolute;
	top:310px;
	display:none;
	margin:0px 1px;
	cursor: pointer;
}

.slider_image{
	position:absolute;
	top:0px;
	left:0px;
}

#slider_text_1{
	font-size:28px;
	font-weight:bold;
	position:absolute;
	top:245px;
	left:20px;
	width:700px;
	height:30px;
	color:white;
}

#slider_text_2{
	font-size:24px;
	font-weight:bold;
	position:absolute;
	top:270px;
	left:20px;
	width:700px;
	height:30px;
}

#slider_text_1 a{
	color:white;
	text-decoration:none;
}

#slider_text_2 a{
	color:white;
	text-decoration:none;
}

/****************************
 * ARTIST PAGE STUFF
 ***************************/

.artist_cell{
	float:left;
	width:400px;
	height:200px;
}

.view_profile_link a{
	font-weight:bold;
	color:white;
	font-size:14px;
	text-decoration:none;
}

.view_profile_link{
	margin-bottom:5px;
}

.artist_gigs{
	color:white;
	padding:10px;
}

.artist_gigs table td{
	padding:2px;
	/*border-bottom:1px solid black;*/
}


.artist_name{
	font-size:28px;
	font-weight:bold;
	position:absolute;
	top:285px;
	left:20px;
	width:350px;
	height:30px;
	color:white;

}

.artist_title{
		font-weight:bold;
	font-size:27px;
	color:white;
	text-decoration:none;
	line-height:0.9em;
}

.artist_links div{
	padding:10px;		
	font-size:14px;
}

.artist_links div a{
	color:white;
	text-decoration:none;	
}

.artist_links div a:hover{
	text-decoration:underline;	
}
/****************************
 * NEWS PAGE STUFF
 ***************************/

.archive_title a{
	font-size:14px;
	font-weight:bold;
	color:white;
	text-decoration:none;
}

.archive_entry{
	margin-bottom:2px;
	margin-top:2px;
	border-bottom:1px solid black;
}

.archive_artist a{
	color:#204f89;
	text-decoration:none;
}

.org_link{
	color:white;
	font-weight:bold;
	text-decoration:none;
	font-size:12px;
}


.org_link:hover{
	text-decoration:underline;
}


.paginate {
font-family: Arial, Helvetica, sans-serif;
font-size: .7em;
}
a.paginate {
border: 1px solid #000000;
padding: 2px 4px 2px 4px;
text-decoration: none;
color: #000000;
}
a.paginate:hover {
background-color: #000000;
color: #FFF;
text-decoration: underline;
}
a.current {
border: 1px solid #000000;
font: bold .7em Arial,Helvetica,sans-serif;
padding: 2px 4px 2px 4px;
cursor: default;
background:#000000;
color: #FFF;
text-decoration: none;
}
span.inactive {
border: 1px solid #555;
font-family: Arial, Helvetica, sans-serif;
font-size: .7em;
padding: 2px 4px 2px 4px;
color: #555;
cursor: default;
}

/****************************
 * RELEASES PAGE STUFF
 ***************************/

.release_cell{
		position:relative;
	float:left;
	width:266px;
	height:100px;
}

.release_text{
	width:150px;
	margin-left:100px;
	padding:5px 5px 0px 5px;
}

.release_text_no_pic{
	width:250px;
	margin-left:0px;
	padding:5px;
}



.light_green{

	background: transparent url(../_graphics/lightgreensquare.png) repeat top left;

}

.dark_green{

	background: transparent url(../_graphics/darkgreensquare.png) repeat top left;
}

.view_profile_link_black a{
	font-weight:bold;
	color:black;
	font-size:14px;
	text-decoration:none;
}


.more_info_link,.more_info_link_white{
	position:absolute;
	text-align:right;
	width:260px;
	top:100%;
	height:20px;
	margin-top:-22px;
	left:0;
}

.more_info_link a{
	font-weight:bold;
	color:black;
	font-size:14px;
	text-decoration:none;
}

.more_info_link_white a{
	font-weight:bold;
	color:white;
	font-size:14px;
	text-decoration:none;
}

.buy_links{
	padding-top:10px;
	padding-bottom:10px;
}

.buy_links a{
	margin-left:10px;
	color:white;
	font-size:12px;
	
	text-decoration:none;
}

.buy_links a:hover{
	text-decoration:underline;
	}
	
	.tracks td{
		color:white;
		font-size:14px;
		font-weight:bold;
	}
	
	.youtube_link{
		cursor:pointer;
	}

/****************************
 * HISTORY STUFF
 ***************************/


.history_title{
	font-size:28px;
	font-weight:bold;
	position:absolute;
	top:270px;
	left:10px;
	width:350px;
	height:30px;
	color:white;
}

.history_subtitle{
	font-size:24px;
	font-weight:bold;
	position:absolute;
	top:295px;
	left:10px;
	width:350px;
	height:30px;
	color:white;
}

.history{
	padding:10px;	
	color:white;
	line-height:1.5em;
}

.history h4{
	font-size:24px;
	font-weight:bold;
	margin-bottom:10px;

}

.history h5{
	font-size:20px;
	font-weight:bold;
	color:black;
	font-style:italic;
		color:black;
}


/****************************
 * CONTACT STUFF
 ***************************/


.alpha_back{
	color:white;
	background: transparent url(../_graphics/alphasquare.png) repeat top left;
	padding:5px;
	width:172px;
}

.communities a{
	font-size:14px;
	font-weight:bold;
	color:white;
	text-decoration:none;
}

.communities a:hover{
	text-decoration:underline;
}

.contact_table{
	width:100%;
}

.contact_table td{
	vertical-align:top;
	padding:5px;
	color:white;
	font-size:14px;
	font-weight:bold;
}

.contact_table input{
	width:80%;
}

#mybutton{
	width:100%;
	border:0;
	margin:0;
	background: transparent url(../_graphics/darkbluesquare.png) repeat top left;
	cursor:pointer;
	text-align:right;
	color:white;
	font-size:14px;
	font-weight:bold;
}

/****************************
 * FOOTER STUFF
 ***************************/


#footer{
	height:120px;
	background-color:#e3e3e3;
}

#footer_logo{
	position:relative;
	top:15px;
	left:50%;
	margin-left:-450px;
	background: transparent url(../_graphics/footer_logo.jpg) no-repeat 0px 0px;
	width:77px;
	height:94px;
}

#footer_menu{
	position:relative;
	top:-75px;
	left:50%;
	margin-left:-300px;
	list-style:none;
	width:200px;
}

#footer_menu li{
	width:50px;
	font-size:13px;
	font-weight:bold;
	position:absolute;
}

#footer_menu li a{
	color:#2b2b2b;
	text-decoration:none;
}


#li_home_footer{top:0px;}
#li_news_footer{top:17px;}
#li_artists_footer{top:34px;}
#li_releases_footer{top:51px;}
#li_media_footer{top:68px;}

#li_history_footer{left:100px;top:0px;}
#li_contact_footer{left:100px;top:17px;}
#li_communities_footer{left:100px;top:51px;}
#li_store_footer{left:100px;top:34px;}

#check_us_links{
	font-size:13px;
	font-weight:bold;
	color:#2b2b2b;
	width:200px;
	position:relative;
	top:-75px;
	left:50%;
	margin-left:100px;
}

#soundcloud{
	position:absolute;
	width:50px;
	height:32px;
	top:20px;
	left:0px;
	background: transparent url(../_graphics/soundcloud.jpg) no-repeat 0px 0px;
	text-indent:-99999px;
}

#facebook{
	position:absolute;
	width:90px;
	height:32px;
	top:20px;
	left:60px;
	background: transparent url(../_graphics/facebook.jpg) no-repeat 0px 0px;
	text-indent:-99999px;
}

#youtube{
	position:absolute;
	width:60px;
	height:32px;
	top:20px;
	left:160px;
	background: transparent url(../_graphics/youtube.jpg) no-repeat 0px 0px;
	text-indent:-99999px;
}
