/* Start of CMSMS style sheet 'Module: News' */
div#news {
  width: 95%;
  margin: 2em 0 1em 0;  /* margin for the entire div surrounding the news list */
}

div#news h3 {
   color: #ECECEC; 
   background-color: #A8A8A8;
   font-size: 1em;
   line-height: 1.3em;
   margin: 0 0 0.5em 0;
   padding: 3px;
}

.NewsSummary {
    padding: 0.5em 0.5em 1em; /* padding for the news article summary */
    margin: 0 0.5em 1em 0.5em; /* margin to the bottom of the news article summary */
    border-bottom: 1px dotted #f69419;
}

.NewsSummaryPostdate {
  font-size: 90%;
  font-style: italic;
 }

.NewsSummaryLink {
    font-weight: bold;
    padding-top: 0.2em;
}

.NewsSummaryCategory {
  font-size: 90%;
  font-style: italic;
 }

.NewsSummaryAuthor {
  font-size: 90%;
  font-style: italic;
}

.NewsSummarySummary, .NewsSummaryContent {
  line-height: 140%;
  margin-top: 1.5em
 }

.NewsSummaryMorelink {
  text-align: right;
  padding-top: 0.5em;
}

#NewsPostDetailDate {
  font-size: 90%;
  font-style: italic;
  }

#NewsPostDetailAuthor {
  font-size: 90%;
  font-style: italic;
}

#NewsPostDetailCategory {
  font-size: 90%;
  font-style: italic;
  margin-bottom: 0.5em;
  padding: 0.2em 0;
}

#NewsPostDetailSummary {
   line-height: 150%;
   }

#NewsPostDetailContent {
  margin-bottom: 15px;
  line-height: 150%;
  }

/* to add specific style to the below divs, uncomment them. */

/*
#NewsPostDetailTitle {}
#NewsPostDetailHorizRule {}
#NewsPostDetailPrintLink {}
#NewsPostDetailReturnLink {}
*/
/* End of 'Module: News' */

