#content {
    margin: 20px 0 10px 200px;
    padding: 1px 3em;
    border-left: 1px solid #d5d3bb;
    min-height: 450px;
}

#sidebar {
    position: absolute;
    left: 0;
    margin-top: 10px;
    padding: 20px 12px 0 5px;
    width: 170px;
    height: 450px;
    font-size: 10px;
    line-height: 1.4em;
    letter-spacing: 1px;
    text-transform: uppercase;
}

#sidebar ul {
    list-style: none;
}

#sidebar ul li {
    margin: 5px 0;
}

#sidebar ul li a {
    text-decoration: none;
}

#sidebar ul li a:hover {
    text-decoration: underline;
}

.widget-title {
    margin-top: 1em;
    color: #bbb99c;
    font-size: 1.4em;
    font-weight: normal;
}

#searchform label {
    display: block;
    margin: 2px 0;
}

#searchsubmit {
    margin: 8px 0;
}

#subscribe {
    margin-top: 20px;
    padding: 5px 0;
    border-bottom: 1px solid #D5D3BB;
    border-top: 1px solid #D5D3BB;
}

#subscribe a {
    display: block;
    width: 184px;
    height: 58px;
    background: url('../img/blog_subscribe.png') no-repeat;
}

.post {
    margin: 2em 0 3em 0;
    padding-bottom: 1em;
    border-bottom: 1px solid #D5D3BB;
}

.entry-title, .entry-title a {
    font-size: 22px;
    font-weight: normal;
    color: #7e2814;
    text-decoration: none;
}

.entry-title a:hover {
    text-decoration: underline;
}

.entry-content {
    padding: 5px;
    font-size: 1.1em;
}

.entry-content p {
    margin-bottom: 0.8em;
}

.comment-form-comment label {
    display: block;
    margin: 5px 0;
    font-weight: bold;
}

