/*
    -> Default
    -> Typography
    -> Structure
*/

/* Default */
* {
    margin: 0;
    padding: 0;
}
body {
    background: url(../images/background.jpg) repeat-x top #276179;
    text-align: center;
    font-family: Tahoma, Arial, sans-serif;
    font-size: 12px;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
div.hide-me {
    display: none;
}
/* Typography */
p {
    padding-bottom: 10px;
    font-size: 11px;
    line-height: 1.4em;
    color: #575759;
    font-family: Verdana, Tahoma, Arial, sans-serif;
}
a {
    color: #17669e;
    font-size: 12px;
    text-decoration: none;
}
/* Sructure */
#wrapper {
    width: 796px;
    margin: 0 auto;
    text-align: left;
}
#header {
    width: 796px;
    height: 82px;
    background: url(../images/header.jpg) no-repeat right;
    display: block;
}
#logo {
    width: 209px;
    height: 80px;
    background: url(../images/logo.jpg) no-repeat;
    display: block;
    float: left;
}
#nav {
    width: 796px;
    height: 46px;
    background: url(../images/nav.jpg) no-repeat;
    display: block;
    list-style: none;
    padding-top: 5px;
    padding-left: 10px;
}
    #nav li {
        float: left;
        display: block;
    }
    #nav li a {
        float: left;
        display: block;
        text-decoration: none;
        text-align: center;
        text-transform: uppercase;
        color: #444;
        font-weight: bold;
        font-size: 14px;
        padding: 0 20px;
        height: 38px;
        padding-top: 13px;
        background: url(../images/sep.jpg) top no-repeat right;
    }
        #nav li a:hover {
            color: #255e76;
        }
#banner {
    width: 796px;
    height: 208px;
    background: url(../images/banner.jpg) no-repeat;
    display: block;
}
    #post-top {
        float: left;
        clear: left;
        width: 398px;
        padding: 25px;
    }
    #post-top h2 {
        color: #fff;
    }
    #post-top p {
        color: #fafafa;
    }
    #banner-date {
        padding: 3px;
        margin-top: 4px;
        width: 398px;
        height: 18px;
        background: url(../images/banner-date.jpg) no-repeat;
        display: block;
        color: #bcc1bc;
    }
    #banner-box {
        width: 397px;
        height: 35px;
        background: url(../images/banner-nav.jpg) no-repeat;
        display: block;
    }
    #banner img {
        float: right;
        margin: 20px;
    }
    #banner-box a.readmore {
        width: 118px;
        height: 24px;
        background: url(../images/readmore.jpg) no-repeat;
        display: block;
        text-indent: -999999px;
        float: left;
        margin: 6px 5px;
    }
    #banner-box a.next-post {
        width: 118px;
        height: 24px;
        background: url(../images/next-post.jpg) no-repeat;
        display: block;
        text-indent: -999999px;
        float: left;
        margin: 6px 5px;
    }
#content {
    background: url(../images/content.jpg) repeat-y top #fff;
    height: 100%;
}
#post-body {
    float: left;
    padding: 10px;
    width: 400px;
    margin: 20px;
    border-top: 1px dotted #ccc;
}
    #post-body h2 {
        font-size: 15px;
        color: #474a51;
    }
    #post-body h3 {
        color: #8ba050;
        font-size: 12px;
        text-transform: uppercase;
    }
    #post-body h3 a {
        color: #17669e;
        font-size: 12px;
        text-decoration: none;
        text-transform: uppercase;
    }
#sidebar {
    width: 290px;
    float: right;
    margin: 18px 20px;
    border-top: 1px dotted #ccc;
}
#sidebar h3 {
    color: #8ba050;
    font-size: 13px;
    text-transform: uppercase;
    padding: 5px 0;
}
ul.posts {
    list-style: none;
}
ul.posts li {
    display: block;   
    padding: 15px 0;
    clear: both;
    border-top: 1px dotted #ccc;
}
ul.posts li img {
    float: left;   
}
ul.posts li div.wrap {
    float: left;
    padding-left: 10px;
    padding-bottom: 15px;
    width: 200px;
}
ul.posts li div.wrap strong {
    display: block;
    font-size: 13px;
    text-transform: uppercase;
}
ul.posts li div.wrap a {
    display: block;
    font-size: 11px;
    color: #999;
    text-decoration: none;
    text-transform: uppercase;
}
    ul.posts li div.wrap a:hover {
        display: block;
        font-size: 11px;
        color: #17669e;
        text-decoration: underline;
        text-transform: uppercase;
    }
#boxes {
    background: #ebf3ea;
    width: 748px;
    padding: 20px;
    margin-left: 4px;
}
#box {
    background: #fff;
    border-bottom: 1px solid #c1c8c1;
    border-right: 1px solid #c1c8c1;
    padding: 15px;
    height: 100px;
}
    div.b-support {
        width: 177px;
        height: 67px;
        padding-left: 60px;
        padding-top: 20px;
        background: url(../images/support.jpg) no-repeat left;
        display: block;
        float: left;
    }
    div.b-contact {
        width: 177px;
        height: 67px;
        padding-left: 60px;
        padding-top: 20px;
        background: url(../images/contact.jpg) no-repeat left;
        display: block;
        float: left;
    }
    div.b-advertise {
        width: 177px;
        height: 67px;
        padding-left: 60px;
        padding-top: 20px;
        background: url(../images/advertise.jpg) no-repeat left;
        display: block;
        float: left;
    }
    #box h2 {
        color: #5695b1;
        font-weight: normal;
        font-size: 21px;
    }
    #box strong {
        color: #888;
        font-weight: normal;
    }
    #footer {
        width: 796px;
        height: 53px;
        background: url(../images/footer.jpg) no-repeat;
        display: block;
        clear: both;
        margin: 0 auto;
        text-align: center;
        line-height: 1.6em;
        margin-bottom: 10px;
    }
    #footer strong {
        display: block;
        text-align: center;
        color: #999;
        padding-top: 10px;
    }
    #footer em {
        display: block;
        text-align: center;
        color: #ccc;
        font-style: normal;
    }
    #post-body form {
        padding: 10px 0;
        border-bottom: 1px dotted #ccc;
        margin-bottom: 20px;
    }
    #post-body form strong {
        display: block;
        color: #444;
        padding: 6px 0;
    }
    #post-body form input[type=text] {
        width: 400px;
        padding: 3px;
        display: block;
        margin: 4px 0;
        border: 1px solid #ccc;
    }
    #post-body form textarea {
        width: 400px;
        padding: 3px;
        display: block;
        height: 200px;
        margin: 4px 0;
        border: 1px solid #ccc;
    }
    #post-body form input[type=submit] {
        padding: 10px;
        color: #444;
        font-weight: bold;
        width: 200px;
        margin: 10px auto;
        display: block;
    }
