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

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

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

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

#commentform {
	padding: 18px 18px 50px;
	margin-top: 12px;
}

/*#commentform p:first-child {
        padding-bottom: 12px;
        padding-left: 12px;
}*/

#commentform p:first-child a{
	color: black; 
	font-family: Helvetica, Arial, 'Colaborate-Bold',Tahoma,sans-serif;
}

.commentlist .comment-body {
    background: none repeat scroll 0 0 white;
    min-height: 80px;
    overflow: hidden;
    position: relative;
    color: #454543;
    padding: 12px 12px 12px 90px !important;
}

 .comment-body p {
 	margin-bottom: 6px;
 }

.children {
    margin-bottom: 18px;
    padding-left: 48px;
}

.children li {
	
}

.commentlist .children li > .comment-body {
    margin-bottom: 16px;
}

.commentlist .children .comment-body {
    margin-bottom: 0;
    min-height: 90px;
}

.commentlist .highlighted > .comment-body {
    background-color: #98BAB1;
}

.commentlist .highlighted > .comment-body .wrap-comment {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 3px solid #EFEFEF;
    margin-bottom: 0;
    overflow: visible;
    padding: 15px 125px 25px 25px;
}
