/* Start of CMSMS style sheet 'Module: News' */
div#news {
  margin: 0em 0 1em 0;  /* margin for the entire div surrounding the news list */
  border: 1px solid #ccc; 
}

div#news h2 {
   line-height: 0.2em;
   background: #fff;
}

.NewsSummary {
    margin: 0 0.4em 0em 0.4em; /* margin to the bottom of the news article summary */
    border-bottom: 1px solid #ccc; 
}

.NewsSummaryPostdate {
  font-size: 85%;
  font-weight: bold;
}

.NewsSummaryLink {
    font-size: 90%;
    font-weight: bold;
    padding-top: 0.1em;
}

.NewsSummaryCategory {
  font-style: italic;
  margin: 5px 0;
}

.NewsSummaryAuthor {
  font-style: italic;
  padding-bottom: 0.5em;
}

.NewsSummarySummary {
  font-size: 88%;
  font-weight: normal;
  line-height: 120%;
}

.NewsSummaryContent {
  font-style: normal;
  line-height: 120%;
}

.NewsSummaryMorelink {
  font-size: 90%;
  padding-top: 0.1em;
}

#NewsPostDetailDate {
  font-size: 100%;
  padding-top: 2em;
  margin-bottom: 0.5em;
  font-weight: bold;
  }

#NewsPostDetailSummary {

   font-style: italic;
   line-height: 120%;
   margin-bottom: 2em;
	font-size: 95%;
}

#NewsPostDetailCategory {
  font-style: italic;
  border-top: 1px solid #ccc;
  margin-top: 0.5em;
  padding: 0.2em 0;
}

#NewsPostDetailContent {
  margin-bottom: 1em;
  line-height: 130%;
  }

#NewsPostDetailAuthor {
  padding-bottom: 1.5em;
  font-style: italic;
}

#NewsSummaryArchiveLink {
  font-size: 90%;
  padding-top: 0.1em;
}

.NewsSummaryArchiveLink a {
  font-size: 90%;
  padding-top: 0.1em;
}

/* to add specific style to the below divs, uncomment them. */

/* 
#NewsPostDetailTitle {}
#NewsPostDetailHorizRule {}
#NewsPostDetailPrintLink {}
#NewsPostDetailReturnLink {}
*/
/* End of 'Module: News' */

