/* 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: 2em;
   background: #fff;
}

.NewsSummary {
    padding: 1em 0px; /* padding for the news article summary */
    margin: 0 25px 1em 25px; /* margin to the bottom of the news article summary */
}

div.NewsSummary p{
    margin: 0;
    font-size: 1em;
}


#NewsPostSummaryDate {
  font-size: 1em;
  font-style:italic;  
  }

.NewsSummaryLink {
    font-size: 1.4em;
    padding-top: 0.2em;
}

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

.NewsSummarySource {
  font-style: italic;
  margin: 5px 25px;
 }

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

.NewsSummarySummary, .NewsSummaryContent {
  font-size: 1.2em;
  line-height: 140%;
 }

.NewsSummaryMorelink {
  padding-top: 0.5em;
}

#NewsPostDetailDate {
  font-size: 1em;
  font-style:italic;
  margin: 5px 0px 10px 25px;
  
  }

#NewsPostDetailSummary {
   margin: 5px 25px 15px 25px;
   line-height: 150%;
   }

div#NewsPostDetailSummary p{
  margin: 0;
  font-size: 1.2em;
  font-weight: bold;
}

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

#NewsPostDetailContent {
  margin-left: 25px;
  margin-right: 25px;
  margin-bottom: 15px;
  line-height: 150%;
  }

div#NewsPostDetailContent p{
  margin: 0 0 15px 0;
  font-size: 1.2em;
} 

div#NewsPostDetailContent h2,h3{
  margin-left: 0;
} 


#NewsPostDetailAuthor {
  margin-left: 25px;
  margin-right: 25px;
  padding-bottom: 1.5em;
  font-style: italic;
}

#NewsPostDetailPrintLink {margin: 0px 25px;}
#NewsPostDetailReturnLink {margin: 0px 25px;}
#NewsPostDetailTitle {font-size: 2em; color:#005E96;}


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

/* 

#NewsPostDetailHorizRule {}
*/
/* End of 'Module: News' */

