/*
    designed by M&P GbR
    http://www.m-u-p.eu/
    released under Creative Commons Attribution M&P GbR license
*/

* {
    margin: 0;
    padding: 0;
}

body {
	padding-bottom: 50px;
	color: #5C5C5C;
	background: #330A22;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

h1 {
	padding: 40px 0 0 10px;
	font-size: 3em;
	font-weight: bold;
	letter-spacing: normal;
	color: #FFFFFF;
}

h1 a, h1 a:hover {
    color: #FFFFFF;
    text-decoration: none;
}

h2 {
    font-weight: normal;
    color: #1E759D;
}

p {
    padding: .75em 0;
    line-height: 1.8em;
    text-align: justify;
}

p#subtitle {
	padding: 0 0 0 12px;
	font-size: 12px;
	text-transform: uppercase;
	color: #FFFFFF;
}

a {
    color: #3396D4;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

/* page */

#page {
    width: 960px;
    margin: 0 auto;
}

/* header */

#header {
    height: 150px;
    background: url('images/header.jpg') no-repeat;
}

#intro {
    height: 260px;
    background: #A46D2F url('images/img.jpg');
}

/* menu */

#menu {
    height: 54px;
    text-align: center;
    background: #1E759D;
}

#menu ul {
    list-style: none;
}

#menu ul li {
	display: block;
	float: left;
	padding: 17px 0;
	font-size: 16px;
	line-height: 20px;
}

#menu ul li a {
    display: block;
    float: left;
    padding: 0 50px;
    text-shadow: -1px -1px 0px #396286;
    text-decoration: none;
    color: #FFFFFF;
    border-right: 1px dotted #FFFFFF;
}

#menu ul li a:hover {
	color: #C9E1EE;
}

/* main */

#main {
    background: #BFD5E0 url('images/main.gif') repeat-y;
}

#main2 {
    background: url('images/main2.gif') no-repeat bottom;
}

/* content */

#content {
    float: left;
    width: 580px;
    padding: 40px 0 60px 30px;
}

#content .post {
    padding: 0 0 3em 0;
}

#content h2 {
    font-size: 2.5em;
    letter-spacing: -2px;
}

#content h2 a {
    color: #1E759D;
    text-decoration: none;
}

p.postmeta {
    color: #7C7C7C;
}

#content .entry {
    padding: 1.5em 0 0 0;
}

#content ol {
    padding: .75em 0 .75em 4em;
    line-height: 1.8em;
    text-align: justify;
}

/* sidebar */

#sidebar {
    float: right;
    width: 250px;
    margin-bottom: 160px;
    padding: 40px 30px 0 20px;
    background: #AFCBD9;
}

#sidebar h2 {
    font-size: 1.75em;
    letter-spacing: -1px;
    background: url('images/h2.gif') no-repeat;
}

#sidebar .box {
    padding: 1em 0 2em 0;
}

#sidebar p {
    text-align: left;
}

#sidebar ul {
    list-style: none;
    padding: 1.5em 0 2.5em 0;
}

#sidebar ul li {
    padding: .2em 10px .2em 18px;
    line-height: 2.2em;
    background: url('images/arrow.gif') no-repeat 0 1em;
    border-bottom: 1px solid #9DBDCE;
}

.clearing {
    clear: both;
    height: 1px;
    overflow: hidden;
}

/* footer */

#footer {
    clear: both;
    padding-top: 30px;
}

#footer p {
    font-size: .85em;
    text-align: center;
    text-transform: uppercase;
    color: #7C7C7C;
}
