.blog-post-wrapper h1
{
    line-height: 110%;
}

.blog-post-title
{
    width: 100%;
    border-bottom: 1px solid #edd;
    line-height: 125%;
}

.blog-post-title a
{
    text-decoration: none;
    color: #377;
}

.blog-post-date
{
    float: right;
    font-size: 0.75em;
}

.blog-post-user
{
    float: right;
    margin-right: 0.25em;
    font-size: 0.75em;
}

.blog-post-body
{
    padding-top: 1.5em;
    border-bottom: 1px solid #edd;
}

.blog-post-footer
{
    height: 0.75em;
    font-size: 0.75em;
    white-space: nowrap;
}

.blog-post-tags
{
    float: left;    
    margin-left: 1em;
    padding: 0px 10px;
}

.blog-post-footer a.blog-post-permalink
{
    float: left;
}

.blog-post-footer a.blog-post-commentlink
{
    float:right;
}

/******************************************************************************/

#blog-link-next
{
    display: block;
    padding: 5px 15px;
    background: #fff;
    border: 1px solid #edd;
    float: right;
    margin-right: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
    text-decoration: none;
    color: #000;
}

#blog-link-next:hover
{
    background: #a00;
    color: #fff;
}

#blog-link-prev
{
    display: block;
    padding: 5px 15px;
    background: #fff;
    border: 1px solid #edd;
    float: left;
    margin-left: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
    text-decoration: none;
    color: #000;
}

#blog-link-prev:hover
{
    background: #a00;
    color: #fff;
}

/******************************************************************************/

.comment-block
{
    margin-left: 10px;
    border-left: 5px solid #966;
}

.comment-block .wrapper
{
    margin: auto;
    width: 35em;
}

.comment-block label
{
    width: 12em;
    display: block;
    position: absolute;
    float: left;
}

.comment-block input.text
{
    margin-left: 12em;
    width: 23em;
}

.comment-block input.button
{
    width: 5em;
    margin-left: 30em;
}

.comment-block textarea
{
    margin-left: 12em;
    width: 23em;
    height: 6em;
}

p.verify
{
    display: none;
}
