/* Start of CMSMS style sheet 'Module: News' */
div#news {
  margin: 1em 0.5em 0.4em 0.2em;  /* margin for the entire div surrounding the news list */
  border: 1px solid #5C6C54; 
  background: #43584F;
padding:0.1em; 
font-size:0.85em;
line-height:1 em;
color: #EAEBE5;
}

#news a, #news a:visited {
color: #EBA644;
}
div#news h2 {
line-height: 1.75em;
background: #B9CEC5;
color:#89532B;
font-family:"Trebuchet MS",Tahoma,Lucida Sans,Arial,Verdana,Helvetica,sans-serif;
font-size:1.75em;
font-weight:100;
line-height:1.3em;
padding-left:12px
}

.NewsSummary {
    padding: 0.2em 0.2em 0.8em; /* padding for the news article summary */
    margin: 0 0.52em 0.8em 0.2em; /* margin to the bottom of the news article summary */
    border-bottom: 1px solid #ccc;
}

.NewsSummaryPostdate {
  font-size: 85%;
  font-weight: 100;

 }

.NewsSummaryLink {
    font-weight: 100;
color: #EBA644;
}

.NewsSummaryCategory {
  font-style: italic;
font-size:90%;
margin:0;
 }

.NewsSummaryAuthor {
display: none;

}

.NewsSummarySummary, .NewsSummaryContent {
line-height:1.2em;
color: #EEF0DC;
font-size: 92%;


 }

.NewsSummaryMorelink {
  padding-top: 0.5em;
color: #EBA644;
}

#NewsPostDetailDate {
  font-size: 90%;
  margin-bottom: 5px;

  }

#NewsPostDetailSummary {
color: #32453D;
font-weight:100;

   }

#NewsPostDetailCategory {
  font-style: italic;
  padding: 0.2em 0;
font-size: 0.9em;
margin-left:2 em;
}

#NewsPostDetailContent {
  margin-bottom: 10px;
  line-height: 150%;
  }
 #NewsPostDetailAuthor  {
display:none; }


/* to add specific style to the below divs, uncomment them. */

/* 
#NewsPostDetailTitle {}
#NewsPostDetailHorizRule {}
#NewsPostDetailPrintLink {}
#NewsPostDetailReturnLink {}
*/
/* End of 'Module: News' */

