

#wrapper {
	background-image: url(images/header-home-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;	
}
 

#header {

	
}


#header h1{
	margin-left: 45px;
	margin-bottom: 10px;
	}


#header #searchform {
	top: -20px;
}




div#logo {
	left: 35px;
	
}


.post {
	font-size: 115%;
	padding-left:2.5%;
	padding-right: 7%;
}
	
	

/* =Responsive Structure
----------------------------------------------- */

@media (max-width: 980px) {
	/* Simplify the basic layout 
	
	body {
	background-image: url(images/body-bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #FDFDFD;
}
*/
	


}
@media (max-width: 650px) {
	/* @media (max-width: 650px) Reduce font-sizes for better readability on smaller devices 

body {
	background-image: url(images/body-bg-featured.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #FDFDFD;
}
*/


div#logo {
	display: block;
	top: 0px;
	left: 50%;
	margin-left: -100px;
	float: none;
	padding-bottom: 10px;
}
	


#header #searchform {
	margin-top: 25px;
	margin-bottom: 15px;
}

.memberLogin {
	width: 250px;
	padding-left: 25px;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
	margin-top: 20px;
	float: none;
	
}

#header .buttonArea {
	width: 240px;
	display:block;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	z-index:150;
	position: relative;
	right: 50%;
	margin-top: 0;
	margin-right: -120px;
	margin-bottom: 0;
	margin-left: 0;
}
	




}
@media (max-width: 450px) {
	
	
	body {

}


	


}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
	
	body {
	
}

	


}


/* =Print
----------------------------------------------- */

@media print {
	body {
		background: none !important;
		font-size: 10pt;
	}

.featuredNewsA {
	display: none;
}

}
