/*
  Design by Free CSS Templates
  http://www.freecsstemplates.org
  Released for free under a Creative Commons Attribution 2.5 License
 */
body {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    background: #7A674C;
    font-size: 15px;
    color: #FCFAE6;
}

h1, h2, h3 {
    margin: 0;
    font-weight: normal;
    color: #FFFFC6;
}

h1 {
    letter-spacing: -1px;
    font-size: 32px;
}

h2 {
    font-size: 23px;
}

p, ul, ol {
    margin: 0 0 2em 0;
    text-align: justify;
    line-height: 26px;
}

a:link {
    color: #F6E48A;
}

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

a:visited {
    color: #F6E48A;
}

img {
    border: none;
}

#wrapper {
    background: #490102;
}
/* Header */

#header {
    width: 800px;
    height: 70px;
    margin: 0 auto 20px auto;
    padding-top: 20px;
}

#logo {
    float: left;
    height: 120px;
    margin-left: 30px;
}

#logo h1 {
    font-size: 38px;
;
}

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

#logo h1 a {
    color: #FFFFFF;
}

#logo h2 {
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #F4E395;
}
/* Menu */

#menu {
    float: right;
}

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

#menu li {
    display: inline;
}

#menu a {
    display: block;
    float: left;
    padding: 7px 10px;
    text-decoration: none;
    font-size: 15px;
    color: #FFFFFF;
}

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

#menu .active a {
}
/* Page */

#page {
    width: 900px;
    margin: 0 auto;
    padding: 40px 40px;
}
/* Content */

#content {
    width: 820px;
    float: left;
    padding: 10px 30px 0px 30px;
    background: #6F5E45;
    border-top: 1px #5C4A32 solid;
    border-bottom: 1px #5C4A32 solid;
}
/* Post */

.post {
}

.post .title {
    margin-bottom: 20px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #A09584;
}

.post .entry {
}
/* Footer */

#footer {
    height: 400px;
    min-height: 74px;
    padding: 10px 0 0 0;
    background: #6F5E45 url(images/img01.jpg) repeat-x left top;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
}

html>body #footer {
    height: auto;
}

.legal {
    clear: both;
    text-align: center;
    text-transform: uppercase;
    font-size: 10px;
    color: #FCFAE6;
}

.legal a {
    font-weight: bold;
    color: #F6E595;
}