/*================================================================
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(pages/gallery.css);
@import url(pages/store.css);
@import url(nav/nav_horiz.css);
/* @import url(nav/vert_button.css); */

/* BODY 
----------------------------------------------------------------*/

body {
	background: #121212 url(/images/back_body.png) repeat-x center top;
	margin: 0 auto;
	text-align: center;
}
/* WRAPPER
----------------------------------------------------------------*/
#wrapper {
	background: transparent url(/images/back_wrapper.png) repeat-y center top;
	width: 778px;
	margin: 0 auto;
	text-align: center;
	clear: both;
}
/* HEADER
----------------------------------------------------------------*/
#header {
	background: transparent url(/images/back_header.png) no-repeat top center;
	text-align: right;
	width: 778px;
	height: 136px;
	overflow: hidden;
}
#branding {
	height: 109px;
	text-indent: -9000px;
	clear: both;
}

/* CONTENT
----------------------------------------------------------------*/
#content {
	background: transparent url(/images/back_content.png) no-repeat center top;
	text-align: left;
	clear: both;
}

/* MAIN
----------------------------------------------------------------*/
#main {
  background: #000;
  float: right; /* Creates a left sidebar */
  width: 518px;
  margin: 9px 26px 0 0;
  padding: 0;
  text-align: left;
  display: inline; /* hack for IE double margin */
  height: auto!important;
  height: 385px;
  min-height: 385px;
}
body.page #main {
	background: #2b2b2b;
	width: 695px;
	float: none; display: block;
	margin-left: 50px;
	}
	

/* SECONDARY CONTENT
----------------------------------------------------------------*/
#secondary {
  background: #2b2b2b;
  float: left; /* Creates a left sidebar */
  width: 200px;
  margin: 9px 0 0 26px;
  display: inline;
}



/* FOOTER
----------------------------------------------------------------*/
#footer {
	background: transparent url(/images/back_footer.png) no-repeat center bottom;
	width: 100%; height: 50px;
	text-align: center;
}
#copy {
	width: 100%;
	margin: 0 auto;
}