/* Created by http://freehtml5templates.com */

/* basics */

/* reset */
* {
margin: 0;
padding: 0;
}

/* render html5 elements as block */
header, footer, section, aside, nav, article {
display: block;
}

/* standard body */
body {
margin: 0 auto;
width: 960px;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 14px;
color: #333;
background: #E2EEF7;
}

/* standard alignments */
.alignleft {
float: left;
}

img.alignleft {
margin: 5px 10px 0 0; 
}

.alignright {
float: right;
}

img.alignright {
margin: 5px 0 0 10px; 
}

.center {
text-align: center;
}

.aligncenter, img.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
}

/* Hx tags */

h1 {
font-size: 25px;
font-family: Garamond, Georgia, Times, "Times New Roman", serif;
color: #0A67A2;
padding: 20px 0;
}

h1 a {
color: #0A67A2;
}

h2 {
font-size: 18px;
color: #0A67A2;
padding: 20px 0;
}

h2 a {
color: #0A67A2;
}

h2 a:hover {
color: #000;
}

h3 {
font-size: 14px;
color: #0A67A2;
padding-bottom: 3px;
border-bottom: #3px solid #fff;
margin-bottom: 10px;
}

h4 {
font-size: 12px;
color: #0A67A2;
padding: 20px 0;
}

p {
padding-bottom: 20px;
}

/* nav */

nav {
background: #2F527A;
margin: 0 auto;
margin-bottom: 10px;
width: 960px;
display: block;
float: left;
position: relative;
z-index: 999;
}

nav .menu {
font-size: 12px;
margin-left: 12px;
}

nav .menu ul {
list-style: none;
margin: 0;
}

nav .menu li {
float: left;
position: relative;
}

nav .menu a {
display: block;
text-decoration: none;
color: #fff;
padding: 0 30px;
line-height: 38px;
}



/* nav 1-level dropdowns */
nav .menu li ul { 
display: none; 
}

nav .menu ul li a {
display: block;
text-decoration: none;
background: #2F527A;
margin-left: 1px;
white-space: nowrap;
}

nav .menu ul li a:hover { 
background: #2F527A;
text-decoration: underline;
}

nav .menu li:hover ul {
display: block;
position: absolute;
}

nav .menu li:hover li {
float: none;
}

nav .menu li:hover a { 
background: #2F527A; 
}

nav .menu li:hover li a:hover { 
background: #2F527A;
color: #fff;
}

/* header */

header {
float: left;
background: #fff url("images/introimage.png");
width: 960px;
height: 200px; /* for IE */
min-height: 200px; /* for not-IE */
position: relative;
z-index: 500;
}

header h1, header p {
position: relative;
z-index: 9999;
width: 600px;
}

header h1 {
padding: 30px 0 20px 20px;
color: #915f2a;
}

header p {
padding-left: 20px;
}

/* content and sidebar layout */

#content {
float: left; 
width: 650px; 
margin:10px 0 10px 0; 
padding:5px 20px 5px 20px;
background-color: #fff;
border: 3px solid #2F527A;
}

aside {
float: right;
text-align: left; 
width: 250px; 
margin:0; 
padding:0;
}

/* article */
.articlecontent p a {
color: #915f2a;
}

.articlecontent p a:hover {
color: #333;
}

/* box shadow on pics */
.articlecontent img {
-webkit-box-shadow: 3px 3px 7px #777;
-moz-box-shadow: 3px 3px 7px #777;
}

/* sidebar */
aside section {
margin: 10px 0 0 0;
padding: 10px 15px;
background-color: #fff;
border: 3px solid #2F527A;
}

.noborder {
border: none;
}

aside section ul {
margin: 0 0 0 20px;
list-style-image: url(images/arrow.gif);
color: #afa67f;
}

aside section ul li a {
display: block;
text-decoration: none;
color: #333;
}

aside section ul li a:hover {
background-color: #afa67f;
color: #fff;
}

/* footer */
footer {
clear: both;
float: left;
background-color: #2F527A;
color: #FFF;
border: 0px solid #2F527A;
width: 960px;
margin: 0 auto;
margin-top: 10px;
}

footer p {
text-align: right;
font-size: 13px;
padding-right: 20px;
color: #faf0e6;
}

footer a {
color: #C3D4E4;
}

footer a:hover {
color: #C3D4E4;
text-decoration: none;
}

