

/* MAIN BG*/
body, 
h2.title span, h1.title span,
ul.tabs li a.active{ 
	background: #fdfdfd;
	background: rgba(246,246,246,0.5) ;
	background: white ;
	position: relative;
	z-index: 0;
} 

body:after, 
/* h2.title span:after, */
ul.tabs li a.active:after{  
	content: "";
	background: white;
	position:absolute; 
	z-index:99; 
	left:0; 
	bottom:0; 
	right:0;
	height: 100%;
	width: 100%;
	z-index: -1;
	}
	
.wp-caption{
	background: none;
   }
   
/* FOOTER */
#section-tophat{
	border-bottom: 2px solid #990000;
	background: #EEE;
}

#section-tophat:after, {
	content: "";
	background: #EEE;
}

#section-footer:after{
	content: "";
	background: #123F54;
}

/* SUBFOOTER */
#section-sub-footer{
	background: black;
}

#section-sub-footer:after {
	content: "";
	background: black;
