/* Start of CMSMS style sheet 'bbk_news' */
div#news {
  background: #fff; 
}

div#news h2 {
   line-height: 2em;
   background: #fff;
}

.NewsSummary {
    padding: 10px 0px 10px 0px; /* padding for the news article summary */
    margin: 0px; /* margin to the bottom of the news article summary */
    border-bottom: 1px solid #ccc; 
font-size: 0.9em;
}

.NewsSummaryPostdate {
  font-size: 0.9em;
  font-weight: bold;
 }

.NewsSummaryLink {
    padding: 5px 0px;
}

.NewsSummaryLink a {
    font-weight: bold;
color: #800000 !important;
text-decoration: none !important;
font-size: 13px;
}

.NewsSummaryCategory {
  font-style: italic;
  margin: 5px 0;
 }

.NewsSummaryAuthor {
  font-style: italic;
  padding-bottom: 0.5em;
font-size: 0.9em;
}

.NewsSummarySummary, .NewsSummaryContent {
  line-height: 1.5;
overflow: hidden;
clear: both;
 }

.NewsSummarySummary p, .NewsSummaryContent p {
  margin: 2px 0;
 }

.NewsSummaryMorelink {
  padding-top: 0.5em;
font-size: 0.9em;
}

#NewsPostDetailDate {
font-size: 0.8em;
  margin-bottom: 5px;
  font-weight: bold;
  }

#NewsPostDetailSummary {
   line-height: 150%;
   }

#NewsPostDetailCategory {
  font-style: italic;
  border-top: 1px solid #ccc;
  margin-top: 0.5em;
  padding: 0.2em 0;
}

#NewsPostDetailContent {
  margin-bottom: 15px;
  line-height: 150%;
  }

#NewsPostDetailAuthor {
font-size: 0.8em;
  padding-bottom: 1.5em;
  font-style: italic;
}


/* to add specific style to the below divs, uncomment them. */

/* 
#NewsPostDetailTitle {}
#NewsPostDetailHorizRule {}
#NewsPostDetailPrintLink {  
font-size: 0.8em;
  padding: 3px;
}
#NewsPostDetailReturnLink {
  font-size: 0.8em;
  padding: 3px;
}
*/
/* End of 'Module: News' */
/* End of 'bbk_news' */

