#content .item {
  margin-top: 2em;
}
#content .item.first {
  margin-top: 0;
}
#content .item .item_details h3 {
  font-size: 200%;
  line-height: 1.1em;
  margin-top: 0;
  margin-bottom: .1em;
}
#content .item_details h3 a,
#content .item_details h3 a:visited {
  text-decoration: none;
}
#content .item .item_details h3 a:hover,
#content .item .item_details h3 a:visited:hover {
  text-decoration: underline;
}
#content .info {
  font-size: 85%;
  color: #887;
  margin-bottom: 1em;
  margin-top: 2em;
}
#content .item .item_details .info {
  margin-top: 0;
}
#content .info a {
  color: #776;
}
#content .item h3 {
  color: #776;
  font-size: 130%;
  margin-bottom: .5em;
}
#comments {
  padding-left: 24px;
  padding-right: 24px;
}
#comments h3 {
  margin-left: 0;
}
#comments .comment_content {
  background-color: #eef9eb;
  border: 3px solid #a2dd91;
  margin-top: 16px;
  padding: 10px;
  padding-bottom: 3px;
  width: auto;
}
#comments .comment_content .comment_info {
  color: #66bb55;
}
#comments .comment_content .comment_info strong {
  color: #336600;
}
#comments .comment_content .comment_info a.permalink {
  color: #66bb55;
}
#comments .comment_content .comment_body {
  margin-top: .5em;
}
#comments #comment_form {
  background-color: #a2dd91;
  margin-top: 10px;
  padding: 10px;
}
#comments #comment_form_table {
  width: 90%;
}
#comments #comment_form_table td {
  padding: 2px 2px 2px 0;
  vertical-align: top;
}
#comments #comment_form_table td.labels {
  padding-top: 8px;
  padding-right: .5em;
  width: 8em;
  text-align: right;
}
#comments #comment_form .textbox,
#comments #comment_form textarea {
  font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
  font-size: 120%;
  width: 60%;
}
#comments #comment_form .button {
  font-size: 130%;
}
#comments #comment_form textarea {
  height: 10em;
}
#comments .approval_required {
  background-color: white;
  border: 3px solid #209d20;
  color: #209d20;
  font-size: 12px;
  padding: 10px;
}
#comments .comment_author {
  font-weight: bold;
}
#comments .comment_details {
  font-size: 12px;
  color: gray;
}
#comments h3#post {
  clear: both;
  padding-top: 30px;
}
#foot {
  clear: both;
  background-color: #d1eec8;
  background-position: top;
  background-repeat: no-repeat;
  padding: 12px 0 12px 0;
  width: 100%;
}