/*** Comments ***/
.commentlist li {
  font-weight: bold;
  border:1px solid #ccc;
}
.commentlist li .avatar {
  float: right;
  background: #FFF;
  border: 1px solid #C8C8C8;
  padding: 2px !important;
}
.commentlist cite, .commentlist cite a {
  font-weight: bold;
  font-style: normal;
}
.commentlist p {
  font-weight: normal;
  text-transform: none;
}
.commentmetadata {
  font-weight: normal;
}
#respond:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
}
.commentlist {
  margin: 0px;
  padding: 20px 0 0 0;
}
.commentlist ol {
  margin: 0px;
  padding: 10px;
}
.commentlist li {
  margin: 0 0px 25px 0;
  padding: 10px 5px 10px 10px;
  list-style: none;
}
.commentlist li ul li {
  margin-right: -6px;
  margin-left: 10px;
}
.commentlist p {
  margin: 10px 5px 10px 0px;
  padding: 0px;
}
.commentmetadata {
  font-size: 10px;
  margin: 0px;
  display: block;
}
.thread-alt {
  background: #f1f1f1;
}
.thread-even {
  background: #f7f7f7;
}
.even, .alt {
  border-bottom: 1px solid #C8C8C8;
  border-top: 1px solid #C8C8C8;
}
.depth-2 {
  background: #FFF;
}
.depth-3 {
  background: #F7F7F7;
}
.depth-4 {
  background: #EDEDED;
}
.depth-5 {
  background: #FFF;
}
.inputf{
background:#f1f1f1;
border:1px solid #ccc;
height:18px;
margin-top:2px;
margin-bottom:10px;
font-weight:lighter;
font-size:12px;
color:#666;
font-family:Verdana, Arial, Helvetica, sans-serif;
padding-left:5px;
padding-top:2px;
width:200px;
outline:none;
}
.area{
outline:none;
width:300px;
font-weight:lighter;
font-size:16px;
color:#666;
height:80px;
padding:5px;
font-family:Verdana, Arial, Helvetica, sans-serif;
background:#f1f1f1;
border:1px solid #ccc;
}
.submitcom{
background:#ededed;
outline:none;
border:1px solid #ccc;
color:#666;
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
padding:3px 6px 3px 6px;
margin-top:5px;
}