/* Start of CMSMS style sheet 'Module: News' */
div#news {
  margin: 2em 0 1em 1em;  /* margin for the entire div surrounding the news list */
  border: 1px solid #000; 
  background: #FFE9AF; 
}

div#news h2 {
   line-height: 1em;
   background: #fff;
}

.NewsSummary {
    padding: 0 0 5px 0;
}
.NewsSummary h2 {
   margin-top: 15px;
}
.NewsSummaryPostdate {
  font-size: 1em;
 }

.NewsSummaryLink {
    font-weight: bold;
    padding-top: 0.2em;
}
.NewsSummaryCategory {
  font-style: italic;
font-size: .95em;
 }

.NewsSummaryAuthor {
  font-style: italic;
  padding-bottom: .5em;
font-size: .95em;
}

.NewsSummarySummary, .NewsSummaryContent {
  line-height: 140%;
 }

.NewsSummaryMorelink {
  padding-top: 0.5em;
}

#NewsPostDetailDate {
  margin-bottom: 5px;
  }

#NewsPostDetailSummary {
   line-height: 150%;
   padding-bottom: 1em;
   margin-bottom: 1em;
   font-style: italic;
   border-bottom: 1px dotted #cccccc;
   }

#NewsPostDetailCategory {
  font-style: italic;
  border-top: 1px solid #ccc;
  margin-top: 0.5em;
  padding: 0.2em 0;
}

#NewsPostDetailContent {
  margin-bottom: 15px;
  }

#NewsPostDetailAuthor {

  padding-bottom: 1.5em;
}


/* to add specific style to the below divs, uncomment them. */

/* 
#NewsPostDetailTitle {}
#NewsPostDetailHorizRule {}
#NewsPostDetailPrintLink {}
#NewsPostDetailReturnLink {}
*/


/* End of 'Module: News' */

