/* Start of CMSMS style sheet 'News (blau)' */
div#news {
  margin: 2em 0 1em 1em;  /* margin for the entire div surrounding the news list */
  border: 1px solid #336699; 
  background: #336699; 
}

div#news h2 {
   line-height: 2em;
   background: #fff;
}

.NewsSummary {
    padding: 0; /* padding for the news article summary */
    margin: 0 0.7em 1.2em 0.7em; /* margin to the bottom of the news article summary */
    border: 1px solid #FFF; 
}

.NewsSummaryPostdate {
  font-size: 90%;
  float: left;
  text-align: left;
 }

.NewsSummaryLink {
    font-weight: bold;
    padding-top: 0.2em;
}

.NewsSummaryCategory {
  font-style: italic;
  float: left;
  align: center;
  padding: 0.6em;
 }

.NewsSummaryAuthor {
  font-size: 90%;
  text-align: right;
}

.NewsSummarySummary, .NewsSummaryContent {
  padding: 0.3em;
 }

.NewsSummaryMorelink {
  padding-top: 0.5em;
}

.postinfo {
  border-top: 1px solid #FFFFFF;
  padding: 0.3em;
}

.submitter {
  wrap: pagewrap;
  width: 400px;
}

#NewsPostDetailDate {
  font-size: 90%;
  margin-bottom: 5px;
  font-weight: bold;
  }

#NewsPostDetailSummary {
   line-height: 110%;
   }

#NewsPostDetailCategory {
  font-style: italic;
  border-top: 1px solid #ccc;
  margin-top: 0.5em;
  padding: 0.2em 0;
}

#NewsPostDetailContent {
  margin-bottom: 15px;
  line-height: 150%;
  }

#NewsPostDetailAuthor {
  padding: 1.5em;
  font-style: italic;
}


/* to add specific style to the below divs, uncomment them. */

 
#NewsPostDetailTitle {
  background: #4A5561;
  font-size: 1.1em;
  font-weight: bold;
  padding: 0.3em;
  border-bottom: 1px solid #FFFFFF;
}

/*
#NewsPostDetailHorizRule {}
#NewsPostDetailPrintLink {}
#NewsPostDetailReturnLink {}
*/
/* End of 'News (blau)' */

