/* Start of CMSMS style sheet 'Module: News' */
div#news {
  margin: 2em 0 1em 1em;  /* margin for the entire div surrounding the news list */
  background: #FFE9AF; 
}

div#news h2 {
   line-height: 2em;
   background: #fff;
}

.NewsSummary {
    padding: 0.5em 0.5em 1em; /* padding for the news article summary */
    margin: 0 0.5em 1em 0.5em; /* margin to the bottom of the news article summary */
}


.NewsSummaryLink {
    color: #444;
    font-weight: normal;
    padding-top: 0.2em;
    padding-left: 3.25em;
    line-height: 18px;
    background: url(uploads/images/bluebullet.gif) no-repeat 1.8em 0; 
}


.NewsSummaryLink a,
.NewsSummaryLink a:link {
    color: #444;
    text-decoration: none;
}

.NewsSummaryLink a:active {
    color: #660066;
    text-decoration: none;
}

.NewsSummaryLink a:visited {
    color: #777;
    text-decoration: none;
}

.NewsSummaryCategory {
   font-size: 1.15em; 
   font-weight: bold;
   color: #660066; 
   line-height: 1.4em;
   text-align: left; 
   margin: 5px 0 -2px 0;
   padding-left: 0.75em;
 }

.NewsSummarySummary, .NewsSummaryContent {
  line-height: 140%;
 }

#NewsPostDetailSummary {
   line-height: 150%;
   }

#NewsPostDetailCategory {
  font-weight: bold;
  margin-top: 0.5em;
  padding: 0.2em 0;
}

#NewsPostDetailContent {
  margin-bottom: 15px;

  }


/* to add specific style to the below divs, uncomment them. */

/* 
#NewsPostDetailTitle {}
#NewsPostDetailHorizRule {}
#NewsPostDetailPrintLink {}
#NewsPostDetailReturnLink {}
*/
/* End of 'Module: News' */

