/* 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 {
   line-height: 1em;
   background: #fff;
}

.NewsSummary {
    /*padding: 0.5em 0.5em 1em; /* 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 #ccc; */
    text-align: justify;
    margin-left: 40px;
    margin-right: 40px;
}

.NewsSummaryPostdate {
  /*font-size: 90%;*/
  font-weight: bold;
 }

.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 {
  line-height: 120%;
 }

.NewsSummaryMorelink {
  padding-top: 0.3em;
}

#NewsContainer{
text-align: justify;
margin-left: 40px;
margin-right: 40px;
}

#NewsPostDetailDate {
    font-size: 1.2em;
    text-align: justify;
    margin-left: 40px;
    margin-right: 40px;
  }

#NewsPostDetailSummary {
   line-height: 150%;
   border-bottom: 0.7em;
   }

#NewsPostDetailCategory {
  font-style: italic;
}

#NewsPostDetailContent {
  margin-bottom: 15px;
  margin-top: 15px;
  line-height: 150%;
  }

#NewsPostDetailAuthor {

  padding-bottom: 1.5em;
  font-style: italic;
}

#NewsPostDetailHorizRule {
border-bottom: 1px #000000 solid;
}

#NewsPostDetailTitle h1 {
 color:#FF0000;
  margin-left: 0px;
  margin-right: 0px;
}

/* to add specific style to the below divs, uncomment them. */

/* 

#NewsPostDetailHorizRule {}
#NewsPostDetailPrintLink {}
#NewsPostDetailReturnLink {}
*/
/* End of 'Module: News' */

