/*================================================================
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); */

/* BODY 
----------------------------------------------------------------*/

body {
	background: #fff url(/images/back_body.png) repeat-x center top;
	margin: 0 auto;
	text-align: center;
}
/* WRAPPER
----------------------------------------------------------------*/
#wrapper {
	width: 900px;
	margin: 0 auto;
	text-align: center;
	clear: both;
}
/* HEADER
----------------------------------------------------------------*/
#header {
	background: transparent url(/images/back_branding.png) no-repeat top left;
	text-align: left;
	width: 900px;
}
#branding {
	height: 130px;
	text-indent: -9000px;
	clear: both;
}

/* CONTENT
----------------------------------------------------------------*/
#content {
	text-align: left;
	clear: both;
	margin-top: 55px;
}

/* MAIN
----------------------------------------------------------------*/
#main {
  float: left; /* Creates a left sidebar */
  width: 550px;
  margin: 0 10px 0 0;
  padding: 0;
  text-align: left;
  display: inline; /* hack for IE double margin */
}
.default #main {
	width: 330px;
  margin: 0 20px 0 0;
}

/* SECONDARY CONTENT
----------------------------------------------------------------*/
#secondary {
  float: right; /* Creates a left sidebar */
  width: 260px;
  margin: 0 0 0 20px;
  display: inline;
  overflow: hidden;
}
#overflow {
	width: 265px;
	float: left;
	margin: 20px 0 0 0;
}

/* FOOTER
----------------------------------------------------------------*/
#footer {
	background: transparent url(/images/back_footer.png) repeat-x center top;
	width: 100%;
	text-align: center;
	padding-top: 70px;
}
#copy {
	width: 100%;
	margin: 0 auto;
}