/* Start of CMSMS style sheet 'Module: RSS2HTML' */
div#feeds {
  margin: 2em 0 1em 1em;  /* margin for the entire div surrounding the news list */
  border: 1px solid #000; 
  background: #ffffff; <!-- was #FFE9AF -->
}

div#feeds h4 {
   padding: 0 0 0 0.25em;
   background: #fff;
}

.FeedsSummary {
    text-indent: .25em;
    
}

.FeedsSummaryPostdate {
  font-size: 90%;
  font-weight: bold;
 }

.FeedsOrigin {
  font-size: 90%;
  text-decoration: none;
  padding: 0.25em 0.25em .25em;
  
 }

.FeedsSummaryLink {
    padding: 0 0.25em;
}

.FeedsSummaryCategory {
  font-style: italic;
  margin: 5px 0;
 }

.FeedsSummaryAuthor {
  font-style: italic;
  padding-bottom: 0.5em;
}

.FeedsSummarySummary, .NewsSummaryContent {
  line-height: 140%;
 }

.FeedsSummaryMorelink {
  padding-top: 0.5em;
}

#FeedsPostDetailDate {
  font-size: 90%;
  margin-bottom: 5px;
  font-weight: bold;
  }

#FeedsPostDetailSummary {
   line-height: 150%;
   }

#FeedsPostDetailCategory {
  font-style: italic;
  border-top: 1px solid #ccc;
  margin-top: 0.5em;
  padding: 0.2em 0;
}

#FeedsPostDetailContent {
  margin-bottom: 15px;
  line-height: 150%;
  }

#FeedsPostDetailAuthor {

  padding-bottom: 1.5em;
  font-style: italic;
}


/* to add specific style to the below divs, uncomment them. */

/* 
#NewsPostDetailTitle {}
#NewsPostDetailHorizRule {}
#NewsPostDetailPrintLink {}
#NewsPostDetailReturnLink {}
*/
/* End of 'Module: RSS2HTML' */

