/* Start of CMSMS style sheet 'Module: News' */
div#news {
  width: 162px;
  margin: 15px 0 5px 0;  /* margin for the entire div surrounding the news list */
  border: 1px solid #CB8625; 
  background-color: #fff;
  padding: 1px 1px 0 1px;
}

div#news h2 {
   font-size: 1.2em;
   line-height: 1.4em;
   font-weight: bold;
   color: #f60;
/* some air around the text */
   padding-left: 0.6em;
   padding-bottom: 1px;
   margin: 0 0 1px 0;
   background-color: #F8DAA2;
   border: 1px solid #CB8625;
}

.NewsSummary {
    padding: 0 0 0.5em 0.5em; /* padding for the news article summary */
    margin: 0 0 1px 0; /* margin to the bottom of the news article summary */
    border: 1px solid #CB8625;
    background-color: #EEE5D2;
}

.NewsSummaryPostdate {
  font-size: 90%;
  font-weight: normal;
  padding: 0.5em 0 0.5em 0;
  margin-bottom: 0.5em;
  color: #666;
 }

.NewsSummaryLink {
    font-weight: bold;
    padding: 0;
    margin: 5px 5px 0 0;
}

.NewsSummaryCategory {
  font-size: 80%;
  margin: 5px 0;
 }

.NewsSummaryAuthor {
  font-size: 80%;
  padding-bottom: 0.5em;
}

.NewsSummarySummary, .NewsSummaryContent {
  line-height: 140%;
  font-size: 90%;
  margin: 0 3px 0 0;
 }

.NewsSummaryMorelink {
  padding-top: 0.5em;
}

#NewsPostDetailDate {
  font-size: 90%;
  margin-bottom: 5px;
  font-weight: normal;
  border-top: 1px solid #999;
  padding: 0.5em 0 0.5em 0;
  margin-bottom: 0.5em;
  color: #666;
  }

#NewsPostDetailSummary {
   line-height: 150%;
   margin-bottom: 10px;
   height: auto;
   color: #666;
   }

#NewsPostDetailCategory {
  font-size: 90%;
  border-top: 1px solid #ccc;
  margin-top: 0.5em;
  padding: 0.2em 0;
}

#NewsPostDetailContent {
  margin-bottom: 15px;
  line-height: 150%;
  font-size: 90%;
  }

#NewsPostDetailAuthor {
  font-size: 90%;
  padding-bottom: 1.5em;
}

.clear {
  clear: both;
}

#NewsPostDetailTitle {
  font-size: 90%;
}

/* to add specific style to the below divs, uncomment them. */

/*
#NewsPostDetailHorizRule {}
#NewsPostDetailPrintLink {}
#NewsPostDetailReturnLink {}
*/
/* End of 'Module: News' */

