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

* {
    margin: 0;
    padding: 0;
}

body {
    padding: 30px 0;
    font: 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: #444444;
    background: #F0E8E4;
}

h1 {
    padding: 45px 0 0 40px;
    font-size: 54px;
    font-weight: normal;
    letter-spacing: -4px;
    text-transform: lowercase;
    color: #FB7F67;
}

h1 a, h1 a:hover {
    text-decoration: none;
    color: #FB7F67;
}

h2 {
    font-weight: normal;
    letter-spacing: -1px;
}

p {
    padding: .75em 0;
    line-height: 1.6em;
    text-align: justify;
}

p#subtitle {
    padding: 0 0 0 40px;
    font-size: 32px;
    text-transform: lowercase;
    line-height: 1.2em;
    letter-spacing: -2px;
    color: #FBD8D1;
    position: relative;
    top: -6px;
}

a {
    text-decoration: none;
    color: #77AB7A;
}

a:hover {
    text-decoration: underline;
}

/* page */

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

/* menu */

#menu {
    height: 79px;
    margin-bottom: 12px;
    background: #FBF3F1 url('images/menu.jpg') no-repeat;
}

#menu ul {
    list-style: none;
}

#menu ul li {
    display: block;
    float: left;
    background: url('images/menubr.gif') no-repeat;
}

#menu ul li.firstli {
    background: none;
}

#menu ul li a {
    display: block;
    float: left;
    padding: 0 40px 0 42px;
    line-height: 74px;
    color: #6D6361;
    text-shadow: #FFFFFF -1px -1px 0px;
    text-transform: uppercase;
    text-decoration: none;
}

#menu ul li a:hover {
    color: #B2A8A4;
}

/* logo */

#logo {
    height: 330px;
    background: #0A0102 url('images/image.jpg') no-repeat;
}

/* main */

#main {
    padding: 20px 0 0 0;
}

/* content */

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

.post {
    margin: 0 0 20px 0;
    background: url('images/post.gif') repeat-y;
}

#content h2 {
    padding: 0 20px;
    font-size: 30px;
    line-height: 54px;
    color: #8D391F;
    background: url('images/posth2.gif') no-repeat top;
    border-bottom: 1px solid #E7DFDC;
}

#content h2 a {
    color: #8D391F;
    text-decoration: none;
}

.postmeta {
    padding: 1em 20px .75em 20px;
    font-size: .93em;
}

.entry {
    padding: 1em 20px .75em 20px;
    background: url('images/entry.gif') no-repeat bottom;
}

/* sidebar */

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

#sidebar h2 {
    height: 54px;
    padding-left: 20px;
    font-size: 18px;
    line-height: 46px;
    color: #FFFFFF;
    background: #0A0102 url('images/sidebarh2.jpg') no-repeat top;
}

#sidebar .box {
    margin-bottom: 20px;
    background: url('images/box.gif') repeat-y;
}

#sidebar .box2 {
    font-size: 14px;
	color:#B22222;
	margin-left: 20px;
	margin-right: 20px;
	line-height:1.4em;
    background: url('images/box.jpg') no-repeat bottom;
}

#sidebar ul {
    list-style: none;
    padding: 0 20px 1.8em 20px;
}

#sidebar ul li {
    padding: .4em 10px;
    border-bottom: 1px solid #E7DFDC;
}

#sidebar ul li a {
    line-height: 1.6em;
}

/* bottom */

#bottom {
    clear: both;
    background: #0A0102 url('images/bottom.jpg') no-repeat top;
}

#bottom2 {
    height: 1%;
    padding: 20px 0 20px 20px;
    background: url('images/bottom2.jpg') no-repeat bottom;
}

#bottom h2 {
    font-size: 18px;
    color: #F0DFD5;
}

.col {
    float: left;
    width: 220px;
    padding-right: 10px;
}

.col ul {
    list-style: none;
    padding: 20px 0 10px 0;
}

.col ul li {
    color: #DACFCA;
    padding: .4em 0;
}

.col ul li a {
    color: #DACFCA;
}

.clearing {
    clear: both;
    height: 1px;
    overflow: hidden;
}

/* footer */

#footer {
    clear: both;
    padding-top: 20px;
}

#footer p {
    text-align: center;
}
