/*-----------------------COMMENTS-----------------------*/
#mainContent #comments h2{
background-position:-772px 0;
margin:0 -20px;
padding:40px 20px 22px;
color:#efefef;
font:small-caps 2.8em Century Gothic;
letter-spacing:-2px;
}
.comment{
background-position:-1511px 100%;
padding-bottom:40px;
}
#mainContent .comment p{font:1.3em/1.6em verdana;}
#mainContent .comment h3{
background:0;border:0;margin:0;
padding:0 0 20px;
font:900 1.8em Century Gothic;
}
.comment h3 span{
color:#485367;
font:3.333em Garamond,Times,serif;
margin:0 20px 0 0;
position:relative;
bottom:-12px;
}
.commentAlt h3 span{color:#8b9fc6;}
#mainContent cite{ /* nb, blockquote cite style uses this too*/
font:italic 1.1em verdana;
text-align:right;
width:100%;
display:block;
}
/*----COMMENTS FORM------*/
#mainContent h3#commentForm{
float:left;
border:0;
background-color:transparent;
background-position:149px -50px;
padding-right:60px;
padding-left:0;
margin:15px 0 15px 0;
font:2.2em Century Gothic;
}
#comments form{overflow:hidden;clear:both;}
#comments input,#comments textarea{
float:left;
border:1px solid #ccc;
margin:5px 0;
width:310px;
font-family:verdana,sans-serif;
color:#464646;
}
#comments label{
font:italic 1.2em verdana;
float:left;
margin:18px 0 0 20px;
position:relative;
}
.hasJS #comments label{margin-left:0;left:-301px;}
.hasJS #comments label.textareaLabel{left:-397px;}
#comments input{padding:12px 6px;}
#comments textarea{
width:410px;
height:180px;
padding:4px;
}
#mainContent input.button{
-moz-border-radius:3px;
width:420px;
padding:6px;
margin:20px 0;
background:#8B9FC6;
border:2px solid #7386A7;
color:#000;
font:italic 900 1.8em verdana;
}
#comments input:focus,#comments input.focus,#comments textarea:focus{
background:#FFF6DF;
color:#000;
border-color:#aaa;
}
label em,.required,.validation{color:red;}
.errors,.commentsClosed{
margin:3.32em 30px 2.333em;
padding:20px 40px;
background:#fff;
border:1px dashed #aaa;
border-top:5px solid #485367;
border-bottom:5px solid #485367;
}
.commentsClosed{text-align:center;}
.errors p span,.commentsClosed p span{
color:#ef8d86;
margin-right:10px;
font:italic 2em Georgia,"Times New Roman",serif;
}