div.content h1.post_title
{
    margin-bottom: 0px;
}

div.post_snippet
{
    margin-bottom: 1.5em;
}

div.post_snippet p
{
    margin-bottom: .75em;
}

div.post_info
{
    color: #AAAAAA;
    font-style: italic;
    margin-bottom: 10px;
}

div.post_comments h3
{
    font-size: 16px;
    color: rgb(36, 25, 25);
    margin-bottom: 0px;
}

span#post_button_text
{
    vertical-align: 35%;
}

hr.post_comment_divider
{
    width: 75%;
    margin: 17px auto;
}

tr hr.post_comment_divider
{
    margin-bottom: 7px;
}

td.comment_user_pic
{
    width: 30px;
    vertical-align: top;
    padding: 2px;
}

td.comment_user_info div.comment_user_info
{
    margin-top: 4px;
}

td.comment_user_pic img
{
    width: 28px;
    border: solid 1px rgb(101,101,101);
    margin-top: 7px;
}

div.comment_user_info,
div.user_info span.user_displayname,
div.user_info span.user_role,
div.comment_info
{
    font-family: Verdana, sans-serif;
    font-size: 8px;
    color: rgb(22, 19, 19);
    letter-spacing: 1.4px;
}

div.user_info span.user_displayname
{
    font-size: 12px;
}
div.user_info span.user_role
{
    color: rgb(134, 134, 134);
}
div.comment_info
{
    font-style: italic;
}

div.comment_text,
textarea,
span#post_button_text,
span.logged_in_user_info,
div.comment_actions
{
    font-family: Verdana, sans-serif;
    font-size: 11px;
    letter-spacing: .8px;
    line-height: 1.6;
}
span.logged_in_user_info
{
    font-size: 9px;
    margin-left: 8px;
}
span.logged_in_user_info a,
div.comment_actions a
{
    color: #B21817;
}

textarea
{
    width: 339px;
    height: 60px;
    overflow: visible;
}

img#fb_login_image
{
    height: 20px;
}

div.comment_actions
{
    text-align: center;
    text-transform: lowercase;
}

td.comment_field div#submitting
{
    width: 330px;
}

td.comment_field textarea#content
{
    margin-bottom: 2px;
}

span.logged_in_user_info
{
    line-height: 1.2ex;
}

div#logged_in_user
{
    width: 350px;
}

div.pending
{
    font-style: italic;
}