/* Start of CMSMS style sheet 'Module: News' */
div#news {
  clear: both;
  
}

div#news h2 {
   line-height: 2em;
   background: #fff;
}

.NewsSummary {
  border-bottom: 2px dashed #aaa;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  padding: 5px 5px 30px;
  width: 90%;
}

.NewsSummaryPostdate {
  font-size: 90%;
  font-weight: bold;
  font-style: italic;
  text-align: right;

 }

.NewsSummaryLink {
  font-weight: bold;
  padding-top: 5px;
  font-size: 1.5em;
  text-align: left;
}

.NewsSummaryCategory {
  Border: 1px dotted #000;
  padding: 0px 0.5em;
  font-weight: bold;
  float: right;
 }

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

.NewsSummarySummary, .NewsSummaryContent {
  line-height: 1.6em;
  font-size: 1.2em;
  text-indent: 2em;
 }

.NewsSummaryMorelink {
  padding-top: 0.5em;
}
#NewsPostDetailReturnLink,.NewsSummaryMorelink {
  text-align:center
}

#NewsPostDetailDate {
  font-size: 90%;
  margin-bottom: 5px;
  font-weight: bold;
  }

#NewsPostDetailSummary {
   line-height: 150%;
   }

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

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

#NewsPostDetailAuthor {

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


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

/* 
#NewsPostDetailTitle {}
#NewsPostDetailHorizRule {}
#NewsPostDetailPrintLink {}
#NewsPostDetailReturnLink {}
*/

/* End of 'Module: News' */

