/*================================================================
LAYOUT stylesheet for the website.

Define layout and backgrounds for:
  - Body
  - Wrapper
  - Header
  - Sidebar
  - Content
  - Footer
  ( Navigation is defined in nav.css )
  
  ***  NO TYPOGRAPHY STYLES HERE PLEASE  ***
  
================================================================*/
@import url(global/base.css);
@import url(global/style.css);
@import url(global/thickbox.css);


@import url(nav/nav_horiz.css);
/* @import url(nav/vert_button.css); */

@import url(pages/artists.css);
@import url(pages/articles.css);

/* BODY 
----------------------------------------------------------------*/

body {
	background: #474747 url(/images/back_body.png) repeat center top;
	margin: 0 auto;
	text-align: center;
}
/* WRAPPER
----------------------------------------------------------------*/
#wrapper {
	margin: 0 auto;
	text-align: center;
	clear: both;
}
/* HEADER
----------------------------------------------------------------*/
#header {
	background: transparent url(/images/back_header.png) repeat-x top center;
	text-align: left;
	height: 231px;

}
#branding {
	background: transparent url(/images/back_branding.png) no-repeat top center;
	height: 180px;
	text-indent: -9000px;
	width: 960px;
	margin: 0 auto;

}
#branding h1{
	background: transparent url(/images/back_dates.png) no-repeat bottom center;
	height: 180px;
	text-indent: -9000px;
	dispaly: block

}
#branding h1 a{
	display: block;
	height: 180px;
	width: 500px;
	margin: 0 auto;
	position: relative;
	z-index: 10;

}
#arrows {
	position: absolute;
	top: 30px; left: 0;
	text-indent: -9000px;
	width: 100%;
	}
* html #arrows {
	height: 120px;
	width: 960px;
	left: 50%; margin-left: -480px;
}
	#arrows .left {
		float: left;
		width: 120px;
		margin-left: 20px;
	}
		#arrows a{
			background: transparent url(/images/arrow_lineup.png) no-repeat top center;
			display: block;
			width: 120px;
			height: 120px;
		}
	#arrows .right {
		float: right;
		width: 120px;
		margin-right: 20px;
	}
		#arrows .right a{
			background: transparent url(/images/arrow_buy.png) no-repeat top center;
		}	

/* CONTENT
----------------------------------------------------------------*/
#content {
	text-align: left;
	clear: both;
	width: 960px;
	margin: -1px auto;
}

/* MAIN
----------------------------------------------------------------*/
#main {
  background: #070000 url(/images/back_main.png) no-repeat center bottom;
  float: left; /* Creates a left sidebar */
  width: 703px;
  margin: 10px 10px 0 0;
  padding: 0 0 4em 0;
  text-align: left;
  display: inline; /* hack for IE double margin */
  height: auto!important;
  height: 400px;
  min-height: 400px;
  position: relative;
}
#overflow {
  background: #070000 url(/images/back_main.png) no-repeat center bottom;
  float: left; /* Creates a left sidebar */
  width: 703px;
  margin: 10px 10px 0 0;
  padding: 0 0 4em 0;
  text-align: left;
  display: inline; /* hack for IE double margin */
}
body.default #main,
body.gallery #main {
	background: none;
}
body.artists #main {
	background-image: url(/images/back_artists.png);
	background-color: #8da130;
}

/* SECONDARY CONTENT
----------------------------------------------------------------*/
#secondary {
  float: right; /* Creates a left sidebar */
  width: 230px;
  margin: 0;
}
#secondary div{
	background: transparent url(/images/back_sidebar.png) repeat-y 0 0;
}
#secondary ul.list{
	padding-bottom: 20px;
	background: transparent url(/images/btm_sidebar.png) no-repeat bottom left;
	margin: 0 0;
}

/* FOOTER
----------------------------------------------------------------*/
#foot {
	width: 960px;
	text-align: center;
	margin: 0 auto;
}
#copy {
	width: 100%;
	margin: 0 auto;
}