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

* {
    margin: 0;
    padding: 0;
}

body {
    padding-bottom: 50px;
    font: 13px Arial, Helvetica, sans-serif;
    color: #5C5C5C;
    background: #0E4777;
}

h1 {
    font-size: 48px;
    font-weight: normal;
    letter-spacing: -2px;
    color: #000000;
}

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

h2 {
    font-weight: normal;
    color: #2582B7;
}

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

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

a {
    color: #CC8937;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

/* page */

#page {
    position: relative;
    width: 880px;
    padding: 0 40px;
    margin: 0 auto;
    background: #FFFFFF url('images/page.gif') no-repeat bottom;
}

/* header */

#header {
    height: 144px;
    padding: 50px 0 0 150px;
}

#logo {
    position: absolute;
    top: 60px;
    left: 100px;
    width: 70px;
    height: 70px;
}

#logo img {
    border: none;
}

/* menu */

#menu {
    height: 46px;
    background: #F1F1F1 url('images/menu.gif') no-repeat;
}

#menu ul {
    list-style: none;
    padding-left: 60px;
}

#menu ul li {
    display: block;
    float: left;
    padding: 0;
    margin-right: 4px;
    line-height: 46px;
    text-align: center;
}

#menu ul li a {
    display: block;
    float: left;
    padding: 0 6px 0 0;
    text-decoration: none;
    color: #2582B7;
}

#menu ul li a  span {
    display: block;
    float: left;
    height: 46px;
    padding: 0 30px 0 36px;
    cursor: pointer;
}

#menu ul li a:hover {
    color: #3297D3;
    background: url('images/menuright.gif') no-repeat right top;
}

#menu ul li a:hover span, #menu ul li a.active span {
    background: url('images/menuleft.gif') no-repeat left top;
}

#menu ul li a.active {
    background: url('images/menuright.gif') no-repeat right top;
}

#mainimg {
    display: block;
    height: 360px;
    margin: 20px 0 25px 0;
}

/* content */

#content {
    float: left;
    width: 550px;
    padding-bottom: 10px;
}

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

#content h2 {
    font-size: 2.75em;
    letter-spacing: -1px;
}

#content h2 a {
    color: #2582B7;
    text-decoration: none;
}

p.postmeta {
    color: #888888;
}

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

/* sidebar */

#sidebar {
    float: right;
    width: 270px;
    padding-bottom: 30px;
}

#sidebar h2 {
    text-align: center;
    font-size: 1.2em;
    line-height: 42px;
    background: url('images/h2.gif') no-repeat;
}

#sidebar .box {
    padding: .4em 10px 1.5em 20px;
}

#sidebar p {
    text-align: left;
    line-height: 2em;
}

#sidebar ul {
    list-style: none;
    padding: .4em 0 2.75em 0;
}

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

#sidebar ul li a {
    padding: 0 0 0 22px;
}

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

/* footer */

#footer {
    clear: both;
    padding: 20px 40px;
}

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