/* 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 {
color: #831475;
	font: bold 14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-top: 15px;
	letter-spacing: 0.5px;
	margin-bottom: 2px;
}

.NewsSummary { /* margin to the bottom of the news article summary */
    border-bottom: 1px dotted #d4d4d4;
	margin-top: 0;
	margin-bottom: 1em;
	padding-top: 0.5em;
	padding-bottom: 1em;
	color: black;
	font: 12px/17px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.NewsSummaryPostdate {
	color: gray;
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-bottom: 10px;
	padding-bottom: 1px;
}

.NewsSummaryLink {
    font-weight: bold;
    padding-top: 0.2em;
}

.NewsSummaryCategory {
  margin: 1px 0 5px;
	color: gray;
	font: italic 12px/17px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding-top: 1px;
	padding-bottom: 10px;
}

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

.NewsSummarySummary, .NewsSummaryContent {
	color: black;
	font: 12px/17px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.NewsSummaryMorelink {
  padding-top: 0.5em;
	text-transform: capitalize;
}

#NewsPostDetailDate {
  font-size: 90%;
  margin-bottom: 5px;
  font-weight: bold;
  }

#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;
  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' */

