/*================================================================
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: #c5ced4;
	margin: 0 auto;
	text-align: center;
}
/* WRAPPER
----------------------------------------------------------------*/
#wrapper {
	background: transparent url(/images/back_wrapper.png) repeat-y center top;
	width: 990px;
	margin: 30px auto 0;
	text-align: center;
	clear: both;
}
/* HEADER
----------------------------------------------------------------*/
#header {
	background: transparent url(/images/back_header.png) no-repeat top center;
	text-align: left;
	width: 990px;
	height: 215px;
	
}
.default #header {
	height: 314px
	
}
#branding {
	height: 93px;
	 text-indent: -9000px;/* uncomment this to hide the title text */
	clear: both;
}

/* CONTENT
----------------------------------------------------------------*/
#content {
	background: transparent url(/images/back_content.png) no-repeat center top;
	text-align: left;

}

/* MAIN
----------------------------------------------------------------*/
#main {
  float: left; /* Creates a left sidebar */
  width: 590px;
  margin: 50px 0 0 60px;
  padding: 0;
  text-align: left;
  display: inline; /* hack for IE double margin */
}

/* SECONDARY CONTENT
----------------------------------------------------------------*/
#secondary {
  float: right; /* Creates a left sidebar */
  width: 260px;
  margin: 50px 40px 0 30px;
  display: inline;
}
/* OVERFLOW CONTENT
----------------------------------------------------------------*/
#overflow {
  margin: 10px 15px;
  clear: both;
}
#overflow .sidebar{
  float: left; /* Creates a left sidebar */
  width: 223px;
  display: inline;
}
#overflow div.first{
  margin: 0 20px 0 10px;
}
#overflow div.last{
  margin: 0 0 0 20px;
}

/* FOOTER
----------------------------------------------------------------*/
#footer {
	background: #c5ced4 url(/images/back_footer.png) no-repeat center top;
	width: 100%;
	text-align: center;
	clear: both;
	padding: 60px 0 10px;
}
#copy {
	background: #c5ced4;
	width: 100%;
	margin: 0 auto;
	text-align: center
}
