/* Start of CMSMS style sheet 'chnulleri_news' */
div#news {
    margin: 1em 0 1em 0;  /* margin for the entire div surrounding the news list */
    border: 1px solid #000; 
    background: inherit;
}

div#news h2 {
   line-height: 2em;
   background: #fff;
}

.NewsSummary {
    width: 400px;
    padding: 0; /* padding for the news article summary */
    margin: 0 0 10px 0; /* margin to the bottom of the news article summary */
    border-bottom: 1px solid #000000;
}

.NewsSummaryPostdate {
  font-size: 100%;
  font-weight: bold;
 }

.NewsSummaryLink {
  font-weight: bold;
  padding-top: 0.2em;
  padding-bottom: 0.2em;
}

.NewsSummaryCategory {
display: none;
  font-style: italic;
  margin: 5px 0;
 }

.NewsSummaryAuthor {
display: none;
  font-style: italic;
  padding-bottom: 0.5em;
}

.NewsSummarySummary, .NewsSummaryContent {
    line-height: 100%;
}

.NewsSummaryContent {
    padding: 0;
    margin: 10px 0 0px 0; 
}
 
.NewsSummaryMorelink {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
/*******************************************************************/
#NewsDetail {
    width: 400px;
    padding: 10px 0 10px 0; /* padding for the news article summary */
    margin: 0; /* margin to the bottom of the news article summary */
		border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
}

#NewsPostDetailDate {
  font-size: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

#NewsPostDetailTitle {
}

#NewsPostDetailSummary {
display: none;
   line-height: 150%;
}

#NewsPostDetailCategory {
    font-style: italic;
    border-top: 1px solid #ccc;
    margin-top: 0.5em;
    padding: 0.2em 0;
}

#NewsPostDetailContent {
    margin: 0 0 10px 5px;
    padding: 10px 0 0 0;
    line-height: 100%;
}

#NewsPostDetailReturnLink {
    margin: 10px 0 10px 0;
}

#NewsPostDetailAuthor {
display: none;
    padding-bottom: 1.5em;
    font-style: italic;
}


/* to add specific style to the below divs, uncomment them. */

/* 
#NewsPostDetailHorizRule {}
#NewsPostDetailPrintLink {}
#NewsPostDetailReturnLink {}
*/
/* End of 'chnulleri_news' */

