/* Created by http://freehtml5templates.com */
/* reset */
* {
margin: 0;
padding: 0;
}

/* render html5 elements as block */
header, footer, section, aside, nav, article {
display: block;
}

body {
	line-height: 1;
	background: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 16px;
	line-height: 27px;
}
	
/* layout */

#wrapper {
width: 940px;
margin: 0 auto;
margin-top: 5px;
margin-bottom: 5px;
}

nav {
width: 940px;
height: 50px;
margin: 0 auto;
background: #333;
}

header {
width: 940px;
height: 120px;
margin: 0 auto;
background: #333
}

.logo {
float: left;
width: 440px;
}

.note {
float: right;
padding: 10px;
width: 400px;
}

#main {
width: 940px;
margin: 0 auto;
padding-top: 30px;
background: #fff
}

#content {
float: left;
width: 640px;
margin-left: 30px;
}

#sidebar {
float: right;
padding-left: 20px;
width: 220px;
}

footer {
width: 940px;
margin: 0 auto;
clear: both;
}

/* basics */



h1,h2,h3,h4,h5,h6 {
font-weight: bold;
clear: both;
color: #333;
}
a:link, a:visited {
color:#972a2a;
}

a:hover, a:active {
	color: #333;
	text-align: center;
}

p {
margin-bottom: 18px;
}

li {
padding-left: 5px;
}

/* nav */

nav .menu {
font-size: 18px;
font-weight: bold;
}

nav .menu ul {
margin: 0;
padding: 17px 0 0 20px;
list-style: none;
line-height: normal;
}

nav .menu li {
display: block;
float: left;
}

nav .menu a {
display: block;
float: left;
margin-right: 5px;
padding: 0px 15px;
text-decoration: none;
color: #ddd;
}

nav .menu a:hover {
color: #747474;
}

nav .current-page,

nav .current-page a {
  color: #fff;
  background:#666;
}

nav .current-page a:hover {
  color: #ddd;
  cursor: default;
}

/** HEADER */

header h1, header h2 {
margin: 0;

line-height: normal;
}

header h1 {
float: left;
padding-top: 20px;
padding-left: 20px;
}

header h1 a:link, header h1 a:visited {
text-decoration: none;
color: #fff;
font-size: 60px;
}

header h2 {
	text-align: right;
font-style: italic;
font-size: 18px;
color: #fff;
padding: 0 0 0 0px;
}

/** ARTICLES **/
article img {
border: none;

}

#content p, ul, ol, hr {
margin-bottom: 24px;
}

#content ul ul, ol ol, ul ol, ol ul {
margin-bottom: 0;
}

#content h1, h2, h3, h4, h5, h6 {
	color: #333;
	margin: 0 0 20px 0;
	line-height: 1.5em;
	text-align: left;
}

.alignleft, img.alignleft {
display: inline;
float: left;
margin-right: 10px;
}

.alignright, img.alignright {
display: inline;
float: right;
margin-left: 10px;
}

.aligncenter, img.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
}

/* sidebar and footer widget blocks */

aside h3 {
font-size: 22px;
}

aside ul {
list-style: none;
margin-bottom: 20px;
margin-top: -15px;
}

#footer-area {
background: #333;
color: #FFF;
font-size: 90%;
padding: 18px 0;
overflow: hidden;
}

.footer-segment {
float: left;
margin-right: 20px;
margin-left: 20px;
width: 190px;
}

footer aside h4 {
color: #FFF;
font-size: 18px;
line-height: 1.5em;
}

footer a:link, footer a:visited {
color: #E3E1E4;
}

footer p {
margin-top: -15px;
}
