﻿/* RESET */
/* ----------------------------------------- */
/* Global reset */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
html{ color:#fff;background:#000; }
*, html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}
del,ins{text-decoration:none;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym{border:0;font-variant:normal;}
sup{vertical-align:baseline;}sub{vertical-align:baseline;}
legend{color:#000;}
input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}
input,button,textarea,select{*font-size:100%;}
strong { font-weight: bold }
em { font-style: italic; }
a img { border:none } /* Gets rid of IE's blue borders */
div { position:relative; }

/* TYPOGRAPHY */
/* ----------------------------------------- */
html * { font:12px/13px Times, 'Times New Roman', Georgia, serif; color:#000; }
h1, h2, h3, h4, h5, h5, h6 { font-weight:bold; color:#000; } 
h1 {font-size:22px;}
h2 {font-size:20px;}
h3 {font-size:18px;}
h4 {font-size:14px;}
h5 {font-size:12px;}
h6 {font-size:10px;}

a { text-decoration:none; font:italic bold 13px Times, 'Times New Roman', Georgia, serif; }

a.white { color:#FBFFDD; }
a.white:link {}
a.white:visited {}
a.white:hover { color:#E8170F; text-decoration:line-through; }
a.white:active {}

a.red { color:#E8170F; }
a.red:link {}
a.red:visited {}
a.red:hover { color:#000; text-decoration:line-through; }
a.red:active {}

a.black { color:#000; }
a.black:link {}
a.black:visited {}
a.black:hover { color:#FBFFDD; text-decoration:line-through; }
a.black:active {}

/* LAYOUT */
/* ----------------------------------------- */
/*
	red 		=> #E8170F
	off white 	=> #FBFFDD
	black 		=> #000000
*/
br.clearer {clear:both; display:block; height:1px; margin:-1px 0 0 0}
br.pad6 {display:block; height:1px; margin-bottom:6px;}
body {
	min-width:940px; width:100%;/*width:1024px; max-width:1024px;*/
	min-height:675px; height:auto !important;
	overflow-x:hidden; overflow-y:auto;
	/*overflow:auto;*/
	background:#000;
}
#container { 
	width:900px; height:690px;/*675px*/
	overflow:visible;/*hidden;*/
	margin:0px auto;
	background:url('../imgs/bg.jpg') 0px 0px no-repeat;
}


/* ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|||||||||||||||||||||||||||||||||||||| HEADER ||||||||||||||||||||||||||||||||||||||
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */
#header {
	width:900px; height:105px;
	margin-top:3px;
}
.additional_header {
	color:#E8170F;
	font-style: italic;
	margin-left:44px;
	margin-bottom:3px;
}
#header_title {
	display:inline;
	float:left;
	width:443px; height:67px;
	margin-top:10px; margin-left:44px;
	background:url('../imgs/header-title.png') 0px 0px no-repeat;
}
#header_links {
	display:inline;
	float:left;
	width:367px; height:105px;
	margin-left:14px;
	background:url('../imgs/header-2disc_bg.png') 0px 0px no-repeat;
}
#header_itunes {
	display:inline;
	float:left;
	width:98px; height:auto;/*height:38px;*/
	margin-top:45px; margin-left:130px;
}
#header_bh {
	display:inline;
	float:left;
	width:120px; height:auto;/*height:36px;*/
	margin-top:45px; margin-left:7px;
}
/* ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
||||||||||||||||||||||||||||||||||||||    NAV    ||||||||||||||||||||||||||||||||||||||
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */
#nav {
	width:900px; height:149px;
	margin-top:0px;
	overflow:visible;
}

#nav_arrows {
	width:900px; height:135px;
	z-index:10;
}
#nav_l_arrow { float:left; z-index:10; width:26px; height:149px; }
#nav_r_arrow { float:right; z-index:10; width:26px; height:149px; }

#nav_btns_box {
	width:2961px; height:149px;
	position:absolute;
	top:0px; left:37px; /*left:44px;*/
}

.nav_btn {
	width:138px; height:149px;
	float:left;
	display:inline;
	cursor:pointer;
}
/* ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
||||||||||||||||||||||||||||||||||||||  CONTENT  ||||||||||||||||||||||||||||||||||||||
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */
#content { position:relative; width:100%; height:341px;}

#content_l_arrow { float:left; z-index:10; width:26px; height:341px; /*border:1px solid white;*/}
#content_r_arrow { float:right; z-index:10; width:26px; height:341px; /*border:1px solid white;*/}

#tracks_box {
	width:17388px; height:341px;
	position:absolute;
	top:0px; left:37px; /*left:44px;*/
}

.content_box {
	width:808px; height:331px;  
	padding-top:10px; padding-left:20px;
	float:left; display:inline;
	background:url('../imgs/content-bg2.png') -19px -6px no-repeat;
	overflow:hidden;
}

.content-leftcol {
	float:left; display:inline;
	width:380px; height:303px;
	padding:10px 0px 10px 10px;
	
}
.content-title {
	width:223px; height:auto;
	float:left; display:inline;
}
.content-txt {
	width:215px; max-height:240px;
	float:left;  display:inline;
	overflow:hidden;
}
.content-txt i {
	font-style:italic;
}
.content-txt p{
	margin-bottom:4px;
}
.content-credits {
	float:left; display:inline;
	width:55px; height:26px;
	margin-top:0px; margin-left:30px;
}
.content-year {
	float:left;  display:inline;
	width:45px; height:20px;
	margin-top:-3px; margin-left:10px;
}
.content-imgs {
	float:left; display:inline;
	width:152px; height:240px;
	/*margin-top:-5px; margin-left:10px;*/
	position:absolute;
	top:40px; right:3px;
}
.content-buy {
	float:left; display:inline;
	width:43px; height:17px;
	/*margin-top:10px;*/
	position:absolute;
	bottom:8px; left:10px;
}
.content-itunes {
	float:left; display:inline;
	width:98px; height:38px;
	/*margin-left:10px;*/
	position:absolute;
	bottom:0px; left:70px;
}
.content-bh {
	float:left; display:inline;
	width:111px; height:36px;
	/*margin-left:10px;*/
	position:absolute;
	bottom:3px; left:180px;
}
.content-lyrics {
	float:left; display:inline;
	width:55px; height:26px;
	/*margin-top:5px; margin-left:35px;*/
	position:absolute;
	bottom:8px; right:15px;
}
.content-rightcol {
	float:left; display:inline;
	width:400px; height:323px;
	overflow:hidden;
}
.content-songimg {
	width:358px; height:256px;
	margin-top:8px; margin-left:20px;
}
.content-songflash {
	width:290px; height:24px;
	margin-top:24px; margin-left:55px;
}
.audio-player-container strong { color:#fff;}

.content-youtube {
	margin-left:7px;
	width:400px; height:323px;
}


/* ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
||||||||||||||||||||||||||||||||||||||  FOOTER   ||||||||||||||||||||||||||||||||||||||
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */
#footer {
	width:900px; height:55px;
	margin-top:5px;
	clear:both;
}

#footer-bandlinks {
	display:inline; float:left;
	width:243px; height:54px;
	background:url('../imgs/footer-band_sites_bg.png') top left no-repeat;
}
#footer-bandlinks a {
	margin-left:10px;
}

#footer-bhlinks {
	display:inline; float:left;
	width:281px; height:63px;
	margin-top:-5px; margin-left:10px;
	background:url('../imgs/footer-blackheart_links_bg.png') top left no-repeat;
}
#footer-bhbtn { 
	display:inline; float:left;
	width:125px;height:30px;
	margin-top:10px; margin-left:10px;
}
#footer-bhtv { float:left; margin-top:10px; margin-left:10px; }
#footer-bhradio { float:left; margin-top:-2px; margin-left:5px;  }
#footer-contact { float:left; margin-top:-10px; margin-left:10px;}
#footer-mailing { float:left; margin-top:-10px; margin-left:10px;}

#footer-guitar {
	display:inline; float:left;
	width:142px; height:52px;
	margin-left:20px;
	margin-right:20px;
}

#footer-txtlinks0, #footer-txtlinks1 {
	display:inline; float:left;
	width:60px; height:55px;
	margin-left:10px;
	padding-left:7px;
	border-left:1px solid #E8170F;
}



#footer-txtlinks0 a, #footer-txtlinks1 a { display:block;}

#footer-site_credits {
	width:890px; height:13px;
	margin-top:10px; margin-left:5px;
	clear:both;
	color:#FBFFDD;
}