1/* --------------------------------------------------------------
2
3   H6e Minimal Comments
4
5-------------------------------------------------------------- */
6
7/* Sub Sections
8-------------------------------------------------------------- */
9
10.h6e-comment-section {
11	margin-top:2em;
12	padding:2em 0 0;
13	background:url(img/h-spacer.gif) top left repeat-x;
14}
15
16.h6e-comment-section-title {
17	font-size:1.8em;
18	letter-spacing:-0.075em;
19	font-weight:normal;
20	color:#777b88;
21}
22
23.h6e-comment-section textarea {
24	width:95%;
25}
26
27.h6e-comment-list dt {
28	font-family:Tahoma, Arial, sans-serif;
29	font-weight:normal;
30	padding-left:8px;
31	background:url(img/post-info.gif) left center no-repeat;
32	margin:1em 0 0.5em;
33}
34
35.h6e-comment-list dt .avatar {
36	vertical-align:-20%;
37}
38
39.h6e-comment-list dd {
40	margin:2em 0 1em 2.5em;
41	margin-top:2em;
42}
43