/* Start of CMSMS style sheet 'E - 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;
}

div.news-summary {
    padding-bottom: 0.7em;
    margin-bottom: 0.7em;
    border-bottom: 1px solid #ccc; 
}

div.news-summary-postdate {
  font-size: 90%;
  font-weight: bold;
  color: #333;
 }

div.news-summary-link {
    font-weight: bold;
    font-size: 90%;
    padding-top: 0.2em;
}

div.news-summary-category {
  font-style: italic;
  margin: 5px 0;
 }

div.news-summary-author {
  font-style: italic;
  padding-bottom: 0.5em;
}

div.news-summary-summary, div.news-summary-content {
  font-size: 90%;
}


div.news-detail {
    padding-bottom:1.2em;
    margin-bottom: 1.2em;
    border-bottom: 1px solid #ccc; 
}

div.news-detail-postdate {
  font-weight: bold;
  color: #333;
 }

h3.news-detail-title {
    font-size: 120%;
    font-weight: bold;
    padding: 0.2em 0 0.5em 0;
    margin:0;
}

div.news-detail-summary {
    x-font-weight: bold;
    font-style: italic;
    padding: 0.5em 0 0.5em 0;
    display: none;
}

div.news-detail-content {
}

/* End of 'E - news' */

