/* Start of CMSMS style sheet 'ORIONIX_th1 : News' */
div#news {
  margin: 4em 0em 0em 0em;  /* margin for the entire div surrounding the news list */
  border: 0px solid #000; 
  background: #ccc; 
width: 100%; 
}

div#news h2 {
   line-height: 1em;
   background: transparent;
}

.NewsSummary {
    padding: 0em 0em 0em 0em; /* padding for the news article summary */
    margin: 1.3em 0em 0em 0em; /* margin to the bottom of the news article summary */
    border-bottom: 0px solid #ccc; 
/*    font-weight: bold;
   line-height: 25%;
} 

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

.NewsSummaryLink {
    font-weight: bold;
    padding-top: 0.1em;
}

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

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

.NewsSummarySummary, .NewsSummaryContent {
  line-height: 50%;
 }

.NewsSummaryMorelink {
  padding-top: 0.5em;
}

#NewsPostDetailDate {
  font-size: 90%;
  margin-bottom: 5px;
  font-weight: bold;
 
}

#NewsPostDetailSummary {
   line-height: 50%;
   }

#NewsPostDetailCategory {
  font-style: italic;
  border-top: 1px solid #ccc;
  margin-top: 0.1em;
  padding: 0.1em 0;
}

#NewsPostDetailContent {
  margin-bottom: 15px;
  line-height: 150%;
  }

#NewsPostDetailAuthor {

  padding-bottom: 1em;
  font-style: italic;
}


/* to add specific style to the below divs, uncomment them. */

/* 
#NewsPostDetailTitle {}
#NewsPostDetailHorizRule {}
#NewsPostDetailPrintLink {}
#NewsPostDetailReturnLink {}
*/
/* End of 'ORIONIX_th1 : News' */

