/* main CSS Document */
/* general styling first */
/* reset css styles individually instead of universal selector. */
/* based on http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
html, body{
margin: 0;
padding: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
border-left:0;
}
 
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, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
}
 
body {
line-height: 1;
color: black;
background: white;
font-family: Verdana,Arial, Helvetica, sans-serif;
}
 
ol, ul {list-style: none;}
 
table {
border-collapse: separate;
border-spacing: 0;
}
 
caption, th, td {
text-align: left;
font-weight: normal;
}
 
/* end reset styles */
/* clearing technique *
.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.clearfix {display:inline-block;}
/* mac hide */
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide */
/*........... do not change or amalgamate the above clearfix styles ......*/
 
p,h1,h2,h3,h4,h5,h6,ul,ol {margin-bottom:.5em}

 
a{
text-decoration:none;
color:#252e1c;
}
 
h1,h2,h3,h4,h5,h6{
font-weight:bold;
}
 
h1{font-size:197%}/* 26px */
h2{font-size:182%}/* 24px */
h3{font-size:167%}/* 22px */
h4{font-size:152%}/* 20px */
h5{font-size:136%}/* 18px */
h6{font-size:122%}/* 16px */
body{
font-size: 13px;
text-align:center; /* for ie5.+*/
}

body{
background:#EEE url(images/bhbackground.jpg) repeat-x 0 0;
}

#outer{
width:1024px;
margin:auto;/* center the page*/
text-align:left;/* reset text back to left due to ie5.x fix */
}

#header{
width:1024px;
}

ul#nav{
font-size:92%;
padding:18px 11px 5px 0;
text-align:right;
visibility:hidden;
}
 
ul#nav li{
display:inline;
padding:0 13px 0 0;
text-transform:uppercase;
font-style: none;
font-weight:bold;
font-family: Arial, Verdana, Helvetica, sans-serif;
}
 
ul#nav li a{
color:#000000;
}
 
ul#nav li a:hover,
ul#nav li.current a{color:#666}

ul#nav{
    position:relative;
    z-index:2
    }
	
	/* tagline code */
#tagline{
	width:1024;
	height:105px;
	margin:-41px 0 0 0;
	background:url(images/mocku2p_01.jpg) no-repeat 0 0;
	position:relative;
	z-index:1
}
#tagline a,
#tagline a em{
position:absolute;
width:374px;
height:100px;
overflow:hidden;
left:120px;
top:0px;
}
#tagline a em{
cursor:pointer;
left:0;
top:0;
/*background:url(images/logo.jpg) no-repeat 0 0; use this as an alternative to image in the html*/
}
#tagline span,
#tagline span em{
	position:absolute;
	left:608px;
	top:7px;
	width: 380px;
}
#tagline span em{
left:0;
top:0;
background:none no-repeat 0 0;
}

#tagline h1{
margin:0;
}

#search{
	width:1024px;
	height:415px;
	background:url(images/mockup-02.jpg) no-repeat 0 0;
	position:relative;
	background-image: url(images/mockup_02.jpg);
}

#searchARTISTS{
	width:1024px;
	height:415px;
	background:url(images/mockup-02ARTISTS.jpg) no-repeat 0 0;
	position:relative;
	background-image: url(images/mockup_02ARTISTS.jpg);
}

/* main content */
    #main,#content{width:1024px}
    #main{
	position:relative;
	z-index:1;
	background-image: url(images/mockup_03-repeat_01.jpg);
	background-repeat: repeat-y;
	background-position: 0 0;
    }
    #content{
    background:url(images/mockup_04.jpg) no-repeat 0 0;
    min-height:500px;
    }
    * html #content {height:500px}/* for ie6 and under*/

#miniheaders{
	position:absolute;
	top:-50px;
	left:120px;
}

#content2 {
    background:url(images/mockup_04.jpg) no-repeat 0 0;
    min-height:850px;	
	}
	
	
#content2ARTISTS {
    background:url(images/mockup_04ARTISTS.jpg) no-repeat 0 0;
    min-height:850px;	
	}
	
#mainARTISTS {
	position:relative;
	z-index:1;
	background-image: url(images/mockup_04ARTISTS.jpg);
	background-repeat: repeat-y;
	background-position: 0 0;
    }
	

#col1{
width:390px;
margin:0 0 0 130px;
display:inline;/* cure IE6 double margin bug*/
float:left;
position:relative;
z-index:3;
}

#col1 object{
	margin-left: auto;
    margin-right: auto;
}

.text{
width:390px;
}

.text_artists{
width:750px;
}

.text img {
	display: block;
    margin-left: auto;
    margin-right: auto
	}

.text2{
	width: 350px;
}

.text2 img {
	display: block;
    margin-left: auto;
    margin-right: auto
	}

#maincol{
width:350px;
margin:0px 0px 0 20px;
float:left;
position:relative;
z-index:3;
}


#footer{
	width:1024px;
	height:53px;
	padding:32px 0 0 0;
	background:url(images/footer.jpg) no-repeat 0 0;
	clear:both;
	text-align: center;
}

#footerARTISTS{
	width:1024px;
	height:53px;
	padding:32px 0 0 0;
	background:url(images/footerARTISTS.jpg) no-repeat 0 0;
	clear:both;
	text-align: center;
}



#footer, #footer a {
font-size:9px;
font-family:Arial, Helvetica, sans-serif;
color:#000;
text-decoration:none;
}


.flash
{
	position:absolute;
	z-index:4;
	top:106px;
}
