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

.sidebarNewsSummary {
   margin-top: 5px;
}

.sidebarNewsTitle {
   font-variant: small-caps;
   font-weight: bold;
   font-size: 0.9em;
   line-height: 1.1em;
}

.sidebarNewsPostdate {
  font-size: 0.7em;
  font-style: italic;
 }

#detailNewsAuthor {
   font-size: 0.9em;
   font-style: italic;
   font-weight: bold;
   line-height: 1.1em;
}

#detailNewsPostDate {
   font-size: 0.9em;
   font-style: italic;
   line-height: 1.1em;
}

#detailNewsHR {}

#detailNewsSummary {
   margin: 10px 0 5px 0;
   border: dotted #f0f0f0;
   border-width: 0 0 2px 0;
}

#detailNewsContent {
}

#homeInspireSummary {
   margin: 0px 25px 10px 25px;
}

h4.accordionHeader {
   padding: 5px 0 5px 30px;
}

.accordionNewsAuthor {
  font-size: 0.7em;
  font-style: italic;
 }

.accordionNewsPostdate {
  font-size: 0.7em;
  font-style: italic;
 }

.accordionNewsSummary {
   font-size: 0.9em;
   line-height: 1.1em;
}

/* ========== original styles ============ */

.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; 
}

.NewsSummaryPostdate {
  font-size: 90%;
  font-style: italic;
 }

.NewsSummaryLink {
   font-weight: bold;
   padding-top: 0.2em;
   font-size: 110%; 
}

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

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

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

.NewsSummarySummary, .NewsSummaryContent {
   padding-top: 0.5em;
   line-height: 140%;
}

.NewsSummaryMorelink {
  padding-top: 0.5em;
}

.NewsSummaryMorelink a {
	display: block;
	width: 110px;
	background: #fff url(images/ea/readon.png) no-repeat 0px 0px;
	font-size: 10px; 
	line-height: 18px;
	margin: 1px;
	padding: 0px;
	text-align: center;
}

.NewsSummaryMorelink a:hover {
	background-position: 0 -18px;
}

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

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

