* {margin:0; padding:0;}
body {
	font-family:helvetica, arial, sans-serif;
	background:#dcd9c0;
	}
#wrapper {
	width:98%;
	margin:0 auto; 
	overflow:hidden;
	}
header {
	background:#000;
	display:table;
	width:95.5%;
	padding:10px;
	margin:1px;
	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; 
	}
nav {
	display:table-cell;
	width:40%;
	background:#000;
	padding:10px;
	text-align:center;
	}
nav ul {
	display:inline;
	text-align:center;
	}	
nav li {
	list-style-type:none;
	display:inline-block;
	padding:10px;
	}
nav a {
	font-family:'Open Sans Condensed';
	font-weight:700;
	font-size:.85em;
	color:#fff;
	}
mainbody {
  display:table;
  width:98%;
  margin:10px;
}	
article {
	display:table-cell;
	background:#fff;
	padding:10px 20px;
	width:60%;
	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;
	}
article ul {
	padding: 0 0 20px 20px;
	}
	
aside {
	display:table-cell;
	width:40%;
	background:#F5DEB3;
	padding:10px;
	border-radius: 0 10px 10px 0;
	box-shadow: 4px 4px 5px #aaa;
	}
aside h3 {
	font-family:'Open Sans Condensed';
	font-weight:700;
	letter-spacing:-.075em;
	color:#000;
	}
aside p {
	font-family:'Open Sans Condensed';
	font-weight:700;
	font-size:.85em;
	line-height:1.2em;
	padding: 0 0 20px 0;
	color:#000;
	}
footer {
	clear:both;
	background:#000;
	text-align:center;
	margin:10px;
	padding:10px 0 10px 0;
	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-size:1em;
	color:#ffed53;
	text-decoration:none;
	}
blockquote {
  padding: 0 0 20px 0
  }
	@media only screen and (max-width:1050px) {
	  
	  #wrapper {
	    width:98%;
	  }
	  
	  heading {
	    padding:1px 0 0 0;
	    border-radius:10px;
	  }
	  header h1 {
	    font-size:2em;
	    display:block;
	    width:100%;
	    text-align:center;
	    padding:10px;
	    	  }
	   header nav {
	    display:block;
	    width:97.3%;
	    padding:0 0 10px 0;
	    border-radius:0 0 10px 10px;
	    	  }
	   .mainbody {
	     width:95%;
	        }
	   article {
	    display:block;
	    width:100%;
	    padding:10px;
	    border-radius:10px;
	     	  } 
	   aside {
	    display:block;
	    width:100%;
	    padding:10px;
	    border-radius:10px;
	     	  } 
	}
	
	
	