* {margin:0; padding:0;}
body {
	font-family:helvetica, arial, sans-serif;
	background:#dcd9c0;
	}
#wrapper {
	width:98%; 
	margin:0 auto; 
	overflow:hidden;
	}
header {
	background: red;
	display: table;
	width: 96.5%;
	padding: 10px;
	margin: 10px;
	border-radius: 10px;
	box-shadow: 4px 4px 5px #aaa;
	}
header h1 {
	font-family:'Droid Sans';
	font-weight:400;
	font-size:4em;
	letter-spacing:-.05em;
	display: table-cell;
	width: 60%;
	color:#fff;
	padding:0 0 5px 10px #aaa; 
	}
nav {
  display: table-cell;
	width:40%;
	background:#000;
	text-align:center;
	padding:0 0 0 30px;
	}
nav li {
	list-style-type:none;
	display: inline-block;
	padding: 10px;
}
	nav ul {
	  display: inline;
	  text-align: center;
}
nav a {
	font-family:'Open Sans Condensed';
	font-weight:700;
	font-size:.85em;
	color:#fff;
	}
article {
	display:table-cell;
	width: 60%;
	background:#fff;
	padding:20px 20px;
	border-radius: 10px 0 0 10px;
	box-shadow: 4px 4px 5px #aaa;
	}
article h1 {
	font-family:'Droid Sans';
	font-weight:700;
	font-size:1.5em;
	letter-spacing:-.05em;
	color:#616161;
	}
article h2 {
	font-family:'Droid Sans';
	font-weight:700;
	font-size:1.25em;
	letter-spacing:-.05em;
	color:#616161;
	text-decoration:overline;
	margin:10px 0 0 0;
	}
article p {
	font-family:'Open Sans Condensed';
	font-weight:300;
	font-size:1em;
	color:#000;
	padding: 0 0 20px 0;
	}
	.mainbody {
	  display: table;
	  width: 98%;
	  margins: 10px;
	}
	article ul {
	  padding: 0 0 20px 20px;
	}
aside {
	display:table-cell;
	width:40%;
	background:#F5DEB3;
	border-radius: 0 10px 10px 0;
	padding:10px;
		box-shadow: 4px 4px 5px #aaa;
	}
aside h3 {
	font-family:'Open Sans Condensed';
	font-weight:700;
	letter-spacing:-.075em;
	color:#000;
	padding: 0 0 20px 0;
	}
aside p {
	font-family:'Open Sans Condensed';
	font-weight:700;
	font-size:.85em;
	line-height:1.2em;
	color:#000;
	}
footer {
	clear:both;
	background:#000;
	text-align:center;
	margin: 10px;
	padding: 20px 0 20px 0;
	border-radius: 10px;
		box-shadow: 4px 4px 5px #aaa;
	}
footer p {
	font-family:'Open Sans';
	font-weight:700;
	font-size:.65em;
	color:#fff;
	}
footer a {
	font-family:'Open Sans';
	font-weight:700px;
	font-size:1em;
	color:#ffed53;
	text-decoration:none;
	}
	blockquote {
	  padding: 0 0 20px 0;
	}
	@media only screen and (max-width:1050px){
	  
	  body {
	    margin: 0 8px 20px;
	  }
	  #wrapper{
	    width: 90%;
	  }
	header {
	  padding: 1px 0 0 0;
	}
	header h1 {
	  font-size:2em;
	  display: block;
	  width: 100%;
	  padding: 10px;
	  text-align: center;
	}
	header nav {
	  display: block;
	  width: 100%;
	  padding:0 0 10px 0;
	  border-radius: 0 0 10px 10px;
	}
	.mainbody {
	  width: 95%;
	}
	article {
	  display: block;
	  padding: 10px;
	  width: 98.5%;
	  border-radius:10px;
	  margin-bottom: 10px;
	}
	aside {
	  display: block;
	  padding: 10px;
	  width: 100%;
	  border-radius: 10px;
	}
	  footer {
	    display: block;
	    width: 96.5%;
	  }
	}