/*================================================================
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(global/calendar.css);

@import url(nav/nav_horiz.css);
/* @import url(nav/vert_button.css); */

/* BODY 
----------------------------------------------------------------*/

body {
	background: #00a1e2 url(/images/back_body.png) repeat-x center top;
	margin: 0 auto;
	text-align: center;
}
/* WRAPPER
----------------------------------------------------------------*/
#wrapper {
	background: #fff;
	width: 770px;
	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: 770px;
}
#branding {
	height: 285px;
	text-indent: -9000px; /*uncomment this to hide the title text */
	clear: both;
}

/* CONTENT
----------------------------------------------------------------*/
#content {
	background: #fff url(/images/back_content.png) repeat-x -80px top;
	text-align: left;
	clear: both;
}
.default #content {
	background-position: -2px -120px;
	text-align: left;
	clear: both;
}

/* MAIN
----------------------------------------------------------------*/
#main {
  float: right; /* Creates a left sidebar */
  width: 465px;
  margin: 20px 35px 2em 0;
  padding: 0;
  text-align: left;
  display: inline; /* hack for IE double margin */
}
.default #main {
  width: 415px;
  margin: 0 15px 2em 0;
}


/* SECONDARY CONTENT
----------------------------------------------------------------*/

#secondary {
  float: left; /* Creates a right sidebar */
  width: 200px;
  margin: 20px 0 2em 20px;
  display: inline;
}
.default #secondary {
  width: 280px;
  margin-top: 0;
}
/* 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: #1a8fbd url(/images/back_footer.png) no-repeat center bottom;
	width: 100%;
	text-align: center;
	padding-bottom: 1.6em
}
#copy {
	width: 100%;
	margin: 0 auto;
}