.post_individual {
  margin-bottom: 25px;
  font-size: 14px;
  width: 700px;
  line-height: 150%;
}
.post_alone {
  font-size: 14px;
  width: 700px;
  line-height: 150%;
}
.post_individual img {
  max-width: 600px;
}
.post_individual p {
  margin-bottom: 5px;
}
.post_title {
  font-weight:bold;
  font-size: 18px;
  margin-bottom: 5px;
}
.post_author {
  color: #888;
  margin-bottom: 5px;
}
.post_comment_count {
}
.comments_container {
  margin-top: 20px;
  font-size: 14px;
  width: 700px;
  line-height: 150%;
}
.comment_count {
  margin-top: 20px;
}
.comment_author {
  font-weight: bold;
}
.comment_individual {
  margin-top: 10px;
}

.content_container {
  float: left;
  width: 770px;
}
.right_sidebar {
  float: left;
  width: 180px;
  margin-left: 10px;
}

.subscribe_label {
  margin-bottom: 10px;
}

/* TEMPORARY: comments disabled */
.comments_container { display:none; }
.post_comments { display:none; }
