/* 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;
}


.news_posting_lighter {   /* for alternating news posts, this is the lighter background post */
	background-image:url(sitegraphics/news_bg_lighter.gif);
	background-repeat:repeat-y; 
	width: 423px;
        font-size: .8em;
        
	padding: 0px 0px 0px 15px;
	margin: 0 0px 0 14px;
        
}

.news_posting_darker {  /* for alternating news posts, this is the darker background post */
	background-image:url(sitegraphics/news_bg_darker.gif);
	background-repeat:repeat-y;  
	width: 423px;
        font-size: .8em;
        text-align: left;
	padding: 0px 0px 0px 15px;
	margin: 0 0 0 14px;
        
}





.NewsSummaryPostdate {
        padding: 0 3px 0 340px;
	margin: 0px;
  	font-size:9px;
	font-weight:200;
 }

.NewsSummaryLink {
        padding: 0 20px 0 0px;
	font-weight:900;
	font-size:16px;
        color:#9D2E09;
        clear:both;
}

.NewsSummaryCategory {
  color:#9D2E09;
  font-style: italic;
  margin: 5px 0;
 }

.NewsSummaryAuthor {
  color:#9D2E09;
  font-style: italic;
  padding-bottom: 0.5em;
  font-size:10px;
  font-weight:200;
  float:left;
}

.NewsSummarySummary, .NewsSummaryContent {
  color:#000000;
  line-height: 140%;
 }

.NewsSummaryMorelink {
color:#9D2E09;
  padding-top: 0.5em;
}

#NewsPostDetailDate {
color:#9D2E09;
  font-size: 90%;
  margin-bottom: 5px;
  font-weight: italic;
  }

#NewsPostDetailSummary {
   line-height: 150%;
   }

#NewsPostDetailCategory {
  font-style: italic;
  border-top: 1px solid #ccc;
  margin-top: 0.5em;
  padding: 0.2em 0;
color:#9D2E09;
}

#NewsPostDetailContentWrap {
  margin:0px;
  padding: 0px;
  width: 400px;
}

#NewsPostDetailContent {
  margin-bottom: 15px;
  line-height: 150%;
  color:#000000;
  font-size:12px;
  }

#NewsPostDetailAuthor {

  padding-bottom: 1.5em;
  font-style: italic;
}

#NewsPostDetailTitle {
  margin:0px;
  padding:0px;
  color:#000000;
  font-size:24px;
}
/* to add specific style to the below divs, uncomment them. */

/* 

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

