/* 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: 5px 5px 5px; /* padding for the news article summary */
    margin: 5px 5px 5px 5px; /* margin to the bottom of the news article summary */
    }

.NewsSummaryPostdate {
  font-size: 10px;
  font-weight: bold;
 }

.NewsSummaryLink {
    font-weight: bold;
    padding-top: 10px;
}

.NewsSummaryCategory {
  margin-top: 10px;
 }

.NewsSummaryAuthor {
  padding-bottom: 5px;
}

.NewsSummarySummary, .NewsSummaryContent {
  line-height: ;
 }

.NewsSummaryMorelink {
  padding-top: 5px;
}

#NewsPostDetailDate {
  font-size: 10px;
  margin-bottom: 15px;
  font-weight: bold;
  }

#NewsPostDetailSummary {
   line-height: ;
   }

#NewsPostDetailCategory {
  margin-top: 10px;
}

#NewsPostDetailContent {
  margin-bottom: 15px;
  }

#NewsPostDetailAuthor {
  padding-bottom: 5px;
  }


/* End of 'Module: News' */

