/* Start of CMSMS style sheet 'Module: News' */
div#news {
  margin: 2em 0 1em 1em;  /* margin for the entire div surrounding the news list */
  padding: 0;
  border: 1px solid #000; 
  font-size: 90%;
}

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

.NewsSummary {
    font-size: 90%;
    padding: 0 0 10px 0; /* padding for the news article summary */
    margin: 0; /* margin of the news article summary */
}

.NewsSummaryPostdate {
  font-size: 100%;
  font-weight: normal;
  padding-top: 1em;
 }

.NewsSummaryLink {
    font-weight: normal;
    padding-top: 0.2em;
}

.NewsSummaryCategory {
  font-style: italic;
  margin: 5px 0;
 }

.NewsSummaryAuthor {
  font-style: italic;
  padding-bottom: 0.5em;
}

.NewsSummarySummary, .NewsSummaryContent {
 }

.NewsSummaryMorelink {

}

#NewsPostDetailDate {

  margin-bottom: 5px;
  font-weight: normal;
  }

#NewsPostDetailSummary {
  font-size: 90%;
  line-height: 150%;
  }

#NewsPostDetailCategory {
  font-size: 90%;
  font-style: italic;

  margin-top: 0.5em;
  padding: 0.2em 0;
}

#NewsPostDetailContent {
  font-size: 90%;
  margin-bottom: 10px;
  line-height: 150%;
  }

#NewsPostDetailAuthor {

  padding-bottom: 1.5em;
  font-style: italic;
}



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

/* 
#NewsPostDetailTitle {}
#NewsPostDetailHorizRule {}
#NewsPostDetailPrintLink {}
#NewsPostDetailReturnLink {}
*/
/* End of 'Module: News' */

