.commentlist{
    text-align: left;
    padding: 0px;
}
.commentlist li, #commentform input, #commentform textarea {
    font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
    border-bottom: 2px solid silver;
    overflow:hidden;
}

.commentlist li ul li {
    font-size: 1em;
} 

.commentlist li {
    font-weight: bold;
    margin-bottom: 10px;
}

.comment-author {
	float: left;
	margin-right: 20px;
	width: 75px;
}

.commentlist li .avatar { 
    float: left;
    padding: 2px;
    background: #fff;
}



.commentlist p {
    font-weight: normal;
    line-height: 1.5em;
    text-transform: none;
    text-align: justify;
    font-size: 1.3em;
}

#commentform input{
 width: 150px;
 
}

#commentform a{
 color: #666;
 
}

#commentform a:hover{
 color: black;
 
}
    
#commentform p {
    font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.commentmetadata {
    font-weight: normal;
}
    
.fn{
   
  }
.says{
    margin-left: 4px;
    float: left;
    display:none;
}

#respond{
    text-align: left;
}

#respond textarea {
	width: 50%;
}