/*---------------------------------
Comments Area
----------------------------------*/
div#comments {
  background-color: #fff;
  margin-left: -30px;
  margin-right: auto;
  margin-bottom: 50px;
  width: 690px;
  padding: 0px 30px 20px 30px;;
}

div#comments p {
  font-size: 1.0em;
  line-height: 1.7em;
}


img#gravatar {
  float: left;
  width: 45px;
  height: 45px;
  padding-right: 15px;
  padding-bottom: 3px;
  margin-right: 3px;
  background-color: inherit;
}

div.commenthead {
  font-size: 1.6em;
  border-bottom: 1px dotted #ccc;
  margin: 0px 0px 5px 0px;
  background-color: inherit;
}

div.comment-date {
  float: right;
  text-align: left;
  color: #444;
  margin-left: 20px;
  font-size: .8em;
  margin-top: 3px;
}

a.comment-link:visited, a.comment-link:link {
  text-decoration: none;
  color: #29536E;
}

a.comment-link:hover, a.comment-link:active {
  text-decoration: none;
  color: #994B2C;
}

div.comment{
  padding: 15px 15px 15px 15px;
  margin-bottom: 10px;
  background-color: #EEF1F6;
  
}

div.comment2 {
  padding: 15px 15px 15px 15px;
  background-color: inherit;
  margin-bottom: 10px;
}


form#postcomment {
  margin-top: 20px;
}

div.formelement {
  margin-bottom: 20px;
}

div.formelement label {
  display: block;
  margin-bottom: 5px;
  color: #555;
}

div.formelement input {
  font-size: 1.2em;
  height: 1.2em;
  width: 250px;
}

form#postcomment textarea {
  height: 120px;
  width: 700px;
  font-size: 1.1em;
  line-height: 1.7em;
}  

input#submitcomment {
  font-size: 1.2em;
  height: 1.2em;
  width: 100px;
}

/* Displaying errors */
form#postcomment li {
  list-style: none;
  color: #780000;
}