/* 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;
  color: #faf4cf; 
  font-family: Lucida, "Lucida Grande", Arial, Verdana, sans-serif;
}

div#news h2 {
   line-height: 2em;
   background: #fff;
}

.NewsSummary {
    padding: 0.5em 0.5em 1em 0.5em; /* padding for the news article summary */
    margin: 0 0.5em 1em 0.5em; /* margin to the bottom of the news article summary */
    border-bottom: 1px solid #ffd761; 
}

.NewsSummaryPostdate, #NewsPostDetailDate {
   font-size: 11px;
   font-weight: bold;
   color: #f5eec1;
   margin-bottom: 5px;
  font-family: Lucida, "Lucida Grande", Arial, Verdana, sans-serif;
 }

.NewsSummaryLink{
   font-family: Georgia, "Times New Roman", Times, serif;
   font-size: 16px;
   line-height: 18px;
   letter-spacing: 0.2px;
   margin: 0 0 6px 0;
}
.NewsSummaryLink a {
   text-decoration: none;
}
.NewsSummaryLink a:hover {
   text-decoration: underline;
}

.NewsSummaryCategory {
  font-style: italic;
  margin: 5px 0;
display: none;
 }

.NewsSummaryAuthor {
  font-style: italic;
  padding-bottom: 0.5em;
}

.NewsSummarySummary, .NewsSummaryContent {
  line-height: 140%;
 }

.NewsSummaryMorelink {
color: #f5eec1;
  font-family: Lucida, "Lucida Grande", Arial, Verdana, sans-serif;
}
.NewsSummaryMorelink a{
  text-decoration: none;
}
.NewsSummaryMorelink a:hover{
   text-decoration: underline;
}

#NewsPostDetailSummary {
   line-height: 150%;
   }

#NewsPostDetailCategory {
  font-style: italic;
  border-top: 1px solid #ccc;
  margin-top: 0.5em;
  padding: 0.2em 0;
}

#NewsPostDetailContent a, #NewsPostDetailReturnLink a{
  text-decoration: none;
  }
#NewsPostDetailContent a:hover, #NewsPostDetailReturnLink a:hover{
  text-decoration: underline;
  }
#NewsPostDetailAuthor {
  padding-bottom: 1.5em;
  font-style: italic;
}
#NewsPostDetailTitle {
   margin-bottom: 8px;
}




/* to add specific style to the below divs, uncomment them. */

/* 
#NewsPostDetailTitle {}
#NewsPostDetailHorizRule {}
#NewsPostDetailPrintLink {}
#NewsPostDetailReturnLink {}
*/
/* End of 'Module: News' */

