/*================================================================
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: #16171a url(/images/xxxback_body.png) repeat center top;
	margin: 0 auto;
	text-align: center;
}
/* WRAPPER
----------------------------------------------------------------*/
#wrapper {

	width: 966px;
	margin: 0 auto;
	text-align: center;
	clear: both;
}
/* HEADER
----------------------------------------------------------------*/
#header {

	text-align: left;
	width: 966px;
}
#branding {
	text-indent: -9000px; /* uncomment this to hide the title text */
	clear: both;
	width: 300px;
	float: left;
}

/* CONTENT
----------------------------------------------------------------*/
#content {

}

/* MAIN
----------------------------------------------------------------*/
#main {
	position: relative; /* for seach form */
}

/* SECONDARY CONTENT
----------------------------------------------------------------*/
#secondary {
	/* background: transparent url(/images/buttons.png) no-repeat 0 -1200px; */
	float: right;
	width: 312px;
	margin-top:10px;
	/*-moz-border-radius: 10px;
     border-radius: 10px;
	 border: 1px solid #484e56;
	 */
}
/* OVERFLOW CONTENT
----------------------------------------------------------------*/
#overflow {
  margin: 24px 0 10px;
  clear: both;
  background: #1b1c1f;
  border-top: 1px solid #2e2e33
}
#overflow .sidebar{
  float: left; /* Creates a left sidebar */
  width: 230px;
  display: inline;
  margin: 0 20px 0 10px;
}
#overflow div.first{
  margin: 0 20px 0 30px;
}
#overflow div.last{
  margin: 0 0 0 20px;
}
#newsletter {
	clear: both;
}
/* FOOTER
----------------------------------------------------------------*/

#copy {
	width: 100%;
	margin: 0 auto;
}
