/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
        margin: 70px 0 0 0;
        padding: 0;
        background: #FFFFFF url(images/img01.gif) repeat-x;
        font-family: 'Noto Serif', serif;
        font-size: 11px;
        color: #333333;
}

h1, h2, h3 {
        margin: 0;
        text-transform: none;
        font-weight: normal;
        color: #3E3E3E;
}

h1 {
        font-family: 'Carter One', cursive;
        text-transform: none;
        font-size: 28px;
        font-weight: bold;
        color: #494949;
}

h2 {
        font-size: 23px;
}

p, ul, ol {
        margin: 0 0 2em 0;
        text-align: left;
        line-height: 26px;
        font-size: 11px;
}

a:link {
        text-decoration: none;
        color: #7BAA0F;
}

a:hover, a:active {
        text-decoration: none;
        color: #003448;
}

a:visited {
        color: #333333;
}

img {
        border: none;
}

/* Header */

#header {
        width: 850px;
        height: 82px;
        margin: 0 auto 40px auto;
        background: url(images/img03.gif) repeat-x left bottom;
}

#logo {
        float: left;
}

#logo h1 {
        font-size: 38px;
        font-weight: bold;
        color: #494949;
}

#logo h1 sup {
        vertical-align: text-top;
        font-size: 24px;
}

#logo h1 a {
        color: #494949;
}

#logo h2 {
        margin-top: -10px;
        font-size: 12px;
        color: #A0A0A0;
}

#logo a {
        text-decoration: none;
}

/* Menu */

#menu {
        float: right;
}

#menu ul {
        margin: 0;
        padding: 15px 0 0 0;
        list-style: none;
}

#menu li {
        display: inline;
}

#menu a {
        display: block;
        float: left;
        margin-left: 30px;
        padding: 7px;
        text-decoration: none;
        font-size: 13px;
        color: #000000;
}

#menu a:hover {
        text-decoration: underline;
}

#menu .active a {
        background: url(images/img02.gif) repeat-x left bottom;
}

/* Page */

#page {
        width: 850px;
        margin: 0 auto;
}

/* Content */

#content {
        float: left;
        width: 575px;
}

/* Post */

.post {
}

.post .title {
        margin-bottom: 20px;
        padding-bottom: 5px;
        background: url(images/img03.gif) repeat-x left bottom;
}

.post .entry {
}


/* Sidebar */

#sidebar {
        float: right;
        width: 195px;
}

#sidebar ul {
        margin: 0;
        padding: 0;
        list-style: none;
}

#sidebar li {
        margin-bottom: 40px;
}

#sidebar li ul {
}

#sidebar li li {
        margin: 0;
}

#sidebar h2 {
        margin-bottom: 10px;
        background: url(images/img03.gif) repeat-x left bottom;
        font-size: 16px;
        font-weight: bold;
}


/* Boxes */

.box1 {
        padding: 20px;
        background: url(images/img05.gif) no-repeat;
}


/* Footer */

#footer {
        height: 400px;
        min-height: 400px;
        padding: 130px 0 0 0;
        background: #003448 url(images/img09.gif) repeat-x;
}

html>body #footer {
        height: auto;
}

#footer .wrap {
        width: 850px;
        margin: 0 auto;
}

#legal {
        clear: both;
        padding-top: 20px;
        text-align: center;
        color: #375C69;
}

#legal a {
        color: #476B77;
}