/* Start of CMSMS style sheet 'Module: News' */
div#news {
  margin: 2em 0;  /* margin for the entire div surrounding the news list */
  padding-bottom: .1em;
  background: #e2eaf0 url(uploads/images/nav-bg.png) top left repeat-y; 
}

div#news h2 {
   margin: 0;
   padding: .5em;
   background: #c9dae3;
   border-bottom: 1px solid #fff;
   color: #fff;
}
.NewsSummary {
    padding: .5em;
    margin: 0.5em; /* margin to the bottom of the news article summary */
    border: 1px solid #fff; 
}
#NewsPageCount {
    margin: 0;
    text-align: right;
    padding: .2em .5em;
    font-weight: bold;
}
.NewsSummaryPostdate {
   padding: .5em 0;
   font-size: 90%;
   font-weight: bold;
}
.NewsSummaryLink {
    font-weight: bold;
    padding-top: 0.2em;
}
.NewsSummaryCategory {
  font-style: italic;
  margin: 5px 0;
 }

.NewsSummaryAuthor {
  font-style: italic;
  padding-bottom: 0.5em;
}

.NewsSummarySummary, .NewsSummaryContent {
    padding: .5em 0;
  line-height: 140%;
 }

.NewsSummaryMorelink {
  padding-top: 0.5em;
}

#NewsPostDetailDate {
  font-size: 90%;
  margin-bottom: 5px;
  font-weight: bold;
  text-align: right;
  color: #999;
  }

#NewsPostDetailSummary {
   line-height: 150%;
   }

#NewsPostDetailAuthor,
#NewsPostDetailCategory {
  font-style: italic;
  padding: 0.2em 0;
  color: #999;
  font-weight: bold;
}
#NewsPostDetailContent {
  margin: 15px 0;
  padding: 1em;
  line-height: 150%;
  background: #e2eaf0
  }



/* to add specific style to the below divs, uncomment them. */

/* 
#NewsPostDetailTitle {}
#NewsPostDetailHorizRule {}
#NewsPostDetailPrintLink {}
#NewsPostDetailReturnLink {}
*/
/* End of 'Module: News' */

