﻿
.post_container
{
    width: 725px;
    border: solid 5px #cccccc;
    padding: 10px;
    clear: both;
}

.post_author
{
    width: 135px;
    float: left;
    overflow: hidden;
}

.post_author img
{
    display: block;
}

.post_container .post_body
{
    width: 565px;
}

.post_body
{
    float: right;
    width: 595px;
    position: relative;
    min-height: 200px;
    padding-bottom: 50px;
    overflow: hidden;
}

.post_body p
{
    margin: 0;
}

.post_body h3
{
    color: #e01831;
    margin: 0 0 10px 0;
    font-size: 16px;
}

.post_body blockquote
{
    font-style:italic;
    color: Gray;
}

.signature
{
    margin: 10px 0 0 0;
    display: block;
    font-style: italic;
}

.post_body_footer
{
    border-top: dashed 2px #cccccc;
    padding-top: 10px;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.post_body_footer input, .post_body_footer img
{
    vertical-align: middle;
    padding-left: 5px;
}
