.post {
clear:both;
padding: 30px;
overflow: auto;
}

.postTop {
  overflow: auto;
  border-bottom: 1px solid #ff3366;
  padding: 5px;
}

.postTitle {
  font-weight: bold;
  color: #ff3366;
  font-size: 15px;
  float: left;
}

.postContent {
  clear: both;
  line-height: 18px;
  font-size: 14px;
  padding: 10px 10px 10px 10px;
  
}

.postDate {
  float: right;
  font-size: 14px;
  color: #ff3366;

}

.postAuthor {
  font-size: 12px;
  padding: 0px 10px 10px 10px;
}

blockquote {
  color: #666;
  border-left: 2px solid;
  padding: 5px;
  font-size: 12px;
  line-height: 16px;
}