/* Start of CMSMS style sheet 'Module: News' */
#news{
   margin: 40px 0 0;
   padding: 122px 0 0;
   background: none;
   border-left: 1px solid #aaa;
   width: 270px;
}


#news h3.newsheader {
   line-height: 1.6em;
   padding: 2.5em 1em 16px; 
   margin: 0;
   font-size: 1.0em;
   color: #b6311e;
}

#main h3.newsheader{
   display: none;
}

div#news h2{
   display: none;
}

.NewsSummary {
    padding: 0 0 0; /* padding for the news article summary */
    margin: 0 0.5em 16px; /* margin to the bottom of the news article summary */
}

#main .NewsSummary {
    padding: 0; /* padding for the news article summary */
    margin: 0 0 1.8em; /* margin to the bottom of the news article summary */
}

#news .NewsSummarySummary{
   display: none;
}

.NewsSummaryPostdate {
  font-size: 100%;
  font-weight: bold;
  float: left;
  padding: 0.2em 0.2em 0 0;
 }

.NewsSummaryLink {
    font-weight: bold;
    padding-top: 0.2em;
}

.NewsSummaryLink a{
   color: #555;
}

.NewsSummaryLink a:hover{
   color: #aaa;
}

.NewsSummaryCategory {
  font-style: italic;
  margin: 5px 0;
  display: none;
 }

.NewsSummaryAuthor {
  font-style: italic;
  padding-bottom: 0.5em;
  display: none;
}

.NewsSummarySummary, .NewsSummaryContent {
  line-height: 140%;
 }

.NewsSummaryMorelink a {
   color: #b6311e;
}


#NewsPostDetailDate {
  margin-right: 5px;
  font-weight: bold;
  float: left;
  color: #555;
   line-height: 150%;
  }

#NewsPostDetailSummary {
   line-height: 150%;
  margin-bottom: 10px;
   }

#NewsPostDetailCategory {
  font-style: italic;
  border-top: 1px solid #ccc;
  margin-top: 0.5em;
  padding: 0.2em 0;
  display: none;
}

#NewsPostDetailContent {
  margin-bottom: 15px;
  line-height: 150%;
  }

#NewsPostDetailAuthor {

  padding-bottom: 1.5em;
  font-style: italic;
  display: none;
}


/* to add specific style to the below divs, uncomment them. */

/* 
#NewsPostDetailTitle {}
#NewsPostDetailHorizRule {}
#NewsPostDetailPrintLink {}
#NewsPostDetailReturnLink {}
*/
/* End of 'Module: News' */

