/* Start of CMSMS style sheet 'Module: News' */
/* CSS Document */

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-bottom: 25px; /* padding for the news article summary */
    margin: 0; /* margin to the bottom of the news article summary */
    border-bottom: 1px solid #bcbaa9; 
	margin-bottom: 25px;
}

.NewsSummaryPostdate {
	font-family: Arial, Helvetica, sans-serif;
	color: #56483f;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	padding-bottom: 10px;
	padding-top: 5px;
 }

.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: 140%;
 }

.NewsSummaryMorelink {
  padding-top: 0.5em;
}

#NewsPostDetailDate {
	font-family: Arial, Helvetica, sans-serif;
	color: #56483f;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	margin: 0px;
	padding-bottom: 15px;
  }

#NewsPostDetailSummary {
   line-height: 150%;
   }

#NewsPostDetailCategory {
  font-style: italic;
  margin-top: 0.5em;
  padding: 0.2em 0;
}

#NewsPostDetailContent {
  margin-bottom: 15px;
  line-height: 150%;
  }
#NewsPostDetailContent img {
	float: left;
	margin-right: 15px;
 	margin-bottom: 15px;
  }
#NewsPostDetailContent li {
	margin-left: 35px;
	line-height: 18px;
	margin-bottom: 10px;
  }
#NewsPostDetailAuthor {

  padding-bottom: 1.5em;
  font-style: italic;
}
#NewsPostDetailHorizRule {    

	border-top: 1px solid #dbd9c6; 
	margin-top: 15px;
	margin-bottom: 20px;
}

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

/* 
#NewsPostDetailTitle {}

#NewsPostDetailPrintLink {}
#NewsPostDetailReturnLink {}
*/
/* End of 'Module: News' */

