/* Start of CMSMS style sheet 'Module: News' */
div#news {
  margin: 0em 0 1em 0em;  /* margin for the entire div surrounding the news list */
  background: #FFE9AF; 
}

div#news h2 {
   line-height: 2em;
   background: #fff;
}

.NewsSummary {
    padding: 0; /* padding for the news article summary */
    margin: 0 0 1em 0; /* margin to the bottom of the news article summary */
    border-bottom: 1px solid #ccc; 
}

.NewsSummaryPostdate {
    font: 0.6em;
    color: #000000;
    margin-top: 10px;
 }

.NewsSummaryLink {
	font-size: 1em;
	line-height: 100%;
	color: #755006;
	font-weight: bold;
}

.NewsSummaryCategory {
  font-style: italic;
  margin: 5px 0;
 }

.NewsSummaryAuthor {
  font-style: italic;
  padding-bottom: 0.5em;
}

.NewsSummarySummary, .NewsSummaryContent {
font: 0.7em Verdana;
line-height: 120%;
color: #000000;
margin: 1em 0 1em 0;
 }

.NewsSummaryMorelink {
background: #bc9365;
color: #ffffff;
font: 0.5em Verdana;
padding: 0.3em;
text-align: right;
}

.NewsSummaryMorelink A {
color: #ffffff;
}

.NewsSummaryMorelink A:hover {
color: #755006;
}

#NewsPostDetailDate {
    font: 0.7em;
    color: #000000;
  }

#NewsPostDetailTitle {
    color: #000000;
  }

#NewsPostDetailSummary {
  margin-bottom: 15px;
   }

#NewsPostDetailCategory {
  font-style: italic;
  border-top: 1px solid #ccc;
  margin-top: 0.5em;
  padding: 0.2em 0;
}

#NewsPostDetailContent {
  margin-bottom: 15px;
  }

#NewsPostDetailAuthor {

  padding-bottom: 1.5em;
  font-style: italic;
}


/* to add specific style to the below divs, uncomment them. */
/* 
#NewsPostDetailHorizRule {}
#NewsPostDetailPrintLink {}
#NewsPostDetailReturnLink {}
*/
/* End of 'Module: News' */

