/* Start of CMSMS style sheet 'Module: News' */
div#news {
  margin: 1.5em 0em 0em 0em;  /* margin for the entire div surrounding the news list */
  padding-top: 0.5em;
  padding-left: 0.5em;
  padding-right: 0.5em;
  padding-bottom: -2.5em;
  border: 1px solid #000; 
  background: #fff; 
}

div#news h2 {
   line-height: 2em;
   background: #fff;
}

.NewsSummary {
    margin: 0 0.5em 0em 0em; 
    border-bottom: 0px solid #ccc; 
}

.NewsSummaryPostdate {
  font-size: 90%;
  font-weight: bold;
  color:#79A;
 }

.NewsSummaryLink a {
    font-weight: bold;
}

.NewsSummaryCategory {
  font-style: italic;
  margin: 5px 0;
 }

.NewsSummaryAuthor {
  font-style: italic;
  padding-bottom: 0.5em;
}

.NewsSummarySummary, .NewsSummaryContent {
  margin-top:-1em;
  margin-bottom:1em;
 }

.NewsSummaryMorelink {
  padding-top: 0.5em;
}

#NewsPostDetailDate {
  font-size: 90%;
  margin-bottom: 0px;
  font-weight: bold;
  color:#79A;
  }

#NewsPostDetailSummary {
   font-weight:bold;
   color:#678;
   margin-bottom: 2em;
   }

#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 {

  padding-bottom: 1.5em;
  font-style: italic;
}

#NewsPostDetailReturnLink a {
  font-weight:normal;
  float:right;
  margin-top:-1.5em;
}

/* to add specific style to the below divs, uncomment them. */

/* 
#NewsPostDetailTitle {}
#NewsPostDetailHorizRule {}
#NewsPostDetailPrintLink {}

*/
/* End of 'Module: News' */

