/* Start of CMSMS style sheet 'sciia_news_css' */
/*** Summary ***/

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;
}

.NewsSummary {
   padding: 0em 0em 0em 0em; /* padding for the news article summary */
   margin: 0.5em 0.5em 0.2em 0.5em;

}

.NewsSummaryPostdate {
  font-size: 0.7em;
 }

.NewsSummaryLink {
  font-size: 0.9em;
    font-weight: bold;
    padding-top: 0.2em;
  font-weight: bold;
}

.NewsSummaryCategory {
  font-style: italic;
  margin: 5px 0;
 }

.NewsSummaryAuthor {
  font-style: italic;
  padding-bottom: 0.5em;
}

.NewsSummarySummary, .NewsSummaryContent {
  font-size: 0.8em;
  line-height: 110%;
  border-bottom:1px solid #999;
  padding: 0.2em 0 0.2em 0;
  margin: 0 0.5em 0.8em 0.2em;
}


.NewsSummaryMorelink {
  padding-top: 0.5em;
}

.NewsSummaryPage
{
  font-size: 0.7em;
  margin: 0.5em 0.5em 0.2em 0.8em;
}

/*** Detail ***/

#NewsPostDetailDate {
  font-size: 0.83em;
  margin: 0.5em 0.2em 1.0em 0.2em;

  }

#NewsPostDetailTitle {
  margin: 1.5em 0.2em 1.0em 0.2em;

}


#NewsPostDetailSummary {
  margin: 1.0em 0.2em 1.0em 0.2em;
  line-height: 125%;
   }
#NewsPostDetailSummary p {
  font-size: 0.90em;
   }



#NewsPostDetailCategory {
  font-style: italic;
  border-top: 1px solid #ccc;
  margin-top: 0.5em;
  padding: 0.2em 0;
}

#NewsPostDetailContent {
  margin: 0.5em 0.2em 1.0em 0.2em;
  }

#NewsPostDetailAuthor {

  padding-bottom: 1.5em;
  font-style: italic;
}


/* to add specific style to the below divs, uncomment them. */
/*
#NewsPostDetailHorizRule {}
#NewsPostDetailPrintLink {}
#NewsPostDetailReturnLink {}
*/
/* End of 'sciia_news_css' */

