/* saved */ /* 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 {
    margin: 0 0 10px 0; /* margin to the bottom of the news article summary */
}

.NewsSummary h3, .NewsSummary h3 a {
    color:#2aa093 !important;
    font-weight:bold;
    display:block;
    clear:both;
    }

.NewsSummary h4 {
    color:#68706f;
    font-weight:normal;
    font-size:10px;
    display:block;
    margin:5px 0;
    }

.NewsSummary p {margin: 0 !important;}

.NewsSummaryPostdate {
 }

.NewsSummaryLink {
}

.NewsSummaryCategory {
  font-style: italic;
  margin: 5px 0;
 }

.NewsSummaryAuthor {
  font-style: italic;
  padding-bottom: 0.5em;
}

.NewsSummarySummary, .NewsSummaryContent {
 }

.NewsSummaryMorelink a {
    display:block;
    width:48px;
    height:24px;
    background:url('uploads/images/more.png');
    float:right;
    clear:both;
    margin-bottom:20px;
    font-size: 0;
}

#NewsPostDetailDate {
    color:#68706f;
    font-weight:normal;
    font-size:10px;
    display:block;
    margin:5px 0;
  }

#NewsPostDetailSummary {
   }

#NewsPostDetailCategory {
  font-style: italic;
  border-top: 1px solid #ccc;
  margin-top: 0.5em;
  padding: 0.2em 0;
}

#NewsPostDetailContent {
  }

#NewsPostDetailAuthor {
  padding-bottom: 1.5em;
  font-style: italic;
}


/* to add specific style to the below divs, uncomment them. */

#NewsPostDetailTitle {
    color:#2aa093 !important;
    font-weight:bold;
    display:block;
    clear:both;
}
#NewsPostDetailHorizRule {display: none;}
#NewsPostDetailPrintLink {}
#NewsPostDetailReturnLink {margin-top: 10px;}
/* End of 'Module: News' */

