/* Start of CMSMS style sheet 'Quainton.net : News' */
div#news {
  margin: 2em 0 1em 1em;  /* margin for the entire div surrounding the news list */
  border: 1px solid #000; 
  background: #FFE9AF; 
}

div#news h2 {
   line-height: 2em;
   background: #fff;
}

.NewsMorePages {
border: 1px solid #373737; 
background: #80b0ff; 
font-family:serif;
font-variant:small-caps;
font-weight:bold;
margin: 0 0.5em 0 auto;
text-align:center;
}

.NewsMorePages a{
font-weight:normal;
text-decoration:none;
}

.NewsSummary {
    
    margin: 0 0.5em 1.5em 0.5em; /* margin to the bottom of the news article summary */
    border: 1px solid #373737;
}

.NewsSummaryHeader{
padding: 0.2em 0.5em; 
margin:0px;
background-color: #80B0FF;
border-bottom: 1px solid #373737;
}

.NewsSummaryPostdate {
  font-size:0.7em;
  text-align:right;
 }

.NewsSummaryLink {
    font-weight: bold;
    padding-top: 0.2em;
}

.NewsSummaryLink a{
    text-decoration:none;
}


.NewsSummaryCategory {
  font-style: italic;
  margin: 5px 0;
 }

.NewsSummaryAuthor {
  font-style: italic;
font-size:0.7em;
padding: 0.2em 0.5em;
margin: 0.5em 0px;
text-align:right;
}

.NewsSummarySummary, .NewsSummaryContent {
  padding: 0.2em 0.5em; 
 }

.NewsSummaryMorelink {
margin: 0px 0.5em;
text-align:right;
}

#NewsPostDetailDate {
  font-size: 0.7em;
  margin-bottom: 5px;
}

#NewsPostDetailSummary {
   padding-bottom:0.5em;
   border-bottom: 1px solid #ccc;
   margin-bottom:2em;
   }

#NewsPostDetailCategory {
  font-style: italic;
  border-top: 1px solid #ccc;
  margin-top: 0.5em;
  padding: 0.2em 0;
}

#NewsPostDetailContent {
  margin-bottom: 15px;
  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. */

/* 
#NewsPostDetailTitle {}
#NewsPostDetailHorizRule {}
#NewsPostDetailPrintLink {}
#NewsPostDetailReturnLink {}
*/
/* End of 'Quainton.net : News' */

