/*================================================================
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;
}
body.default,
body.featured{
	background-image: url(/images/back_body-home.png);
}
/* WRAPPER
----------------------------------------------------------------*/
#wrapper {
	xbackground: transparent url(/images/back_content.gif) repeat-x center 200px;
	text-align: center;
}
/* HEADER
----------------------------------------------------------------*/
#header {
	background: transparent url(/images/back_header.png) no-repeat 10px 20px;
	text-align: left;
	width: 990px;
	margin: 0 auto;
	position: relative;
}
#branding {
	height: 120px;
	text-indent: -9000px;
	clear: both;
}

/* CONTENT
----------------------------------------------------------------*/
#content-3COLUMN {
	text-align: left;
	width: 740px;
	float: left
}
#content {
	text-align: left;
	width: 960px;
	margin: 0 auto 3em;
	position: relative
}
/* MAIN
----------------------------------------------------------------*/
#mainxx {
  float: right; /* Creates a left sidebar */
  width: 490px;
  margin: 20px 0 0 0;
  padding: 0;
  text-align: left;
  display: inline; /* hack for IE double margin */
}
#main {
  float: left; /* Creates a left sidebar */
  width: 560px;
  margin: 30px 0 0 0;
  padding: 0;
  text-align: left;
  display: inline; /* hack for IE double margin */
}
.default #main {
	float: none;
	width: 960px;
	margin: 40px auto;
	display: block;
}
/* SECONDARY CONTENT
----------------------------------------------------------------*/
#secondaryxx {
  float: left; /* Creates a left sidebar */
  width: 200px;
  margin: 20px 0 0 30px;
  display: inline;
}
#secondary {
  float: right; /* Creates a left sidebar */
  width: 340px;
  margin: 140px 0 0 0;
  display: inline;
}
.featured #secondary {
	margin-top: 30px;
}
.default #secondary {
	float: none;
	width: 960px;
	margin: 40px auto;
	display: block;
	border-top:1px solid #E9ECED;
}
/* 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: #f1f4f6;
	width: 100%;
	text-align: center;
	clear: both;
	padding:20px 0 15px;
}
#copy {
	width: 100%;
	margin: 20px auto 10px;
}
