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

* {
    margin: 0;
    padding: 0;
}

body {
    font: 13px Arial, Helvetica, sans-serif;
    color: #5C5C5C;
    margin:0 0 12px 0;
    padding:0;
    background:url("../images/br_body.jpg");
    line-height:25px;
}
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: #996633;
}

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: #3297D3;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

/* page */

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

/* ------------------------------------------------------ HEADER ------------------------------------------------------ */
#header {
    height: 140px;
    padding: 0;
    text-align: center;
}
#logo {
    position: absolute;
    left: 0;
    width: 70px;
    height: 70px;
}
#logo img {
    border: none;
}
/* ------------------------------------------------------ MENU ------------------------------------------------------ */
#menu {
    height: 46px;
    margin: 0;
    background: transparent url(images/menu.gif) center top;
    background-repeat: no-repeat;
}
#menu ul {
    list-style: none;
    padding-left: 124px;
}
#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: #3297D3;
}
#menu ul li a  span {
    display: block;
    float: left;
    height: 46px;
    padding: 0 20px 0 26px;
    cursor: pointer;
}
#menu ul li a:hover {
    color: #990000;
    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: 160px;
    margin: 20px 0 25px 0;
}

/* ------------------------------------------------------ CONTENT ------------------------------------------------------ */
#content {
    float: left;
    width: 530px;
    padding: 35px 50px 20px 80px;
}

#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: 12px 0 0 0;
}

/* ------------------------------------------------------ SIDEBAR ------------------------------------------------------ */
#sidebar {
    float: right;
    width: 250px;
    margin-top: 25px;
    padding: 10px 20px 35px 20px;
    border-left: 1px solid #DEE0E0;
}
#sidebar h2 {
    text-align: center;
    font-size: 1.2em;
    line-height: 42px;
    background: url('images/sb_head_br.gif') no-repeat;
    width: 200px;
}
#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 20px .2em 20px;
    line-height: 2.5em;
    background: url('images/list_item.gif') no-repeat 20px .9em;
    border-bottom: 1px solid #DEE0E0;
}
#sidebar ul li a {
    padding: 0 0 0 22px;
}
.clearing {
    clear: both;
    height: 1px;
    overflow: hidden;
}
/* ------------------------------------------------------ FOOTER ------------------------------------------------------ */
#footer {
    clear: both;
    padding: 10px 40px;
}
#footer p {
    font-size: .85em;
    text-align: center;
    text-transform: uppercase;
    color: #7C7C7C;
}
