/*
    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 Arial, Helvetica, sans-serif;
    color: #5C5C5C;
    background: #ECECEC;
}

h1 {
    padding: 10px 0 0 30px;
    font-size: 40px;
    letter-spacing: -2px;
    color: #FFFFFF;
}

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

h2 {
    color: #348BB4;
}

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

p#subtitle {
    padding: 0 0 0 30px;
    font-size: .85em;
    text-transform: uppercase;
    color: #A6DEF4;
}

a {
    color: #3FA7D8;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

/* header */

#header {
    width: 100%;
    min-width: 980px;
    height: 240px;
    background: #5CC3EB url('images/header.png') no-repeat top;
}

#header2 {
    width: 980px;
    margin: 0 auto;
}

#logo {
    height: 190px;
}

/* menu */

#menu {
    height: 50px;
    text-align: center;
    background: #444444 url('images/menu.jpg') no-repeat top;
}

#menu ul {
    list-style: none;
    padding-top: 6px;
}

#menu ul li {
    display: inline;
/*    padding: 0;     */
    padding: 0 30px;
    font-size: 18px;
    line-height: 44px;

    text-shadow: -1px -1px 0px #434343;
    text-transform: lowercase;
    text-decoration: none;
    color: #FFFFFF;
}

#menu ul li a {
/*    padding: 0 30px; */
    text-shadow: -1px -1px 0px #434343;
    text-transform: lowercase;
    text-decoration: none;
    color: #FFFFFF;
}

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

/* main */

#main {
    width: 100%;
    min-width: 980px;
    background: #FFFFFF url('images/main.gif') repeat-x top;
}

#main2 {
    width: 920px;
    margin: 0 auto;
    padding: 60px 30px 0 30px;
}

/* sidebar */

#sidebar {
    float: left;
    width: 250px;
    padding-bottom: 30px;
}

#sidebar h2 {
    padding: 0 0 16px 20px;
    font-size: 20px;
    line-height: 46px;
    letter-spacing: -1px;
    background: url('images/h2.jpg') no-repeat bottom;
}

#sidebar .box {
    padding: 0 10px 30px 20px;
}

#sidebar p {
    text-align: left;
}

#sidebar ul {
    list-style: none;
    padding: 5px 0 35px 0;
}

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

#sidebar ul li a {
    padding: 0;
}

/* content */

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

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

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

#content h2 a {
    color: #348BB4;
    text-decoration: none;
}

p.postmeta {
    font-size: .85em;
}

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

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

/* footer */

#footer {
    clear: both;
    width: 100%;
    min-width: 980px;
    background: url('images/footer.gif') repeat-x top;
}

#footer2 {
    width: 980px;
    margin: 0 auto;
    padding-top: 30px;
}

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