/* Start of CMSMS style sheet 'Module: News' */
div#news {
  margin: 2em 0 .5em 0em;  /* margin for the entire div surrounding the news list */
  border: 1px solid #000; 
  background: #fff; 
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 62.5%;
}

div#news h2 {
font-size: 1.8em;
   line-height: 1.8em;
   background: #0562dc;
padding-left: 10px;
}

.NewsSummary {
    padding: 0.5em 0.5em 1em; /* padding for the news article summary */
    margin: 0 0.5em 1em 0.5em; /* margin to the bottom of the news article summary */
    border-bottom: 1px solid #ccc; 
}
div#center .NewsSummary {
font-size: .8em;
}

.NewsSummaryPostdate {
  font-size: 1.2em;
  font-weight: bold;
line-height: 1.5em;
 }

.NewsSummaryLink {
font-size: 1.5em;
    font-weight: bold;
    padding-top: 0.2em;
line-height: 1.5em;
}

.NewsSummaryCategory {
  font-style: italic;
  margin: 5px 0;
 }

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

.NewsSummarySummary, .NewsSummaryContent {
font-size: 1.4em;
line-height: 1.3em;
 }
.NewsSummarySummary p {
clear: both;
}
.NewsSummaryMorelink {
font-size: 1.3em;
font-weight: bold;
  padding-top: 0.5em;
}

#NewsPostDetailDate {
  font-size: .9em;
  margin-bottom: 3px;
  font-weight: bold;
  }

#NewsPostDetailSummary {
   line-height: 130%;
background-color:#0562dc;
color: #fff;
font-weight: normal;
font-size: 1em;
   }

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

#NewsPostDetailContent {
font-size: 1em;
  margin-bottom: 15px;
  line-height: 120%;
  }

#NewsPostDetailContent img {
margin-bottom: 1.5em;
text-align: center;
}
#NewsPostDetailContent p {
clear: both;
}

#NewsPostDetailAuthor {
font-size: .9em; 
  padding-bottom: 1.5em;
  font-style: italic;
}


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

 
#NewsPostDetailTitle {
font-size:1.5em;
background-color:#fff;
clear: none;
}

div#center-calendar h4 {
clear:none !important;
}


#NewsPostDetailHorizRule {}
#NewsPostDetailPrintLink {
clear:left;
float:left;
}
#NewsPostDetailReturnLink {
clear:left;
float:left;
}
/* End of 'Module: News' */

