﻿/* Created by http://freehtml5templates.com; modified from Bernd Ueberschaer*/
/* bubblecosm*/
/* reset */
* {
	margin: 0;
	padding: 0;
}
/* render html5 elements as block */
header, footer, section, aside, nav, article {
	display: block;
}
body {
	line-height: 1.15em;
	background: #a17b32;
	background-color: #f1be8d;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f1be8d), to(#b66e22));
	background: -moz-linear-gradient(top, #f1be8d0%, #b66e22 100%);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*font: 100% "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;*/
	color: #333;
	font-size: 14px;
	text-align: justify;
	line-height: 18px;

}
/* layout */



#wrapper {
	width: 940px;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
	border: 3px solid #888;
	background: #F9E9D0;
	-webkit-box-shadow: 10px 10px 15px #4F4F4F;
	-moz-box-shadow: 10px 10px 15px #4F4F4F; /* curved border radius */;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	
	
}
nav {
	width: 940px;
	height: 50px;
	margin: 0 auto;
	background: #333;
	margin-top: -5px;
	font: 100% "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	
}
#main {
	width: 940px;
	/* height */
	margin: 0 auto;
	padding-top: 30px;
	background: #F9E9D0 url(images/colbg.png) repeat-y;
	overflow: hidden;
	
}
#content {
	float: right;
	width: 640px;
	
	margin-right: 30px;
}
#sidebar {
	float: left;
	padding-left: 20px;
	width: 220px;
}
footer {
	width: 940px;
	margin: 0 auto;
	clear: both;
}
/* basics */
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	line-height: 1.15em;
	
	
	clear: both;
	color: #B14B0E;
}
a:link, a:visited {
	color: #B14B0E;
}
a:hover, a:active {
	color: #333;
}
p {
	margin-bottom: 18px;
}
li {
	padding-left: 5px;
}
/* nav */
nav .menu {
	font-size: 16px;
	font-weight: normal;
}
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: #EFD198;
}
nav .menu a:hover {
	text-decoration: underline;
}
/** HEADER */
header {
	padding: 20px 20px 0 0;

	
}
header > h1 {
	font: 100% "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;

	float: left;
	margin: 0 0 18px 10px;
	width: 600px;
	font-size: 54px;
	line-height: 1.15em;
	color: #B14B0E;
	text-shadow: 3px 3px 3px #c1c1c1;
}
header > h1 a {
	font: 100% "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	color: #b66e22;
	text-decoration: none;
	line-height: 1.2em;
	text-shadow: 3px 3px 3px #c1c1c1;
}
header > h2 {
	font: 100% "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	color: #B14B0E;
	clear: right;
	float: right;
	font-size: 40px;
	font-style: inherit;
	line-height: 1.15em;
	margin: 00px 40px 10px 0px;
	text-shadow: 3px 3px 3px #c1c1c1;
		
	
}
/** ARTICLES **/
article img {
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: 3px 3px 7px #777;
}
article .col1 {
	width: 199px;
	padding: 0 10px 0 0;
	float: left;
}
article .col2 {
	width: 199px;
	padding: 0 10px 0 0;
	float: left;
}
article .col3 {
	width: 199px;
	float: left;
}
#content h1, h2, h3, h4, h5, h6 {
	margin: 0 0 20px 0;
	line-height: 1.15em;
	text-align: justify;
}
.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: 16px;
	text-align:center
	/*font: 100% "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;*/
	font-family:100% Arial, Helvetica, sans-serif
	line-height: 1.15em;
    text-shadow: 0px 2px 3px #ddd;
}
aside ul {
	list-style: circle;
	color: #C75510;
	margin: -15px 0 15px 25px;
}
#footer-area {
	background: #333;
	color: #FFF;
	font-size: 90%;
	text-align: center;
	font: 100% "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	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;
}
.footer-segment {
	float: left;
	margin-right: 20px;
	margin-left: 20px;
	width: 190px;
}
footer aside h4 {
	color: #faf0e6;
	font-size: 16px;
	text-align: center;
	font: 100% "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	line-height: 1.5em;
}
footer ul {
	list-style: none;
	margin: -15px 0;
}
footer a:link, footer a:visited {
	color: #EFD198;
}
footer a:hover {
	text-decoration: underline;
}
footer p {
	margin-top: -15px;
	color: #faf0e6;
	text-align: center;
}

