/*
    Document   : blog
    Created on : Oct 5, 2013, 7:54:32 PM
    Author     : Ethan Cheong
    Description:
        For Blog
*/

/** Listing Page **/
#content-area .view-blog .views-row {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #DDD;
}

#content-area .view-blog .views-row-last {
  border-bottom: none;
}

/** Blog Full Post Page **/
.node-type-blog div.node-share {
  text-align: left;
}

.node-type-blog .meta {
  margin-bottom: 10px;
}
