/*================================================================
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: #a5a5a0;
	margin: 0 auto;
	text-align: center;
}
/* WRAPPER
----------------------------------------------------------------*/
#wrapper {
	background: #fff url(/images/back_wrapper.png) repeat-y center top;
	width: 990px;
	margin: 0 auto;
	text-align: center;
	clear: both;
}
/* HEADER
----------------------------------------------------------------*/
#header {
	background: transparent url(/images/back_header.jpg) no-repeat top center;
	text-align: left;
	width: 990px;
}
#branding {
	height: 120px;
	text-indent: -9000px;
	clear: both;
}

/* CONTENT
----------------------------------------------------------------*/
#content-3COLUMN {
	text-align: left;
	width: 740px;
	float: left
}
#content {
	background: transparent url(/images/back_content.png) no-repeat top center;
	margin: 0 auto;
	text-align: left;
	width: 960px;
}
/* MAIN
----------------------------------------------------------------*/

#main {
  float: right; /* Creates a left sidebar */
  width: 630px;
  margin: 32px 45px 0 0;
  padding: 0;
  text-align: left;
  display: inline; /* hack for IE double margin */
 /* position: relative; */
} 
.default #main {
	margin-top: 40px;
	position: relative;
}
.articles #main {
	margin-right:26px;
	padding-top: 10px;
	width:677px;
	position: relative;
}
/* SECONDARY CONTENT
----------------------------------------------------------------*/

#secondary {
  float: left; /* Creates a left sidebar */
	margin:30px 0 0 26px;
	width:220px;
  display: inline;
  height: auto!important;
  height: 500px;
  min-height: 500px;
}
/* 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: #a5a5a0 url(/images/back_footer.png) no-repeat center top;
	width: 100%;
	text-align: center;
	clear: both;
	padding-top: 100px;
}
#copy {
	width: 100%;
	margin: 0 auto;
}