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

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

body {
line-height: 1;
background: #b61d31;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #666;
font-size: 12px;
line-height: 18px;
}
	
/* layout */

#wrapper {
width: 940px;
margin: 0 auto;
margin-top: 5px;
margin-bottom: 5px;
-webkit-box-shadow: 3px 3px 7px #000;
-moz-box-shadow: 3px 3px 7px #000;
}

nav {
width: 940px;
height: 50px;
margin: 0 auto;
background: #EC9B1D;
}

header {
width: 940px;
height: 200px;
margin: 0 auto;
background: #000 url(logo.jpg) no-repeat left top;
}

#main {
width: 940px;
margin: 0 auto;
padding-top: 30px;
background: #000;
overflow: hidden;
}

#content {
float: right;
width: 640px;
margin-right: 30px;
}

#sidebar {
float: left;
padding-left: 20px;
width: 220px;
background: #000;
}

footer {
width: 940px;
margin: 0 auto;
clear: both;
}

/* basics */

h1,h2,h3,h4,h5,h6 {
font-weight: bold;
clear: both;
color: #111;
}

a:link, a:visited {
color:#666;
font-size: 10px;
}

a:hover, a:active {
color: #333;
font-size: 10px;
}

p {
margin-bottom: 18px;
font-size: 12px;
}

li {
padding-left: 5px;
}

/* nav */

nav .menu {
font-size: 16px;
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: #004C9A;
}

nav .menu a:hover {
text-decoration: underline;
}

/** HEADER */

header h1, header h2 {
margin: 0;
padding: 0 0 0 30px;
line-height: normal;
}

header h1 { 	
float: right;
padding: 15px 5px 10px 5px;
font-size: 18px;
text-shadow: 0px 2px 3px #b61d31;
}

header h2 {
float: right;
padding: 5px 5px 20px 5px;
font-style: italic;
font-size: 12px;
color: #110;
text-shadow: 0px 2px 3px #b61d31;
}

header p {
float: right;
padding: 20px 1px 1px 450px;
font-style: italic;
font-size: 10px;
color: #110;
}

/** ARTICLES **/
article img {
border: none;
-webkit-box-shadow: 3px 3px 7px #b61d31;
-moz-box-shadow: 3px 3px 7px #b61d31;
}

#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;
}

.a, img.a {
display: inline;
height: 148px;
margin-right: 10px;
margin-bottom: 10px;
}


/* sidebar and footer widget blocks */

aside h3 {
font-size: 18px;
}

aside ul {
list-style: none;
margin-bottom: 20px;
margin-top: -15px;
}

#footer-area {
background: #000;
color: #333;
font-size: 90%;
padding: 18px 0;
overflow: hidden;
}

.footer-segment {
float: left;
margin-right: 20px;
margin-left: 20px;
width: 190px;
}

footer aside h4 {
color: #333;
font-size: 16px;
line-height: 1.5em;
}

footer a:link, footer a:visited {
color: #333;
}

footer p {
margin-top: -15px;
}
