/* Start of CMSMS style sheet 'womba : News mod' */
div#news {
  margin: 0.5em;  /* margin for the entire div surrounding the news list */
  padding: 4px;
  border: 2px solid #C44F22; 
  background: #FEF4C9; 
}

div#news h2 {
   line-height: 2em;
   background: transparent;  /* #F1A626; */
   color: #E2291D;
}

.NewsMorePages {
width:10em;
padding:0.25em;
border: 1px solid #373737; 
background: #80b0ff; 
font-family:serif;
font-variant:small-caps;
font-weight:bold;
margin: 0 0.5em 1.5em auto;
text-align:right;
}

.NewsMorePages a{
font-weight:normal;
text-decoration:none;
}

.BlogSummary {
    
    margin: 0 0 1.5em 0; /* margin to the bottom of the news article summary */
    /*border: 1px solid #373737;*/
}

.BlogSummaryHeader{
padding: 0.2em 0.5em; 
margin:0px;
background-color: #fff;
/*border-bottom: 1px solid #373737;*/
}

.BlogSummaryPostdate {
  font-size:0.7em;
 }

.BlogSummaryLink {
    font-weight: bold;
    font-family:fantasy;
    padding-top: 0.2em;
    margin-left:2em;
}

.BlogSummaryLink a{
    text-decoration:none;
}


.BlogSummaryCategory {
  font-style: italic;
  margin: 5px 0;
 }

.BlogSummaryAuthor {
  font-style: italic;
font-size:0.7em;
padding: 0.2em 0.5em;
margin: 0.5em 0px;
text-align:right;
}

.NewsSummarySummary, .NewsSummaryContent {
  padding: 0;
  margin-bottom:3em; 
 }

.NewsSummaryMorelink {
margin: 0px 0.5em;
text-align:right;
}

#BlogPostDetailDate {
  font-size: 0.7em;
  margin-bottom: 1em;
}

#BlogPostDetailContent {
  margin: 1.5em 0;
  line-height: 150%;
  }

#NewsPostDetailAuthor {
padding: 0.2em 0.5em;
margin: 1.5em 0px 1.5em 0.5em;
text-align:right;
  font-style: italic;
}


/* to add specific style to the below divs, uncomment them. */


#BlogPostDetailTitle {
font-family:fantasy;
margin:5em;}
#NewsPostDetailHorizRule {}
#NewsPostDetailPrintLink {}
#NewsPostDetailReturnLink {}

/* End of 'womba : News mod' */

