/* HTML5 Template Styles for HTML5Template page */
/* Make HTML5 layout elements block elements for older browsers */
header, nav, aside, article, footer, section, figure, figcaption {
  display: block;
}
*   {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
}
#wrapper {
	
	width: 100%;
	max-width: 2000px;
	min-width: 320px;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
}
header {
	width: 100%;
	background-color: #87ceeb;
	text-align: center;
}
header img {
    text-align: center;
	width: 100%;
	max-width: 736px;
}
#menu-icon {
     display: none;
}
nav  {
	background-color: #5cacee;
	width: 100%;
	height: 22px;
	font-family: Arial;
	
	box-shadow: 10px 10px 8px rgba(0,0,0,0.25);
	margin-bottom: 20px; 
	
}   
nav ul {
    max-width: 736px !important;
	width: 80% !important;
    margin-right: auto;
	margin-left: auto;
	list-style-type: none;
}
nav ul li {
	display: inline;
}
nav ul li a {
	padding:3px 10px;
	color:#000;
	text-decoration:none;
	line-height:1.3em;
}
nav ul li a:link, nav ul li a:visited {
	color: #000000;
}
nav ul li a.present {
	color: #157cd0;
	background-color: #FFFFFF;
}
nav ul li a:hover {
	background-color: #ffffff;
	color: #FF0000;
}
#magazines img {
	height: 192px;
	width: 147px;
	box-shadow: 10px 10px 8px rgba(0,0,0,0.25);
}
#bottom #horzpics img {
	height: 192px;
	width: 147px;
	box-shadow: 10px 10px 8px rgba(0,0,0,0.25);
}
article #magazines {
	width: 152px;
	padding-top: 12px;
	background-color: #FFFFFF;
	float: left;
	clear: left;
	padding-left: 5px;
	
}
article #text #rich {
	padding-left: 10px;
	padding-top: 3px;
	float: right;
	box-shadow: 10px 10px 8px rgba(0,0,0,0.25);
}
article #text {
	line-height: 22px;
	padding-top: 10px;
	text-align: justify;
	padding-right: 5px;
	width: 570px;
	float: right;
	clear: right;
}
article  {
	font-family: Arial, Helvetica, sans-serif;
	max-width: 736px;
	width: 100%;
	height: 660px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	box-shadow: 10px 10px 8px rgba(0,0,0,0.25);
	border-top-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #F0F0F0;
	border-left-color: #F0F0F0;
}
article #text p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	font-weight: normal;
	padding-left: 5px;
	padding-right: 3px;
}
.textstyle2  {
	font-size: large;
	color: #000000;
	font-family: Arial;
} 
article #text a img {
	border: thin solid #FFFFFF;
}
footer  {
	text-align: center;
	clear: both;
	background-color: #87CEEB;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	width: 100%;
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
footer a {
	color: #000000;
	text-align: center;
	text-decoration: none;
}
header h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #000000;
	font-weight: normal;
	text-align: center;
	font-style: italic;
}
