/* Start of CMSMS style sheet 'kwbh_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 {
    padding: 0.5em 0.5em 1em; /* padding for the news article summary */
    margin: 0px 0 10px 0px; /* margin to the bottom of the news article summary */
    border-bottom: 1px solid #ccc; 
}

.NewsSummaryLink {
 font: bold 13px “Trebuchet MS”, Helvetica, sans-serif; 
 color:#333; /*#d2d589;*/
}

.NewsSummary .NewsSummaryLink a {
 color:#085f56; /* 526e41; #d2d589;*/
text-decoration:none;
}

.NewsSummaryLink a:hover {
color:#0b887b; /*#425834; #d2d589;*/
}

div.NewsSummaryPostdate, 
div.NewsSummaryExtra, 
div.NewsSummaryField, 
div.NewsSummaryCategory, 
div.NewsSummaryAuthor {
  font-size: 12px;
  margin-bottom:0px;
  font-weight: normal;
  color:#085F56;
padding:0;
margin:0;
line-height:100%;
  }


div.NewsSummaryPostdate,
div.NewsSummaryCategory {
color:#085f56;
}

.NewsSummarySummary, .NewsSummaryContent {
  line-height: 100%;
  margin:0;
 padding:0;
 }

.NewsSummarySummary h3 {
padding:0;
margin:0;
line-height:100%;
}


.NewsSummaryMorelink {
  padding:0;
  margin:0;
  line-height:100%;
  font-weight:bold;
}








#NewsPostDetailTitle {
 font: normal 20px "Trebuchet MS", arial;
 color:#333;
margin:0;
padding:0;

}

#NewsPostDetailDate {
  margin:0;
padding:0;
}

#NewsPostDetailCategory {
  font-weight: normal;
  border-top: 1px solid #ccc;
  margin-top: 0.5em;
  padding: 0.2em 0;
}

#NewsPostDetailAuthor {
  padding-bottom: 1.5em;
  font-weight: bold;
}


#NewsPostDetailSummary {
   line-height: 150%;
  padding-top:5px;
  margin-top:5px;
   }

#NewsPostDetailContent {
  margin:5px 0 15px 0;
  padding-top:5px;
  line-height: 150%;
  }

/* to add specific style to the below divs, uncomment them. */

/* 
#NewsPostDetailHorizRule {}
#NewsPostDetailPrintLink {}
#NewsPostDetailReturnLink {}
*/


/*KLP additional styles*/
 .NewsSummarySummary a.newsextlinks {
background:none;
color:#085F56;
font-weight:bold;
text-decoration:none;

}

.NewsSummarySummary a.newsextlinks:hover {
text-decoration:underline;
}


div.NewsSummaryMorelink a{
 color:#303030;
}

div.NewsSummaryMorelink a:hover {
color:#05786C;
}
/* End of 'kwbh_news' */

