/* 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 {
   background: #fff;
   color: #fa6700;
}

.NewsSummary {
    padding: 0px 0px 0px 0px;
    margin: 0 5px 10px 0;
    border-bottom: 1px dotted #ccc; 
}

.NewsSummaryPostdate {
  padding-left: 3px;
  font-size: 10px;
 }

.NewsSummaryLink {
   margin: 0px;
   padding: 0px;
}

.NewsSummaryLink h2 {
   line-height: 1em;
   margin: 0px;
}

.NewsSummaryLink h2 a {
   font-size: 17px;
   font-weight: bold;
   color: #fa6700;
   text-decoration: none;
}

.NewsSummaryLink h2 a:hover {
   color: #0f215f;
   text-decoration: none;
}

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

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

.NewsSummarySummary, .NewsSummaryContent {
  margin-top: 5px;
  line-height: 140%;
 }

.NewsSummaryMorelink {
  text-align: right;
  padding-top: 0.5em;
}

#NewsPostDetailTitle {
   font-size: 19px;
   line-height: 1em;
   margin: 0px;
   font-weight: bold;
   color: #fa6700;
}

#NewsPostDetailDate {
  font-size: 10px;
  padding-left: 3px;
  }

#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;
  margin-top: 5px;
  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' */

