@charset "utf-8";
/* CSS Document */
/* SITE SHELL */

	body {
		background-image:none;
		background-color:#000;
	}

	section {
		margin-top:0;
		-webkit-box-shadow:none;
		-moz-box-shadow:none;
		box-shadow:none;	
	}
	
	header {
		height:125px;
		width:100%;
	}
	
	h1 {
		height:100%;
		width:98%;
		margin-left:2%;
		padding:10px 0;
	}
	
	#logo {
		display:none;
	}
	
	#logo-mobile {
		display:block;
		margin:10px 0;
		text-align:center;
	}
	
	nav {
		background-color:#f93;
		margin:10px 0;
		max-width:100%;
		padding:0;
		text-align:center;
		width:100%;
		float:none;
	}
	
	nav li {
		display:inline;
		line-height:1.5em;
		text-align:center;
	}
	
	#container {
		background-image:none;
		height:100%;
		width:100%;
	}
	
	.one {
		margin:2%;
		width:98%;
	}
	
	.two {
		margin:2%;
		width:98%;
	}
		
	.three {
		float:left;
		margin:2%;
	}
	
	.four {
		float:left;
		margin:2%;
		text-align:left;
	}
	#mc_embed_signup input.email {
		margin:2%;
		padding:0;
	}

	article p {
		background-image:none;
		color:#333;
		margin:5px;
	}
	
	#content {float:none;}
	
	#content p {float:none; margin:5px; background-image:none; background-color:#fff;	
	}
	
	#content img {display:block;}