/*================================================================
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(global/jcarousel.css);

@import url(nav/nav_horiz.css);
/* @import url(nav/vert_button.css); */

/* BODY 
----------------------------------------------------------------*/

body {
	background: #000 url(/images/back_body.jpg) no-repeat center top;
	margin: 0 auto;
	text-align: center;
	background-attachment: fixed;
}
/* WRAPPER
----------------------------------------------------------------*/
#wrapper {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	clear: both;
}
/* HEADER
----------------------------------------------------------------*/
#header {
	background: transparent url(/images/back_header.png) no-repeat 0 20px;
	text-align: right;
	width: 100%;
	height:  125px;
	position: relative;
}
#branding {
	height: 70px; width:250px;
	text-indent: -9000px;
	float:left;
}

/* CONTENT
----------------------------------------------------------------*/
#content {
	text-align: left;
	clear: both;
	width: 875px;
	margin: 0 auto;
}

/* MAIN
----------------------------------------------------------------*/
#main { 
  width: 770px;
  text-align: left;
  margin: 0 auto;
  height: auto!important;
  height: 375px;
  min-height: 375px;
  }

body.gallery #main {
	width: 875px;
}
body.default #main {
	text-align: center;
	width: 706px;
}

/* SECONDARY CONTENT
----------------------------------------------------------------*/
#secondary {
  float: left; /* Creates a left sidebar */
  width: 200px;
  margin: 0 0 0 20px;
  display: inline;
  overflow: hidden;
  border-right: 1px solid #333;
  height: 500px;
}

/* FOOTER
----------------------------------------------------------------*/
#footer {
	width: 100%; height: 50px;
	text-align: center;
}
#copy {
	width: 100%;
	margin: 0 auto;
}