/*
    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: 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: #5C5C5C;
    background: #A2C0D9 url('images/bg.jpg');
}

h1 {
    padding: 20px 0 0 30px;
    font-size: 3em;
    font-weight: bold;
    letter-spacing: -2px;
    color: #FFFFFF;
}

h1 a, h1 a:hover {
    color: #FFFFFF;
    text-decoration: none;
}

h2 {
    font-weight: normal;
}

p {
    padding: .75em 0;
    line-height: 1.8em;
    text-align: justify;
}

p#subtitle {
    padding: 0 0 0 30px;
    font-size: 12px;
    text-transform: uppercase;
    color: #FFFFFF;
}

a {
    color: #8471AD;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

img {
    border: 1px solid #9FB7C1;
    padding: 1px;
    background: #C9DDE8;
}

/* page */

*#page {
    width: 100%;
    min-width: 960px;
    /*background: url('images/bg.gif') repeat-x;*/
}*

#page2 {
    width: 960px;
    margin: 0 auto;
}

/* header */

#header {
    height: 280px;
    background: #057EB7 url('images/header.jpg') no-repeat top;
}

/* menu */

#menu {
    height: 60px;
    text-align: center;
    background: #227AA3 url('images/menu.gif') repeat-x;
}

#menu ul {
    list-style: none;
}

#menu ul li {
    display: inline;
    padding: 0;
    font-size: 16px;
    line-height: 60px;
}

#menu ul li a {
    padding: 0 26px;
    text-shadow: -1px -1px 0px #396286;
    text-decoration: none;
    color: #FFFFFF;
}

#menu ul li a:hover {
    color: #C9E1EE;
}

/* main */

#main {
    background: #ADCAD8 url('images/main.jpg') repeat-y;
}

#main2 {
    background: url('images/main2.jpg') no-repeat top;
}

#main3 {
    padding: 0 30px;
    background: url('images/main3.jpg') no-repeat bottom;
}

/* content */

#content {
    float: left;
    width: 880px;
    padding: 45px 0 10px 0;
}

#content .post {
    padding: 0 0 3em 0;
}

#content h2 {
    font-size: 32px;
    letter-spacing: -2px;
    color: #247DA6;
}

#content h2 a {
    color: #247DA6;
    text-decoration: none;
}

p.postmeta {
    color: #7C7C7C;
}

#content .entry {
    padding: 1.5em 0 0 0;
}

#content .image {
    float: left;
    padding: .85em 30px 20px 0;
}

/* sidebar */

#sidebar {
    float: right;
    width: 260px;
    padding: 45px 0 30px 0;
}

#sidebar h2 {
    padding: 0 0 0 20px;
    font-size: 20px;
    line-height: 46px;
    letter-spacing: -1px;
    color: #E3E3E3;
    text-shadow: -1px -1px 0px #7C6122;
    background: url('images/h2.gif') no-repeat;
}

#sidebar .box {
    padding: 1em 10px 2em 20px;
}

#sidebar p {
    text-align: left;
}

#sidebar ul {
    list-style: none;
    padding: 1.5em 0 2.5em 0;
}

#sidebar ul li {
    padding: .2em 10px .2em 20px;
    line-height: 2.2em;
    border-bottom: 1px dashed #8471AD;
}

.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;
}
