/* Start of CMSMS style sheet 'News' */
div#news {
  margin: 0em 0.2em 2em 0em;  /* margin for the entire div surrounding the news list */
  border-left: 1px solid #fe7e03; 
}

div#news h2 {
   margin-left: 0.5em;
   margin-right: 0.3em;
   background: #fff;
   text-align: left;
   color: #7d7d7d;
   border-bottom-style: solid;
   border-bottom-width: 0.1em;
}

.NewsSummary {
    padding: 0.5em 0em 0.5em; /* padding for the news article summary */
    margin: 0 0.5em 0.5em 0.5em; /* margin to the bottom of the news article summary */
    border-bottom: 1px solid #ccc;
   color: #7d7d7d;
}

.NewsSummaryPostdate {
  font-size: 90%;
}

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

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

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

.NewsSummarySummary, .NewsSummaryContent {
  margin-top: 0.5em;
  line-height: 120%;
  font-size: 90%;
}

.NewsSummaryMorelink {
  padding-top: 0.1em;
  font-style: italic;
}

#NewsPostDetailDate {
  margin-top: 1em;
  font-size: 90%;
  font-weight: bold;
  margin-bottom: 1em;
}

#NewsPostDetailSummary {
   line-height: 150%;
}

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

#NewsPostDetailContent {
  margin-bottom: 15px;
  line-height: 120%;
  }

#NewsPostDetailAuthor {
  padding-bottom: 1.5em;
  font-style: italic;
}

.NewsLinkToAllNews {
  padding-top: 1em;
  padding-bottom: 1.5em;
  margin: 0 0 0 0.5em;
  font-style: italic;
}

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

/* 

#NewsPostDetailTitle {}

#NewsPostDetailHorizRule {}

#NewsPostDetailPrintLink {}

#NewsPostDetailReturnLink {}

*/
/* End of 'News' */

