/* Start of CMSMS style sheet 'climbKili-news' */
div#news {
  margin: 2em 0 1em 1em;  /* margin for the entire div surrounding the news list */
}

div#news h2 {
font-size: 1.0em;   
line-height: 1.5em;
   background: #fff;
}

.NewsSummary {
font-size: 1.0em;    
padding: 0 0.5em 1em 0; /* padding for the news article summary */
    margin: 0 0.5em 1em 0.5em; /* margin to the bottom of the news article summary */
    border-bottom: 1px solid #ccc; 
}

.NewsSummaryPostdate {
  font-size: 80%;
  font-weight: bold;
 }

.NewsSummaryLink {
    font-weight: bold;
    padding-top: 0.25em;
}

.NewsSummaryCategory, .NewsSummaryAuthor {
display: none;
 }


.NewsSummarySummary, .NewsSummaryContent {
  line-height: 140%;
 }

.NewsSummaryMorelink {
font-size: 0.80em;
}

#NewsPostDetailDate {
  font-size: 80%;
  margin-bottom: 5px;
  font-weight: bold;
  }
#NewsPostDetailTitle {font-size: 1.1em; color: #996699; }
#NewsPostDetailSummary {
   line-height: 150%;
color: inherit;
font-weight: normal;
   }

#NewsPostDetailCategory, #NewsPostDetailAuthor {
display: none;
}

#NewsPostDetailContent {
  margin-bottom: 15px;
  line-height: 140%;
  }
#NewsPostDetailPrintLink { font-size: 0.80em; padding-bottom: 0.3em; }
#NewsPostDetailReturnLink {font-size: 0.80em; }


/* to add specific style to the below divs, uncomment them. */

/* 
#NewsPostDetailHorizRule {}
*/
/* End of 'climbKili-news' */

