/* reset */
* {
	margin: 0;
	padding: 0;
}

/* render html5 elements as block */
header, footer, section, aside, nav, article {
display: block;
}

body {
line-height: 1;
background: #BBCFE8;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #333;
font-size: 14px;
line-height: 18px;
}
	
/* layout */

#wrapper {
	width: 1024px;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
	border: 3px solid #888;
	/* curved border radius */
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-color: #446749;
}

#main {
	width: 1010px;
	margin: 0 auto;
	padding-top: 30px;
	overflow: hidden;
	background-color: #FFF;
	background-repeat: repeat-y;
}

#content {
	float: right;
	width: 950px;
	margin-right: 30px;
}

#sidebar {
float: left;
padding-left: 20px;
width: 220px;
}

footer {
width: 1024px;
margin: 0 auto;
clear: both;
}

/* basics */

h1,h2,h3,h4,h5,h6 {
font-weight: bold;
clear: both;
color: #333;
}

a:link, a:visited {
color:#004C9A;
}

a:hover, a:active {
color: #333;
}

p {
margin-bottom: 18px;
}

li {
	color: #000;
}

/* nav */

nav {
	clear: left;
	padding-top: 8px;




 136);
	border-radius: 5px 5px 5px 5px;
	height: 30px;
	background-attachment: scroll;
	background-color: #486B4B;
	background-repeat: repeat-x;
	background-position: center top;
	color: #FFFFFF;
	text-indent: 10px;
	font-weight: bold;
	font-size: 13px;
}

nav#link, a.link, a.link:link, a.link:visited {
	color: rgb(255, 255, 255);
	text-shadow: 1px 1px 1px rgb(0, 0, 0);
	font-size: 1em;
	text-decoration: none;
}

nav#link, a.link:hover {
	color: rgb(255, 255, 255);
	text-shadow: 1px 1px 1px rgb(0, 0, 0);
	font-size: 1em;
	font-style: italic;
}

nav#menu {
	float: left;
}

/** HEADER */

header {
padding: 0px 0 0 0;
}

header>h1 {
float: left;
margin: 0 0 18px 10px;
width: 600px;
font-size: 40px;
line-height: 36px;
}

header>h1 a {
color: #333;
font-weight: bold;
text-decoration: none;
}

header>h2 {
color: #777;
clear: right;
float: right;
font-style: italic;
font-size: 14px;
margin: 14px 10px 18px 0;
}

/** ARTICLES **/


#content p, ul, ol, hr {
	list-style-position: inside;
	color: #000;
	margin: 10px;
}

#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;
}

.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;
}

img.alignleft, img.alignright, img.aligncenter {
margin-bottom: 12px;
}

/* sidebar and footer widget blocks */

aside h3 {
font-size: 18px;
}

aside ul {
list-style: square;
color: #bbb;
margin: -15px 0 15px 25px;
}

#footer-area {
	color: #FFF;
	font-size: 90%;
	padding: 18px 0;
	overflow: hidden;
	/* curved border radius */
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	background-color: #446749;
}

.footer-segment {
	float: left;
	margin-right: 15px;
	margin-left: 15px;
	width: 225px;
	text-align: left;
}

footer aside h4 {
color: #faf0e6;
font-size: 16px;
line-height: 1.5em;
text-shadow: 1px 1px 1px rgb(0, 0, 0);
}

footer ul {
list-style: none;
margin: -15px 0;
}

footer a:link, footer a:visited {
color: #BBCFE8;
}

footer a:hover { 
text-decoration: underline; 
}

footer p {
margin-top: -15px;
color: #faf0e6;
}
