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: 0.5em 0.5em 1em; /* padding for the news article summary */
    margin: 0 0.5em 1em 0.5em; /* margin to the bottom of the news article summary */
    border: 1px solid #688C33;
    background: #DBEAC6;
}

.NewsSummaryTitle {
    margin-top: 4px;
    margin-bottom: 10px;
}

.NewsSummaryPostdate {
  font-size: 90%;
  font-weight: bold;
 }

.NewsSummaryLink {
    font-size: 120%;
    font-weight: bold;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}

.NewsSummaryLink a:link, .NewsSummaryLink a:visited {
    clear: both;
    color: #E97501;
}

.NewsSummaryCategory {
  font-style: italic;
  float: right;
}

.NewsSummaryAuthor {
  clear: none;
  padding-top: 0.5em;
  font-style: italic;
  float: right;
}

.NewsSummarySummary, .NewsSummaryContent {
  line-height: 140%;
 }

.NewsSummaryMorelink {
  padding-top: 0.5em;
}

.NewsPostDateFullTitle {
    margin-top: 8px;
}

#NewsPostDetailDate {
  font-size: 90%;
  margin-bottom: 5px;
  font-weight: bold;
  }

#NewsPostDetailSummary {
  clear: both;
   line-height: 150%;
    padding: 0.5em 0.5em 1em;
    margin: 0 0.5em 1em 0.5em;
    border: 1px solid #688C33;
    background: #DBEAC6;
   }

#NewsPostDetailCategory {
  clear: both;
  padding-bottom: 1.5em;
  font-style: italic;
  float: right;
}

#NewsPostDetailContent {
  margin-bottom: 15px;
  line-height: 150%;
  }

#NewsPostDetailAuthor {
  float: right;
  padding-bottom: 1.5em;
  font-style: italic;
}


/* to add specific style to the below divs, uncomment them. */

#NewsPostDetailTitle {
    font-size: 120%;
    font-weight: bold;
    color: #E97501;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}
/*
#NewsPostDetailHorizRule {}
#NewsPostDetailPrintLink {}
#NewsPostDetailReturnLink {}
*/
