/* Start of CMSMS style sheet 'Module: News' */
div#news {
  margin: 0;  /* margin for the entire div surrounding the news list */
}

div#news h2 {
}

.NewsSummary {
    padding: 0.5em 0.5em 1em; /* padding for the news article summary */
    margin: 0 0 1em 0; /* margin to the bottom of the news article summary */
    background-color: #FFF; 
}

.NewsSummaryLink {
    font-weight: bold;
    font-size: 1.2em;
    padding-top: 0.2em;
    float: left;
    width: 80%;
}

.NewsSummaryPostdate {
    font-size: 90%;
    font-weight: bold;
    text-align: right;
    float: right;
    width: 20%;
}

.NewsSummaryLink a {
    color: #005B49;
    text-decoration: none;
}

.NewsSummaryLink a:hover {
    color: #78A89E;
    text-decoration: none;
}

.NewsSummaryCategory {
  font-style: italic;
  margin: 5px 0;
  clear: both;
 }

.NewsSummaryAuthor {
  font-style: italic;
  padding-bottom: 0.5em;
  clear: both;
}

.NewsSummarySummary, .NewsSummaryContent {
  line-height: 140%;
  clear: both;
 }

.NewsSummaryMorelink,
#NewsPostDetailPrintLink,
#NewsPostDetailReturnLink {
  padding-top: 0.5em;
}

.NewsSummaryMorelink a,
#NewsPostDetailPrintLink a,
#NewsPostDetailReturnLink a {
    color: #005B49;
    text-decoration: underline;
}

.NewsSummaryMorelink a:hover,
#NewsPostDetailPrintLink a:hover,
#NewsPostDetailReturnLink a:hover {
    color: #78A89E;
    text-decoration: underline;
}

#NewsPostDetailTitle {
  float: left;
  width: 80%;
}

#NewsPostDetailDate {
  font-size: 90%;
  margin-bottom: 5px;
  font-weight: bold;
  text-align: right;
  float: right;
  width: 20%;
}

#NewsPostDetailSummary {
   line-height: 150%;
  clear: both;
}

#NewsPostDetailCategory {
  font-style: italic;
  border-top: 1px solid #ccc;
  margin-top: 0.5em;
  padding: 0.2em 0;
  clear: both;
}

#NewsPostDetailContent {
  margin-bottom: 15px;
  line-height: 150%;
  clear: both;
}

#NewsPostDetailAuthor {

  padding-bottom: 1.5em;
  font-style: italic;
}


/* to add specific style to the below divs, uncomment them. */

/* 

#NewsPostDetailHorizRule {}
#NewsPostDetailPrintLink {}
#NewsPostDetailReturnLink {}
*/
/* End of 'Module: News' */

