.blog_postsList {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
  .blog_postsList li {
    position: relative;
    padding-bottom: 1em;
    border-bottom: 1px dotted #ccc;
    margin-bottom: 1em;
  }
  .blog_postsList li.last {
    padding-bottom: 0;
    border-bottom: 0;
    margin-bottom: 0;
  }  
      
.post {
  position: relative;
}
.post .date {
  position: absolute;
  right: 0;
  top: 0.5em;
  font-size: 1.05em;
  color: #666;
  background-color: transparent;
}  
.post .title {
  padding-right: 100px;
  font-weight: bold;
  font-size: 1.3em;
  line-height: 1.2em;
  margin: 0 0 0.2em 0;
}
.post .admin_options, .post .rating_holder {
  float: right;
  display: inline;
  margin: 0.5em 0 0 35px;
}  
.post .text {
  margin: 0.6em 0;
}
.post .share {
  float: left;
  display: inline;
}
.post .comments {
  text-align: right;
}
  .post .comments a {
    margin-left: 15px;  
  }

