/* 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;
}

.NewsSummary {
  margin-right: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.NewsSummaryPostdate {
  font-size: 0.9em;
  font-weight: bold;
 }

.NewsSummaryLink {
  font-size: 1.0em;
  margin-left: 15px;
}

.NewsSummaryLink a {
  color: #000;
  font-weight: bold;
  text-decoration: underline;
}

.NewsSummaryLink a:hover {
  color: #d19838;
  text-decoration: underline;
}


.NewsSummaryCategory {
  font-style: italic;
  margin: 5px 0;
 }

.NewsSummaryAuthor {
  font-style: italic;
  padding-bottom: 5px;
}

.NewsSummarySummary, .NewsSummaryContent {
  line-height: 1.4em;
  padding-top: 5px;
 }

.NewsSummaryMorelink {
  margin-left: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 0.9em;
}

.NewsSummaryMorelink a {
  color: #000;
  text-decoration: underline;
}

.NewsSummaryMorelink a:hover {
  color: #d19838;
  text-decoration: underline;
}


#NewsPostDetailDate {
  font-size: 0.9em;
  margin-bottom: 5px;
  font-weight: bold;
}

#NewsPostDetailSummary {
   line-height: 1.5em;
}

#NewsPostDetailCategory {
  font-style: italic;
  margin-top: 0.5em;
  padding: 0.2em 0;
}

#NewsPostDetailContent {
  margin-bottom: 15px;
  line-height: 1.5em;
}

#NewsPostDetailAuthor {
  padding-bottom: 1.5em;
  font-style: italic;
}


#NewsPostDetailReturnLink {
  margin-left: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 0.9em;
}

#NewsPostDetailReturnLink a {
  color: #000;
  text-decoration: underline;
}

#NewsPostDetailReturnLink a:hover {
  color: #d19838;
  text-decoration: underline;
}


#NewsPostDetailTitle {
  margin-top: 20px;
}

#NewsPostDetailTitle {
  font-size: 1.0em;
}

/* to add specific style to the below divs, uncomment them. */

/* 
#NewsPostDetailPrintLink {}
#NewsPostDetailHorizRule {}
*/


/* End of 'Module: News' */

