/* @group Blog */

.blog-entry {      text-align: left;
      font-size: 12px;
      line-height: 15px;
      padding-bottom: 30px;
}

.blog-entry-summary {
      padding-bottom: 30px;
}

.blog-entry-title {
      font-size: 22px;
      font-weight: normal;
      margin-bottom: 5px;
      padding-top: 5px;
      color: #999999;}

.blog-entry-date {
      margin-bottom: 8px;
      color: #b3b3b3;
      font-size: 10px;
      margin-top: 6px;
}

.blog-entry-body {
      font-size: 12px;
      line-height: 15px;
      padding-right: 12px;
}

.blog-entry-comments {
      text-align: right;
      font-size: 9px;
      color: #999999;
      padding-top: 1px;
}
      
/* @end */