/* Start of CMSMS style sheet 'Module: News' */
tt {
   font-family: Tahoma, Arial, Helvetica, sans-serif;
   color: #c2ab8c; /*tan text color*/
   letter-spacing: 0.3px;
/*font-size:12px;*/
   line-height:17px;

}

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 {
    margin: 18px 0 0 0;
    border-bottom:1px solid #ff9900; /*orange*/
padding-bottom:10px;
}

.NewsSummaryPostdate {
  font-size: 10px;
 }

.NewsSummaryLink {
	color:#ff9900; /*orange*/
	font-weight:normal;
	font-size:16px;
	margin:3px 0 8px 0;
	letter-spacing:1px;
	padding-bottom:8px;
	border-bottom:1px solid #52422c; /*tan*/
}

.NewsSummaryCategory {
  font-style: italic;
  margin: 5px 0;
 }

.NewsSummaryAuthor {
  font-style: italic;
  padding-bottom: 0.5em;
}

.NewsSummarySummary, .NewsSummaryContent {
  font-size:12px;
   line-height:17px;
   margin-bottom:12px;
 }

.NewsSummaryMorelink {
  margin-bottom:12px;
}

#NewsPostDetailDate {
  font-size: 10px;
  margin-bottom: 5px;
  }

#NewsPostDetailTitle {
	color:#ff9900; /*orange*/
	font-weight:normal;
	font-size:16px;
	margin:3px 0 8px 0;
	letter-spacing:1px;
	padding-bottom:8px;
	border-bottom:1px solid #52422c; /*tan*/
}

#NewsPostDetailSummary {
font-size:12px;
   line-height:17px;
   margin-bottom:12px;
   }

#NewsPostDetailCategory {
  font-style: italic;
  border-top: 1px solid #ccc;
  margin-top: 0.5em;
  padding: 0.2em 0;
}

#NewsPostDetailContent {
  font-size:12px;
   line-height:17px;
   margin-bottom:12px;
  }
#NewsPostDetailReturnLink {
     font-size: 12px;
     }
#NewsPostDetailAuthor {
  padding-bottom: 1.5em;
  font-style: italic;
}


/* to add specific style to the below divs, uncomment them. */

/* 

#NewsPostDetailHorizRule {}
#NewsPostDetailPrintLink {}

*/
/* End of 'Module: News' */

