/*
    designed by WebTemplateOcean.com
    http://www.webtemplateocean.com/
    released under Creative Commons Attribution-ShareAlike 3.0 license
*/

* {
    margin: 0;
    padding: 0;
}

body {
    padding-bottom: 40px;
    font: 13px Arial, Helvetica, sans-serif;
    color: #5A4D40;
    background: #F6F5F5 url('images/bg.gif') repeat-x;
}

h1 {
    float: left;
    padding: 8px 0 0 8px;
    font: normal 46px/60px Georgia, Times, serif;
    letter-spacing: -2px;
    color: #431904;
}

h1 a, h1 a:hover {
    color: #431904;
    text-decoration: none;
}

h1 span#l {
    color: #337AB2;
}

h1 span#a {
    color: #808E18;
}

h2 {
    font-weight: normal;
}

p {
    padding: .8em 0;
/*    line-height: 1.8em; */
    text-align: justify;
}

p#subtitle {
    float: right;
    padding: 75px 10px 0 0;
    font: 24px/30px Georgia, Times, serif;
    color: #808E18;
}

a {
    color: #4C8FDE;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

/* page */

#page {
    width: 960px;
    margin: 0 auto;
}

/* menu */

#menu {
    height: 76px;
}

#menu ul {
    list-style: none;
    float: right;
    padding-right: 30px;
}

#menu ul li {
    display: block;
    float: left;
    padding: 0;
    margin-left: 3px;
    font-size: 14px;
    line-height: 76px;
    text-align: center;
}

#menu ul li a {
    display: block;
    float: left;
    padding: 0 11px 0 0;
    text-decoration: none;
    color: #431904;
}

#menu ul li a span  {
    display: block;
    float: left;
    height: 76px;
    padding: 0 30px 0 41px;
    cursor: pointer;
}

#menu ul li a:hover, #menu ul li a.active {
    color: #337AB2;
    background: #CDDBE6 url('images/menu.gif') no-repeat right top;
}

#menu ul li a:hover  span , #menu ul li a.active  span  {
    background: #CDDBE6 url('images/menu2.gif') no-repeat left top;
}

/* logo */

#logo {
    height: 120px;
}

#mainimg {
    display: inline-block;
/*
    height: 290px;
    padding: 3px;
*/
    margin-bottom: 10px;
    border: 1px solid #CD9365;
    /*
    background: url('images/image.jpg') no-repeat;
    background-position: 2px 2px;
    */
}

#main {
    padding: 0 20px;
}

/* sidebar */

#sidebar {
    float: left;
    width: 250px;
    padding: 5px 0 30px 0;
}

#sidebar h2 {
    padding-left: 20px;
    font-size: 16px;
    line-height: 40px;
    color: #FFFFFF;
    background: #A5AA7F url('images/h2.gif') no-repeat;
}

#sidebar .box {
    margin-bottom: 2.75em;
    padding: .4em 10px 0 20px;
    background: url('images/sidebar.gif') repeat-y;
    border-bottom: 1px solid #EBEBEB;
}

#sidebar p {
    text-align: left;
    line-height: 2em;
}

#sidebar ul {
    list-style: none;
    margin-bottom: 2.75em;
    padding: .4em 0 0 0;
    background: url('images/sidebar.gif') repeat-y;
}

#sidebar ul li {
    padding: 0 10px 0 20px;
    line-height: 2.75em;
    background: url('images/li.gif') no-repeat 15px .8em;
    border-bottom: 1px solid #EBEBEB;
}

#sidebar ul li a {
    padding-left: 18px;
}

/* content */

#content {
    float: right;
    width: 600px;
    padding-bottom: 10px;
}

#content .post {
    padding: 0 0 3.5em 0;
}

#content h2 {
    font: 3em Georgia, Times, serif;
    color: #808E18;
    letter-spacing: -1px;
}

#content h2 a {
    color: #808E18;
    text-decoration: none;
}

p.postmeta {
    padding: 0 0 0 15px;
    margin: 10px 0;
    line-height: 32px;
    background: url('images/meta.gif') no-repeat;
}

#content .entry {
    padding: 1.5em 0 0 0;
}

.clearing {
    clear: both;
    height: 1px;
    overflow: hidden;
}

/* footer */

#footer {
    clear: both;
    padding: 20px 40px;
    border-top: 10px solid #431904;
}

#footer p {
    font-size: .92em;
    text-align: center;
}
