/*================================================================
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: #fcf;
	margin: 0 auto;
	text-align: center;
}
/* WRAPPER
----------------------------------------------------------------*/
#wrapper {
	background: #ffccff url(/images/back_content.png) repeat-y center top;
	width: 990px;
	margin: 0 auto;
	text-align: center;
	clear: both;
}
/* HEADER
----------------------------------------------------------------*/
#header {
	background: transparent url(/images/back_header.png) no-repeat top center;
	text-align: left;
	width: 990px;
	height: 200px;
	position: relative
}
#branding {
	height: 142px;
	text-indent: -9000px; /* uncomment this to hide the title text */
	clear: both;
}

/* CONTENT
----------------------------------------------------------------*/
#content {
	text-align: left;
	width: 900px;
	margin: 0 auto 2em;
}

/* MAIN
----------------------------------------------------------------*/
#main {
  float: left; /* Creates a left sidebar */
  width: 610px;
  margin: 20px 10px 0;
  padding: 0;
  text-align: left;
  display: inline; /* hack for IE double margin */
}
.default #main {
	  width: 630px;
}

/* SECONDARY CONTENT
----------------------------------------------------------------*/
#secondary {
  float: right; /* Creates a left sidebar */
  width: 240px;
  margin: 20px 0 0 10px;
  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: #fcf url(/images/back_footer.png) no-repeat center top;
	width: 100%;
	padding: 20px 0;
	text-align: center;
	clear: both;
}
#copy {
	width: 100%;
	margin: 0 auto;
}