/*================================================================
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(/css/global/base.css); 
@import url(/css/global/nav_top.css); 
@import url(/css/global/styles.css); 
@import url(/css/global/forms.css); 
@import url(/css/pages/home.css); 
@import url(/css/pages/forum.css); 
@import url(/css/pages/quiz.css); 
@import url(/css/pages/holovision.css); 
@import url(/css/pages/todo.css); 
@import url(/css/pages/ajaxforms.css); 

 
 
/* BODY 
----------------------------------------------------------------*/

body {
	margin:0px;
	padding:0px;
	text-align: center;
	font: 76%/1.3em "Trebuchet MS", Arial, Helvetica, sans-serif; /* resets 1em to 10px */
	color: #333;
	background: #413274 url(/images/back_body.jpg) repeat-y top center;
}
/* WRAPPER
----------------------------------------------------------------*/
#wrapper {

	width: 751px;
	margin: 0 auto;
	text-align: center;
	clear: both;
}
/* HEADER
----------------------------------------------------------------*/
#Session {
	width: 740px;
	margin: 0 auto;
	text-align: right;
}
#header {
	background: transparent url(/images/back_header.jpg) no-repeat top center;
	text-align: center;
	height: 193px;
}
#header h1 {
	width: 100%; height: 164px;
	text-indent: -9000px;
	clear: both;
}

/* CONTENT
----------------------------------------------------------------*/
#content {
	width: 748px;
	margin: 0 auto 0 auto;
	background: #d0e6f2 url(/images/back_content.jpg) repeat-x 0 0;
	text-align: left;
	clear: both;
}
#banner {
	margin: 0 10px 20px 0;
	float: right;
}

/* MAIN
----------------------------------------------------------------*/
#main {
 	float: left; /* Creates a left sidebar */
 	margin: 0;
	padding-bottom: 2em;
 	text-align: left;
 	width: 515px;
	display: inline;

}
#overflow{
	background: #d0e6f3 url(/images/back_overflow.jpg) repeat-x 0 0;
	padding: 2em 0;
	width: 748px;
	clear:both;
	text-align: left;
}



/* SECONDARY CONTENT
----------------------------------------------------------------*/
#secondary {
  float: left; /* Creates a left sidebar */
  width: 225px;
  padding: 0;
  margin: 0 0 0 0;
  background: transparent url(/images/back_secondary.jpg) no-repeat top center;
  height: auto!important;
  height: 700px;
  min-height: 700px;
	display: inline;
}
#featured {
	float: left;
	width: 160px;
	height: 400px;
	overflow: hidden;
	height: 350px;
	border: double #ccc;
	background-color: #fff;
}
#secondary #featured {
	margin-left: 5px;
}
#featured h3{
	background-color: #ccc;
	text-align: center;
	padding: 3px 0;
}
#featured dl{
	margin: 0 auto;
	width: 145px;
}
#featured dl a{
	color: #333;
	text-decoration: none;
	font-weight: bold;
}
#featured dt{
	margin: 0;
}
#featured dt, #featured dd.image {
	text-align: center;
}
#featured dd, #featured p{
	font-size: 10px;
	margin: 0; padding: 0;
}
#featured dd.image {
	text-align: center;
}
#featured dd.descr{
	height: 110px;
	overflow: hidden;
}
#featured img{
	width:100px;
	height: 100px;
	padding: 2px;
	border: 1px solid #ccc;
}

#featured a.prev, #featured a.next{
	text-decoration: none;
	color: #779397;
	font-size: 10px;
	font-weight: bold;
	display: block;
	float: left; 
	width: 70px;
	border: 1px solid #ccc;
	border-width: 1px 0;
	margin-bottom: .5em;
	padding: 0 5px;
}
#featured a.next{
	text-align: right;
}


/* FOOTER
----------------------------------------------------------------*/
.copy {
	display: block;
	clear: both;
	}
#footer {
  width: 100%;
  height: 30px;
  font-size: 10px;
  text-align: center;
  color: #ccc;
  clear: both;
}

#footer a{
  text-decoration: none; color: #ccc;
}

#foot {
  padding: 0 1em;
  line-height: 40px;
}

