.post {
  margin-bottom: 36px; }
  .post h2 {
    padding-bottom: 5px;
    border-bottom: 5px solid #e6e6e6;
    margin-bottom: 5px;
    font-size: 19px; }
    .post h2 a {
      color: #333;
      border: none; }
  .post .post_meta {
    border-bottom: 1px solid #f5f5f5;
    overflow: hidden;
    margin-bottom: 12px; }
    .post .post_meta p {
      color: #9a9a9a;
      font-size: 13px;
      margin-bottom: 5px;
      float: left; }
      .post .post_meta p strong {
        color: #818181; }
    .post .post_meta ul {
      float: right;
      width: 285px;
      margin: 0; }
      .post .post_meta ul li {
        float: right;
        display: block;
        list-style: none;
        margin-left: 5px;
        margin-bottom: 4px; }
        .post .post_meta ul li a {
          float: left;
          line-height: 1em;
          font-size: 11px;
          background: #fff5db;
          border: none;
          color: #7f7976;
          -moz-border-radius: 2px;
          -webkit-border-radius: 2px;
          padding: 5px 5px; }
  .post .post_comments {
    text-align: right; }
    .post .post_comments a {
      background: #00a53f url(/images/blog_comment_arrow.png) no-repeat right center;
      color: #fff;
      border: none;
      padding: 8px 32px 8px 15px;
      font-size: 14px;
      -moz-border-radius: 4px;
      -webkit-border-radius: 4px; }
