/*================================================================
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(nav_horiz.css);
@import url(pages/articles.css);
@import url(pages/home.css);
@import url(global/thickbox.css);

/* BODY 
----------------------------------------------------------------*/

body {
	margin: 0 auto;
	background-color: #7ba751;
	text-align: center;
	font: 76% "Trebuchet MS", Arial, Helvetica, sans-serif; /* resets 1em to 10px */
	color: #666;
}
/* WRAPPER
----------------------------------------------------------------*/
#wrapper {
	background: url(/images/back_content.jpg) repeat-y center top;
	width: 960px;
	margin: 0 auto;
	text-align: center;
	clear: both;
}
/* HEADER
----------------------------------------------------------------*/
#header {
	background: url(/images/back_header.jpg) no-repeat center top;
	width: 100%; 
	text-align: left;
}


#branding {
	/*background: transparent url(/images/back_branding.png) no-repeat center 13px; */
	width: 100%; height: 200px;
	text-indent: -9000px;
	clear: both;
}


/* CONTENT
----------------------------------------------------------------*/
#content {
	margin: 0 auto;
	width: 830px;
	text-align: left;
	clear: both;
    border-top: none;
	border: none;
}

/* MAIN
----------------------------------------------------------------*/
#main {
  float: left; /* Creates a left sidebar */
  width: 470px;
  margin: 0pt 30px 40px 10px;
  text-align: left;
  display: inline;
}

#main.home {
  width: 450px;
}



/* MIDDLE COLUMN
----------------------------------------------------------------*/
#MiddleColumn {
  float: right; /* Creates a column in the middle */
  width: 260px;
  margin: 10px 25px 0 8px;
  text-align: left;
  display: inline;
}



/* SECONDARY CONTENT
----------------------------------------------------------------*/
/*#secondary {
  float: right; 
  width: 180px;
  margin: 0;
  height: inherit;
}
*/


/* FOOTER
----------------------------------------------------------------*/
#footer {
	background: url(/images/back_footer.jpg) no-repeat center bottom;
	width: 100%; 
	height: 150px;
}


#featured  {
	border: 1px solid black;
	 height: 450px; width: 200px; overflow: hidden;
}
.flipable  {
	border: 1px solid red;
	width: 200px;  height: 450px;
	float: left;
}
