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

div#news h2 {
border-bottom:1px solid #55002D;
color:#55002D;
font-size:1.3em;
font-weight:bold;
line-height:1.5em;
margin:0 0 20px;
padding-bottom:1px;
text-align:left;
}

.NewsSummary {
  background: #F8F8F8; 
  border-bottom: 6px solid #999999; 
  border-right: 2px solid #999999; 
  border-top: 1px solid #999999; 
  border-left: 1px solid #999999; 
  padding: 15px;
  margin: 25px 0;
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
-moz-border-radius-bottomleft:8px;
-moz-border-radius-bottomright:8px;
-moz-border-radius-topleft:8px;
-moz-border-radius-topright:8px;
}

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

.NewsSummaryLink {
color:#55002D;
font-size:1.4em;
font-weight:bold;
line-height:1.5em;
margin:0 0 20px;
text-align:center;

}

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

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

.NewsSummarySummary, .NewsSummaryContent {
  line-height: 100%;
 }

.NewsSummaryMorelink {
  padding: 10px;
  border: 1px solid #55002D; 
  background: white; 
}

#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: 100%;
  }

#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' */

