/*================================================================
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(/css/global/base.css);
@import url(/css/global/style.css);
@import url(/css/global/thickbox.css);

@import url(/css/pages/store.css);
@import url(/css/pages/calendar.css);
@import url(/css/pages/contact.css);

@import url(/css/nav/nav_horiz.css);


/* BODY 
----------------------------------------------------------------*/

body {
	background: #000;
	margin: 0 auto;
	text-align: center;
	font: 76%/1.3em Arial, Helvetica, sans-serif; /* resets 1em to 10px */
	color: #fff;
}
/* WRAPPER
----------------------------------------------------------------*/
#wrapper {
	width: 770px;
	margin: 0 auto;
	text-align: center;
	clear: both;
}
/* HEADER
----------------------------------------------------------------*/
#header {
	background: transparent url(/images/back_header.jpg) no-repeat 0 10px;
	text-align: left;
	width: 770px;
}
#branding {
	background: transparent url(/images/back_branding.gif) no-repeat 477px 32px;
	height: 210px;
	text-indent: -9000px;
	clear: both;
}
#jukebox {
	position: absolute;
	z-index: 3;
	top: 0;
}

/* CONTENT
----------------------------------------------------------------*/
#content {
	background: #000 url(/images/back_content.gif) no-repeat 0 0;
	margin: 0 0;
	text-align: left;
	clear: both;
	border-right: 2px solid #fff;
}

/* MAIN
----------------------------------------------------------------*/
#main {
  float: left; /* Creates a left sidebar */
  width: 405px;
  margin: 1em 0 0 0;
  padding: 0;
  text-align: left;
  display: inline; /* hack for IE double margin */
}

/* SECONDARY CONTENT
----------------------------------------------------------------*/
#secondary {
  float: left; /* Creates a left sidebar */
  width: 155px;
  margin: 1em 0 1em 30px;
  display: inline;
  overflow: hidden;
}


#overflow {
	background: transparent url(/images/back_overflow.jpg) no-repeat 0 0;
	padding-top: 200px;
	float: right;
	width: 175px;
  display: inline;
}
/* FOOTER
----------------------------------------------------------------*/
#footer {
	background: #000 url(/images/back_footer.gif) no-repeat 10px 0;
	width: 100%; height: 100px;
	text-align: center;
}
#copy {
	background: #000;
}