@charset "utf-8";

#mainImg{
background: url(images/banners/mainimage.jpg) center;
background-size: cover;
}
#copyright,h1.title,h2.title {
	background: ___COLOR01___;
}
#header a, #header a:active, .post h3, nav#mainNav ul li a:hover, #header h2,#header p{
color: ___COLOR01___;
}
section.widget h3 {
	border-bottom: 2px solid ___COLOR01___;
}
#header a:hover {
color: #999;
}

@media only screen and (min-width: 1025px){
	nav#mainNav{
	clear:both;
	position:relative;
	z-index:200;
	padding:0;
	text-align:  center;
	}
}