/* Start of CMSMS style sheet 'ESKA News' */
.newstickerlink {
  color: #ffffff;
  font-weight: bold;
  font-size: 14pt;
} 
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: 4px 4px 4px 4px; /* padding for the news article summary */
    margin: 0px 0px 8px 0px; /* margin to the bottom of the news article summary */
    border: 1px solid #b11a1a;
}

.NewsSummaryPostdate {
  font-size: 90%;
  font-weight: bold;
 }

.NewsSummaryLink, 
.NewsSummaryLink a,
.NewsSummaryLink a:visited,
.NewsSummaryLink a:active,
.NewsSummaryLink a:hover {
    font-weight: bold;
    padding-top: 0.2em;
    background-color: #b11a1a;
    color: #ffffff;
    text-decoration: none;
    text-align: center;
}

.NewsSummaryCategory {
  font-style: italic;
  margin: 5px 0;
 }

.NewsSummaryAuthor {
  font-style: italic;
  padding-bottom: 0.5em;
}

.NewsSummarySummary, .NewsSummaryContent {
  line-height: 140%;
  text-align: left;
 }

.NewsSummaryMorelink {
  padding-top: 0.5em;
}

#NewsPostDetailSummary {
   line-height: 150%;
   }

#NewsPostDetailCategory {
  font-style: italic;  
}

#NewsPostDetailContent {
  margin-bottom: 15px;
  line-height: 150%;
  }

#NewsPostDetailAuthor {
  font-style: italic;
}

#NewsPostDetailTitle {
  font-size: 120%;
  font-weight: bold;
}
/* to add specific style to the below divs, uncomment them. */

/* 
#NewsPostDetailTitle {}
#NewsPostDetailHorizRule {}
#NewsPostDetailPrintLink {}
#NewsPostDetailReturnLink {}
*/
/* End of 'ESKA News' */

