@charset "UTF-8";

/* Global Styles */

<style>

body {
    background: #fff;
    color: black;
    font-size: 100%;
}
  
header {
	width: 100%;
    background-color: white;
    text-align: center;
}

.editorial_logo {
	width: 30%;
	top: 0px;
	left: 130px;
	float: left;
}

.editorial_banner  {
	float: left;
	width: 90%;
	height: 23px;
	background-color: white;
	left: 10px;
	margin-bottom: 20px;

}

.editorial_banner h1 {
	font-size: 1.9em;
	font-family: Times, serif;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;

}

.clearFloat {
	clear:both;
}

.nav {    
	width: 100%;
	margin: 20px 20px 0px 20px;
	font-size: 1.3em;
	float: center;
}   
     
h3 {
     font-size: 1em;
     font: Century, serif;
     margin: 10px 0px 10px 0px;
     text-align: center;
     font-style: normal;
}
 
ul li a {
  	display: block;
  	text-decoration: none;
  	padding: 10px 20px;
  	color: black;
  } 

#wrapper {
	width: 100%;
    margin-left: auto;
    margin-right: auto;
    /*text-align: center;*/
}

.middle_wrap   {
	margin-left: auto;
    margin-right: auto;
}

.main {
	width: 100%;
	height: auto;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
}

.aside {
	width: 100%;
	float: left;
	height: 350px;
	margin-top: 2px;
	margin-bottom: 50px;
	margin-left: 2%;
	background-color: white;
	padding-top: 0;
}

#div-1c {
	clear:both;
	line-height: 1.5em;
}

.aside p {
	width: 100%;
	text-align: left;
	line-height: 1.2em;
	margin-bottom: 1em;
	margin-top: -10px;
}

#caption {
	width: 100%;
	font-size: .5em;
}

#caption p {
	font-size: .5em;
	width: 100%;
}

.thumb_content {
	width: 100%;
	text-align: center;
	border-bottom: solid 1px black;
	margin-left: 0px; 
}

.image_link {
	float: left;
	width: 20%;
	margin: 10px 20px 5px 25px;
}

.four_column {
	width: 100%;
	height: 350px;
	float: left;
}

.aside_1 {
	width: 95%;
	height: 350px;
	float: left;
	background-color: white;
	text-align: left;
	line-height: 1.2em;
	margin-bottom: 1em;
	margin-top: -3px;
	font-size: 1em;
	margin: 0px 10px 0px 20px;
}

.aside_2 {
	width: 95%;
	height: 350px;
	float: left;
	background-color: white;
	text-align: left;
	line-height: 1.2em;
	margin-bottom: 1em;
	margin-top: -3px;
	font-size: 1em;
	margin: 40px 0px 20px 17px;
}

.aside_3 {
	width: 45%;
	height: 275px;
	float: left;
	background-color: white;
	text-align: center;
	line-height: 1.2em;
	margin-bottom: 1em;
	font-size: 1em;
	margin: 100px 0px 10px 100px;
}

.aside_4 {
	width: 95%;
	height: 150px;
	float: left;
	background-color: white;
	text-align: center;
	line-height: 1.2em;
	margin-bottom: 1em;
	margin-top: -10px;
	font-size: 1em;
	margin: 0px 10px 20px 10px;
}


#footer {
	clear: left; /* starts the footer below the floated content */
	text-align: center;
	border-top: solid 1px black;
	width: 100%;
}

</style>