/* Start of CMSMS style sheet 'Module: 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;
}

.NewsSummary {
    padding-bottom: 1em;    
    border: 1px solid #f2f2f2; 
    margin: 0 1em 1em 0;
}

.NewsSummaryLink {
    font-size: 1.1em;
    padding: 3px 5px 3px 10px;
    border-left:4px solid #CCC;
    background: #f2f2f2;
}

div#NewsSummaryLink a {
    color: #333;
}

div#NewsSummaryLink a:hover {
    border-left:4px solid #4284B0;
    color: #4284B0;
}

.NewsSummaryMorelink {
    text-align: right;
    margin-right: 1em;
    margin-top: -0.5em;
}

#NewsPostDetailDate {
  font-size: 90%;
  margin-bottom: 5px;
  font-weight: bold;
  }

#NewsPostDetailSummary {
   line-height: 150%;
   }

#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-bottom: 1.5em;
  font-style: italic;
}
/* End of 'Module: News' */

