/*
    designed by WebTemplateOcean.com
    http://www.webtemplateocean.com/
    released under Creative Commons Attribution-ShareAlike 3.0 license
*/

* {
    margin: 0;
    padding: 0;
}

body {
    padding-bottom: 30px;
    font: 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: #444444;
    background: #418AB5;
}

h1 {
    padding: 15px 0 0 30px;
    font-size: 38px;
    color: #FFFFFF;
}

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

p {
	padding: 10px 0;
	line-height: 1.8em;
	text-align: justify;
}

p#subtitle {
    padding: 0 0 0 30px;
    font-style: italic;
    font-size: 14px;
    text-transform: lowercase;
    color: #FFFFFF;
}

a {
    color: #4082B2;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

/* header */

#header {
    position: relative;
    width: 960px;
    height: 200px;
    margin: 0 auto;
    background: #26639C url('images/header.jpg') no-repeat;
}

#logo {
    position: absolute;
    top: 30px;
    left: 30px;
    width: 60px;
    height: 77px;
    border: none;
}

/* menu */

#menu {
    padding: 35px 10px 0 0;
    height: 60px;
}

#menu ul {
    float: right;
    list-style: none;
}

#menu ul li {
    display: block;
    float: left;
    color: #FFFFFF;
}

#menu ul li a {
    padding: 0 40px;
    color: #FFFFFF;
    text-decoration: none;
}

/* search form */

#search {
    position: absolute;
    top: 130px;
    left: 630px;
    width: 300px;
}

#search input.text {
    float: left;
    display: block;
    padding: 6px 5px;
    width: 198px;
    font: 14px Arial, Helvetica, sans-serif;
    color: #B5D0E1;
    background: #4D8EB4 url('images/searchtxt.jpg') no-repeat;
    border: 1px solid #5B94B6;
}

#search input.submit {
    float: right;
    display: block;
    width: 78px;
    height: 30px;
    font: 12px Arial, Helvetica, sans-serif;
    color: #7B9FB6;
    background: #114C76 url('images/submit.jpg') no-repeat;
    border: 1px solid #2A759F;
    cursor: pointer;
}

/* main */

#main {
    width: 100%;
    min-width: 960px;
    padding: 12px 0;
    background: #FFFFFF;
}

#main2 {
    width: 908px;
    margin: 0 auto;
    padding: 25px 25px 0 25px;
    border: 1px solid #E0EBF2;
}

/* sidebar */

#sidebar {
    float: left;
    width: 240px;
    padding-bottom: 20px;
}

#sidebar h2 {
    padding-left: 20px;
    margin-bottom: 3px;
    font-size: 15px;
    font-weight: normal;
    line-height: 38px;
    color: #FFFFFF;
    background: #3476A7 url('images/h2.jpg') no-repeat;
}

#sidebar .box {
    padding: 15px 20px 20px 20px;
    background: url('images/box.jpg') no-repeat top;
}

#sidebar p {
    text-align: left;
}

#sidebar ul {
    list-style: none;
    padding: 15px 0 24px 0;
    background: url('images/box.jpg') no-repeat top;
}

#sidebar ul li {
    padding: 3px 10px 3px 20px;
    line-height: 1.8em;
    border-bottom: 1px solid #E0EBF2;
}

#sidebar ul li a {
    padding: 0;
}

/* content */

#content {
    float: right;
    width: 620px;
    padding-bottom: 5px;
}

#content .post {
    padding: 0 0 45px 0;
}

#content h2 {
    font-size: 2em;
    color: #3476A8;
}

#content h2 a {
    color: #3476A8;
    text-decoration: none;
}

p.postmeta {
    color: #888888;
}

#content .entry {
    padding: 10px 0 0 0;
}

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

/* footer */

#footer {
    width: 960px;
    height: 70px;
    margin: 0 auto;
    padding-top: 10px;
    background: url('images/footer.jpg') no-repeat top;
}

#footer p {
    text-align: center;
    color: #FFFFFF;
}

#footer a {
    color: #AFD8E8;
}
