/* LAYOUT
based on template 1 */


/* page positioning */
#wrapper, #header, #nav, #sidebar, #main, #footer{
		border:0px solid #000;/*for testing*/
} 
/* for 100% height - also set the containing div to 100% height*/
html {
		height: 100%;
} 


body{
   background: #aa3b15 url(images/bgRepeatingVertical.gif) repeat-y scroll top center;

}
#outerWrapper {
	background: url(images/bgRepeatCurtain.jpg) repeat-x scroll left top;
	margin: 0 auto;
	padding: 0;
	height: 100%;
	width: auto;
}
#wrapper {
	position: relative;
	clear: both;
	min-height: 710px; /*Mozilla - CSS2*/
	height: 710px;
	width: 950px;
	margin:0 auto 0 auto;
	padding-bottom: 0px;
	background: url(images/bgHeader.jpg) no-repeat scroll center top;		

}
div[id=wrapper]#wrapper { height: auto;}/*For IE to set auto height*/
#header {

		height: 220px;
		margin:0 0 0px 0;
		padding:65px 0 0 0;
		color:#000;
}
#searchDiv {
		position: absolute;
		top: 287px;
		left: 25px;
		width: 220px;
		height: 30px;
		margin: 0 0 0 0;
		padding: 0px;
		z-index:3;
}
#nav {
		position: relative;
		top: 0px;
		left: 243px;
		width: 563px;
		height: 30px;
		margin: 0 0 0 0;
		padding: 0px;
		z-index:10;
}

#sidebar {
		position: absolute;
		top: 15px;
		left: 25px;
		width: 195px;
		padding: 0;
		margin: 0px;
		display:inline;
}
div[id=main]#sidebar { height: auto;}/*For IE to set auto height*/

#artistPanel {
		font:bold 14px/20px  "Trebuchet MS", Arial, Helvetica, sans-serif;
		width: 195px;
		height: auto;
		margin: 0;
		padding: 13px 0 0 0;
		opacity: .75;
		filter: alpha(opacity=75);
		background: #000 url(images/artistHeader.gif) no-repeat scroll left top;
		color: #FFFFFF;
}
#artistPanel h3 {
		padding: 0 0 0 80px;
		font:bold 16px/20px  "Trebuchet MS", Arial, Helvetica, sans-serif;
		color: #fff;
		height:29px;
}
#artistPanel ul {
		padding: 0; 
		margin: 0px; 
		list-style-type: none;
}
#artistPanel li a {
		display: block; 
		text-align: left;
		color: #fe8535; 
		height: 20px;
		width: 115px;
		text-decoration: none; 
		margin: 0px 0px;
		padding: 17px 0px 17px 80px;
		text-transform: uppercase;
		border-bottom: 1px dashed #555;
}
#artistPanel li a:hover{
		color: #fff;
}
li.skaggs {
		background:transparent url(images/artist_skaggs.gif)  no-repeat scroll 6px center;
}
li.cherryholmes {
		background:transparent  url(images/artist_cherryholmes.gif) no-repeat scroll 6px center;
}
li.cadillac {
		background:transparent  url(images/artist_cadillac.gif) no-repeat scroll 6px center;
}
li.whites {
		background:transparent  url(images/artist_whites.gif) no-repeat scroll 6px center;
}
li.andy {
		background:transparent  url(images/artist_andy.gif) no-repeat scroll 6px center;
}
li.keith {
		background:transparent  url(images/artist_keith.gif) no-repeat scroll 6px center;
}
li.paul {
		background:transparent  url(images/artist_paul.gif) no-repeat scroll 6px center;
}
#main {
		float: left;
		width: 950px;
		padding: 0;
		margin: 7px 0 0 0;
		display:inline;
		position: relative;

}
#instruments {
		position: absolute;
		top: 10px;
		right: 0px;
		margin-right: -20px;
		padding: 0;
		z-index: 0;

}
#mainContent{	
		position: absolute;
		top: 15px;
		left: 230px;
		width: 520px;
		 min-height: 260px; 
		 height: auto;
		 _height: 260px; 
		 margin:0 26px;
		z-index: 8;
}


div[id=main]#main { height: auto;}/*For IE to set auto height*/
#footer {
		clear: both;
		width: auto;
		height: 30px;
		padding: 20px 0 10px 0;
		margin: 30px 0 0 0;
		font: normal 10px/13px Arial, Helvetica, sans-serif;
		color: #fff;
		text-align: center;
		background-color: #000;
}


.cleaner {
		clear:both;
		height:1px;
		margin: -1px 0 0 0;
		padding:0;
		border:none;
		visibility: hidden;
		font: 1px/1px serif;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
