/* Start of CMSMS style sheet 'Module: News' */
div#news {
  margin: 0 0 1em 1em;  /* margin for the entire div surrounding the news list */
  background: #FFE9AF; 
}

div#news img {border: 1px solid #000; padding: 1px;}

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

.NewsSummary {
    float: left;
    padding: 0; /* padding for the news article summary */
    margin: 0; /* margin to the bottom of the news article summary */
    font-size: 1.05em;
    line-height: 1.15em;
    width: 100%;
}

.NewsSummary img {border: 1px solid #000; padding: 1px; margin-right: 10px;}

.NewsSummaryImage {float: left; width: 13%;}

.NewsSummaryInfo {margin: -.5em 0 0 0; padding: 0; width: 90%;}


.NewsSummaryPostdate {
  font-size: 90%;
  font-weight: bold;
 }

.NewsSummaryLink {
    font-weight: bold;
    margin: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 95%;
}

.titleonly_shell {
    padding: 0; /* padding for the news article summary */
    margin: 0; /* margin to the bottom of the news article summary */
    font-size: 1.35em;
    line-height: 1.15em;
}

.titleonly {
    padding: 0;
    margin: 0;
    font-size: 90%;
}

.NewsSummaryCategory {
  font-style: italic;
  margin: 5px 0;
    padding-bottom: .75em;
  font-size: 90%;
 }

.NewsSummaryAuthor {
  font-style: italic;
  padding-bottom: 1em;
  font-size: 90%;
}

.NewsSummarySummary, .NewsSummaryContent {
  line-height: 130%;
  font-size: 95%;
 }

.NewsSummaryMorelink {
  padding-top: .025em;
  margin-bottom: 1.5em;
  font-size: 87%;
}

#NewsPostDetailDate {
  margin-bottom: 5px;
  font-weight: bold;
  color: #666;
  margin-top: 1em;
  }

#NewsPostDetailSummary {
    display: none;
   }

#NewsPostDetailCategory {
  display: none; 
  //font-style: italic;
  //width: 95%;
  //margin-top: 0.5em;
  //padding: 1em 0 1.4em 0;
}

#NewsPostDetailContent {
  margin-bottom: 15px;
  line-height: 150%;
  width: 95%;
  font-family: Helvetica Neue, Helvetica, Arial, Verdana, sans-serif; 
  font-size: 1.25em; 
  color: #777; 
  margin-top: 1em;
  }

#NewsPostDetailAuthor {  
  font-family: Helvetica Neue, Helvetica, Arial, Verdana, sans-serif; 
  font-size: 1.15em; 
  color: #777; 
  padding-bottom: 1.5em;
}

#NewsPostDetailTitle {font-size: 150%;}


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

/* 
#NewsPostDetailTitle {}
#NewsPostDetailHorizRule {}
#NewsPostDetailPrintLink {}
#NewsPostDetailReturnLink {}
*/
/* End of 'Module: News' */

