/* Start of CMSMS style sheet 'Module: News' */
/* Start of CMSMS style sheet 'Module: News' */
/*
#col1 h2 { background: #eee; color: black; margin: 0; padding: 0.4em; font-size: 0.85em;}
#col1 h3 { font-size: 0.75em; margin: 0 0 0 0; padding-top: .5em; }
#col1 ul { margin: 0; padding: 0; list-style-type: none; display: inline; }
#col1 li { display: inline; list-style-type: disc; font-size: 0.6em;}
*/
div#news {
  margin: 2em 0 1em 1em;  /* margin for the entire div surrounding the news list */
  border: 1px solid #000;
}

div#news h2 {
   background: #fff;
	 font-size: 0.85em;
}

.NewsSummary {
    padding: 0.5em 0.5em 0; /* padding for the news article summary */
    margin: 0; /* margin to the bottom of the news article summary */
    border-bottom: 1px solid #ccc; 
}

.NewsSummaryPostdate {
    padding: 0.1em;
  	font-size: 0.75em; 
  font-weight: bold;
 }

.NewsSummaryLink {
    font-weight: bold;
			font-size: 0.75em; 
    padding-top: 0.2em;
}

.NewsSummaryCategory {
  font-style: italic;
	font-size: 0.75em; 
  margin: 0;
 }

.NewsSummaryAuthor {
  font-style: italic;
		font-size: 0.75em; 
  padding:0;
}

.NewsSummarySummary, .NewsSummaryContent {
  line-height: 120%;
	font-size: 0.75em; 
 }

.NewsSummaryMorelink {
	font-size: 0.75em; 
  padding: 0.5em;
}

#NewsPostDetailDate {
  font-size: 0.75em;
  margin-bottom: 5px;
  font-weight: bold;
  }

#NewsPostDetailSummary {
   line-height: 150%;
	 	font-size: 0.75em; 
   }

#NewsPostDetailCategory {
  font-style: italic;
		font-size: 0.75em; 
  border-top: 1px solid #ccc;
  margin-top: 0.5em;
  padding: 0.2em 0;
}

#NewsPostDetailContent {
  margin-bottom: 15px;
		font-size: 0.75em; 
  line-height: 100%;
  }

#NewsPostDetailAuthor {

  padding-bottom: 1.5em;
  font-style: italic;
		font-size: 0.75em; 
}

#NewsPostDetailPrintLink {
  font-size: 0.6em;
}

#NewsPostDetailReturnLink {
  font-size: 0.6em;
}

/* to add specific style to the below divs, uncomment them. */

/* 
#NewsPostDetailTitle {}
#NewsPostDetailHorizRule {}
*/
/* End of 'Module: News' */

