/* == START BLOGG.CSS ======================================================================= */
/*      
         Custom Stylesheet for MRP Blog Pages
         Copyright ©2012 myRealDESIGN   
*/

/* === HEADER TEXT AND FONTS === */

/* set base font for all blog text */
#content-well div.mrp-weblet-blog {
   font-family: 'Times New Roman', Times, serif; color: #514b40;
   font-size: 14px; }

/* top rss feed link */ .mrp-weblet-blog  .weblet_blog-syndication-section a span {color: #514b40;}

/* blog headlines */ 
.mrp-weblet-blog h3.weblet_blog-entry-heading span.weblet_blog-entry-heading-text {
   font-family: Lato,Arial; font-size: 20px !important; font-weight: 300;
   color: #5DAEB7; }
.mrp-weblet-blog h3.weblet_blog-entry-heading {
   border-color: #DAD5C3; border-width: 1px 0; border-style: solid;
   padding: 8px 0; margin: 0 0 5px 0; }

/* sub-headlines date, author, categories and social */ 
.mrp-weblet-blog .weblet_blog-date-friendly {display: none;}
.mrp-weblet-blog .weblet_blog-entry-author {font-size: 14px !important; margin-bottom: 2px;}
.mrp-weblet-blog .weblet_blog-entry-labels {font-size: 11px !important;}
.mrp-weblet-blog .weblet_blog-sm-share-item {margin-right: -15px; overflow: hidden;}

/* blog post text and photos */
.weblet_blog-entry-text div, .weblet_blog-entry-text p, .weblet_blog-entry-text div span, .weblet_blog-entry-text p span {
   font-family: 'Times New Roman', Times, serif !important; font-size: 14px !important; line-height: 1.4em !important;
   color: #514b40 !important; text-align: left !important; }
.weblet_blog-entry-text .photoplaceholder, .weblet_blog-entry-text miPhoto {
   border: 10px solid #e9e6dd; margin: 0 15px 10px 0 !important; }
.weblet_blog-entry-text .photoplaceholder img {border: none !important;}
.weblet_blog-entry-text p img, .weblet_blog-entry-text div img {border-color: #DAD5C3 !important;} 

/* read full story link */
.mrp-weblet-blog .weblet_blog-entry-links {
   display: block; clear: left; padding: 0 30px; margin-top: 10px;
   background: url('milist-bg-link.png') 0 0 repeat-y; }
.mrp-weblet-blog .weblet_blog-entry-back-link {
   display: block; clear: left; padding: 4px 30px; margin-top: 10px;
   background: url('milist-bg-doc.png') 0 0 repeat-y; }
.mrp-weblet-blog .weblet_blog-entry-permalink  {
   font-family: 'Lato', 'Century Gothic', Arial, serif; font-weight: normal; font-size: 13px;
   display: block; padding: 4px 0; border-left: none; }
.mrp-weblet-blog .weblet_blog-entry-comments-link {display: none;}

/* blog post divider separator element */
.mrp-weblet-blog .weblet_blog-entry-divider {border-bottom: none; margin-bottom: 30px;}

/* blog page footer and categories */
.mrp-weblet-blog .weblet_blog-page-nav {
   margin-top: 60px; padding-bottom: 25px;
   background: url(content-well-divider.png) no-repeat left bottom;
}
.mrp-weblet-blog .weblet_blog-category-section {margin-top: 0; line-height: 1.5em;}
.mrp-weblet-blog .weblet_blog-category-section .weblet_blog-category-heading {font-weight: normal;}



/* === END BLOGG.CSS ======================================================================== */