.comments {
	width: 600px;
	margin: 5px auto;

}

.comments.fluid { width: auto; }

.comments .comment {
    position: relative;
    min-height: 75px;
    margin-bottom: 10px;
}

.comments .comment.first {
	border-top: none;
	}

.comments .comment-content {
    padding-left: 50px;	
}

.comments .userpic {
    position: absolute;
    top: 0px; left: 0px; margin: 0; padding: 0; line-height: 0;	
}

.comments .byline {
    border-top: 1px solid #2067c7;
    border-bottom: 1px solid #C8DFEB;
    background: #fbfbfb;
    padding: 2px;
    font-size: 90%;
}

.comments .byline a {
	font-size: 110%;
	}

.comments .body {
    border-bottom: 1px solid #C8DFEB;
    padding: 5px;
    padding-bottom: -0.5em;
}

.comments .body p {
    margin: 0 0 1em;
}
