/* esempio 1 */
"reset.css";
"typography.css";

div#comments-list {
margin: 0 auto;
width: 500px;
}

div#comments-list ol {
margin: 0;
padding-bottom: 10px;
}
div#comments-list {
background: #f2e8d2;
}
div#comments-list h3 {
background: #60504d;
}
div#comments-list ol li {
background: #fff;
}
div#comments-list ol li a { 
color: #60504d;
text-decoration: none;
}
div#comments-list ol li a:hover { color: #cc0000; }

div#comments-list h3 {
display: block;
margin-bottom: 10px;
padding: 10px;
text-transform: uppercase;
color: #fff; 
}

/* esempio 2 */
div#comments-list ol { list-style-type: none; }
div#comments-list ol li {
margin: 0 10px 10px 10px;
border-bottom: 1px solid #afafaf; ; 
} 
div#comments-list ol li { padding: 10px; }

div.comment-author {
border-bottom: 1px solid #ededed;
padding-bottom: 5px;
} 
div.comment-author a { 
font-weight: bold;
letter-spacing: 1px;
text-transform: uppercase;
}

div.comment-meta { 
padding: 5px 0; 
color: #afafaf;
font-size: .8em;
border-bottom: 1px solid #ededed;
}

div.comment-text {
margin-top: 10px;
}


