/* CSS Document */


/** Blog Listings ***************/
/********************************/

div.blog-entry { display: block; margin: 0; padding: 0; }
div.blog-enrty a { display: block; margin: 0; padding: 0; font-weight: 400; }
div.blog-entry a:hover div.entry-content { background-color: #efefef; }
div.blog-entry div.entry-content { display: block; margin: 0; padding: 18px; border-bottom: 1px solid #ccc; -o-transition: .5s; -ms-transition: .5s; -moz-transition: .5s; -webkit-transition: .5s; transition: .5s; }
div.blog-entry div.blog-title, div.blog-title h3 { font-family: 'Oxygen', sans-serif; font-weight: 300; font-size: 14px; color: #4c4c4c; margin: 0; padding: 0; color: #98b54e; }
div.blog-entry div.blog-desc { font-family: 'Oxygen', sans-serif; font-size: 12px; color: #4c4c4c; line-height: 25px; font-weight: 400; }
div.blog-entry div.blog-link { display: block; }



/** Blog Detail ***************/
/********************************/

div.content p:first-child { font-size:16px; font-weight: 600; line-height: 30px; font-style: italic; }