/* Start of CMSMS style sheet 'Design 01 - News module' */
div#news {

}

div#news h2 {
   line-height: 2em;
}

.NewsSummary {
margin: 0 0 10px 0;
background-image: url(uploads/2col/dots.gif);
background-repeat: repeat-x;
background-position:bottom;
}

.NewsSummaryPostdate {
  font-size: 90%;
  font-weight: bold;
 }

.NewsSummaryLink {
  font-weight: bold;
}

.NewsSummaryCategory {
  position: absolute;
  top: -999em;
  left: -999em;
 }

.NewsSummaryAuthor {
  position: absolute;
  top: -999em;
  left: -999em;
}

.NewsSummarySummary, .NewsSummaryContent {
  line-height: 140%;
  padding: 0 0 10px 0;
 }

.NewsSummaryMorelink {
  position: absolute;
  top: -999em;
  left: -999em;
}

#NewsPostDetailDate {
  font-size: 90%;
  margin-bottom: 15px;
  font-weight: bold;
  }

#NewsPostDetailSummary {
  line-height: 150%;
background-image: url(uploads/2col/dots.gif);
background-repeat: repeat-x;
background-position:bottom;
  margin-bottom:10px;
   }

#NewsPostDetailCategory {
  position: absolute;
  top: -999em;
  left: -999em;
}

#NewsPostDetailContent {
  margin-bottom: 15px;
  line-height: 150%;
  }

#NewsPostDetailAuthor {
  position: absolute;
  top: -999em;
  left: -999em;
}

#NewsPostDetailPrintLink {
  position: absolute;
  top: -999em;
  left: -999em;
}

/* to add specific style to the below divs, uncomment them. */

/* 
#NewsPostDetailTitle {}
#NewsPostDetailHorizRule {}
#NewsPostDetailReturnLink {}
*/
/* End of 'Design 01 - News module' */

