/* Start of CMSMS style sheet 'alopecia : News front page' */
div#news {
  margin: 0;  /* margin for the entire div surrounding the news list */
}

div#news h2 {
   font-size: 90%;
   padding: 0;
   color: #1761AD; 
}

.NewsSummary {
    padding: 0 0 0 0; /* padding for the news article summary */
    margin: 0 0 0 0; /* margin to the bottom of the news article summary */
}

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

.NewsSummaryLink {
    font-weight: bold;
    padding-top: 0.2em;
	margin-bottom:10px;
}

.NewsSummaryLink a{
    color: #860D61; /* this will be link color for all levels */
	text-decoration:none;
}

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

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

.NewsSummarySummary, .NewsSummaryContent {

 }

.NewsSummaryMorelink {
  
}


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

#NewsPostDetailSummary {
  margin-top:20px;
   }

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

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

#NewsPostDetailAuthor {

  padding-bottom: 1.5em;
  font-style: italic;
  display:none;
}


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

/* 
#NewsPostDetailTitle {}
#NewsPostDetailHorizRule {}
#NewsPostDetailPrintLink {}
#NewsPostDetailReturnLink {}
*/
/* End of 'alopecia : News front page' */

