/*----------------------------------------------------------------
    Post
----------------------------------------------------------------*/

article.post .credentials {
    color: #ccc;
    font-weight: 400;
    font-size: 0.9em;
    line-height: 1.3em;
}

article.post .credentials a.username {
    color: #ccc;
}

article.post .credentials img.userpic {
    float: left;
}

/*----------------------------------------------------------------
    Comments form
----------------------------------------------------------------*/

section.comment-form .logout {
    font-size: 0.9em;
    line-height: 1.3em;
    padding-bottom: 1em;
}

section.comment-form .logout img,
section.comment-form .logout a {
    padding-left: 0.2em;
}

section.comment-form .logout label,
section.comment-form .logout img,
section.comment-form .logout strong,
section.comment-form .logout a,
section.comment-form .wa-captcha img,
section.comment-form .wa-captcha strong,
section.comment-form .wa-captcha input {
    display: block;
    float: left;
    clear: none;
}

section.comment-form  .wa-captcha-refresh {
    font-size: 0.8em;
}

section.comment-form input[type="submit"] {
    float: left;
}

section.comment-form h4 {
    display: inline-block;
    border-bottom: 2px solid rgba(0,0,0,0.1);
    text-transform: uppercase;
    font-size: 0.889em;
    line-height: 1.8;
}

section.comments .comment-count {
    margin-bottom: 2em;
    color: #ccc;
    text-transform: uppercase;
    font-size: 0.778em;
}

div.single-comment .staff,
div.single-comment .comment-reply {
    padding: 0.2em 1em;
}

div.single-comment .actions {
    color: #999;
    font-size: 0.667em;
    text-decoration: none;
}

/*----------------------------------------------------------------
    Sidebar
----------------------------------------------------------------*/

aside.sidebar .likebox {
    overflow: hidden;
    padding-bottom: 1em;
    width: 100%;
}






