.sfSimpleBlog .post {
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 1px dotted #ccc;
}
.sfSimpleBlog .post h2 {}
.sfSimpleBlog .post h2 a {}
.sfSimpleBlog .post .details {
  font-weight: bold;
  font-size: 0.9em;
  line-height: 1.3em;
  margin-bottom: 1em;
}
.sfSimpleBlog .post .content {}
.sfSimpleBlog .post .content img {
  margin: 10px;
}
.sfSimpleBlog .related_details {
  font-style: italic;
}
.sfSimpleBlog .comment {
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 1px dotted #ccc;
}
.sfSimpleBlog .comments h3 {}
.sfSimpleBlog .comment .author {
  font-weight: bold;
  font-size: 0.9em;
  line-height: 1.3em;
}
.sfSimpleBlog form.add_comment .form_control {
  margin: 2px;
}
.sfSimpleBlog form.add_comment .form_control label {
  width: 35%;
}
.sfSimpleBlog form.add_comment .form_control input.text {
  width: 62%;
}
.sfSimpleBlog form.add_comment .form_control textarea {
  width: 99%;
  height: 150px;
  margin-top: 0.5em;
}
.sfSimpleBlog .form_error {
  color: red;
}
.comment.moderated {
  font-style: italic;
  background-color: #ccffcc;
  padding: 10px;
  border-width: 0;
}