body, .wrapper, .innerwrap , .header { background-color: #323232; background-image: none; width:100%; margin: 0 0 0 0;}


.contentbox, .contentboxwide {width:97%; margin: 0 0 0 2%;}
.footer { width:100%; margin: 0 0 0 0;}

.header { height:auto; }
.header .infobox {left: 120px;  top:10px; }
.header .infobox .h3 {display:none;}

#menuswitch {display:block; position:absolute; top:0; left: 0;}

#leftbox {
	position:absolute; top: 40px; left: 0px; z-index: 2000;
	display:none;
	background-color: #323232;
	width:250px;
}
.sidebarbox {display:none;}
.showonmobiles {display:block ! important;}

#menu {min-height:200px; }
#menu li a {
	font-size:1.2em;
	display: block;
	padding: 15px 0px 12px 10px;
}
#menu li li a {
	font-size:1.1em;
	
}



/* ================================================================================================= */
/* Smaller Screens */
@media screen and (max-width: 400px) {
	
	
	h1, .h1 {font-size: 1.6em; }
	h2, .h2 {	font-size: 1.1em; }
	h3, .h3 {	font-size: 0.9em; }


}