/* THIS ESTABLISHES CORE-LEVEL STYLING FOR COMMENTS */
/* ADD MODS TO THE THEME CSS */

/* Comments Styling (includes support for threaded comments!) |||||||||||||||||||||||||||-*/

ol.comments-list{
	list-style-type: none;
    margin: 0 0 15px;
}

ol.comments-list li{
	background: none repeat scroll 0 0 transparent;
    list-style: none outside none !important;
    margin: 0 !important;
    padding-left: 0 !important;	
}

.comments-list .avatar {
    position: absolute;
    right: 30px;
    top: 30px;
}

.comments-list .avatar {
    height: 50px;
    left: 20px;
    position: absolute;
    right: auto;
    top: 20px;
    width: 50px;
}

.comments-list label{ display: inline; }
.comments-list li article {
    background: none repeat scroll 0 0 white;
    border: 1px solid #DFDFDF;
    margin-bottom: 10px;
    min-height: 80px;
    overflow: hidden;
    padding: 30px 100px 30px 30px;
    position: relati