/* based on a template by http//freehtml5templates.com; modified by dedide December 2010 */

/* reset */
* {
margin: 0;
padding: 0;
}

/* render html5 elements as block */
footer, section, aside, nav, article {
display: block;
}

body {
line-height: 1;
background: #5B250B;
font-family:Tahoma, Arial, Helvetica, sans-serif;
color: #666;
font-size: 14px;
line-height: 18px;
}
	
/* layout */

#wrapper {
width: 940px;
margin: 0 auto;
margin-top: 5px;
margin-bottom: 5px;
-webkit-box-shadow: 3px 3px 7px #111;
-moz-box-shadow: 3px 3px 7px #111;
}

nav {
font-family: "Trebuchet MS", serif;
width: 940px;
height: 45px;
margin: 0 auto;
background: #8C540C;
}


#main {
width: 940px;
margin: 0 auto;
padding: 15px 0 10px 0;
background: #ede6dd;
overflow: hidden;
}

#content {
float: right;
width: 590px;
margin-right: 30px;
padding-right: 15px;
}

#sidebar {
float: left;
padding-left: 20px;
width: 270px;
background: #ede6dd;
}

footer {
width: 940px;
margin: 0 auto;
clear: both;
}

/* basics */

h1,h2,h3,h4,h5,h6 {
font-weight: bold;
clear: both;
}

a:link, a:visited {
color:#946c4e;
text-decoration: none;
}

a:hover, a:active {
color: #7e5b30;
text-decoration: underline;
}

p {
margin-bottom: 18px;
}

li {
padding-left: 5px;
}

/* nav */

nav .menu {
font-size: 14px;
font-weight: bold;
}

nav .menu ul {
margin: 0;
padding: 15px 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: #ede6dd;
}

nav .menu a:hover {
text-decoration: underline;
}

/* sidebar */
aside h1 {
  font-size: 2em;
  line-height: 2.5em;
  color: #000000;
}

aside ul {
list-style: none;
margin-bottom: 20px;
margin-top: -15px;
}

/** ARTICLES **/
article img {
border: none;
-webkit-box-shadow: 3px 3px 7px #777;
-moz-box-shadow: 3px 3px 7px #777;
}

#content p, ul, ol, hr {
margin-bottom: 24px;
}

#content ul ul, ol ol, ul ol, ol ul {
margin-bottom: 0;
}

#content 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: 24px;
margin-top: 4px;
}

.alignright, img.alignright {
display: inline;
float: right;
margin-left: 24px;
margin-top: 4px;
}

.aligncenter, img.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
}

img.alignleft, img.alignright, img.aligncenter {
margin-bottom: 8px;
}

/* footer widget blocks */

#footer-area {
font-family: Trebuchet MS, serif;
background: #8C540C;
color: #ede6dd;
font-size: 90%;
padding: 18px 0;
overflow: hidden;
}

.footer-segment {
float: left;
margin-right: 20px;
margin-left: 20px;
width: 190px;
}

footer aside h4 {
color: #f5eee5;
font-size: 16px;
line-height: 1.5em;
}

footer a:link, footer a:visited {
color: #f5eee5;
}

footer p {
margin-top: -15px;
}
