/* Start of CMSMS style sheet 'Module: News' */
div#news {
/* margin for the entire div surrounding the news items */
	margin: 2em 0 1em 1em;
/* border set here 
	border: 1px solid #909799; */
/* sets it off from surroundings */
	background: #f5f5f5;
}
div#news h3 {
	line-height: 1.5em;
padding: .5em 0 0 .7em;
/* you can set your own image here 
	background: url(uploads/smiles/darknav.png) repeat-x left center; 
	color: #f5f5f5; */
color: inherit;
font-weight: normal;
	border: none;
font-family: 'Trebuchet MS', Verdana, sans-serif;
}
.NewsSummary {
/* padding for the news article summary */
	padding: 0.5em 0.5em 1em;
/* margin to the bottom of the news article summary */
	margin: 0 0.5em 1em 0.5em;
	border-bottom: 1px solid #ccc;
}
.NewsSummaryPostdate {
/* smaller than default text size */
	font-size: 80%;
/* bold to set it off from text 
	font-weight: bold;
*/
margin-bottom: .3em;
}
.NewsSummaryLink {
/* bold to set it off from text 
	font-weight: bold; */
/* little more room at top */
	padding-top: 0.2em;
}
.NewsSummaryCategory {
/* italic to set it off from text */
	font-style: italic;
	margin: 5px 0;
}
.NewsSummaryAuthor {
/* italic to set it off from text 
	font-style: italic;
	padding-bottom: 0.5em; */
display: none;
}
.NewsSummarySummary, .NewsSummaryContent {
/* larger than default text */
	line-height: 120%;
}
.NewsSummaryMorelink {
	padding: 1em 0;
font-size: smaller;
}

#NewsPostDetailSummary {
/* larger than default text */
	line-height: 150%;
margin: 1.5em 0;
padding: 0 1.5em 1.5em 1.5em;
	border-bottom: 1px solid #ccc;

}
#NewsPostDetailDate, #NewsPostDetailCategory {
/* italic to set it off from text */
	font-style: italic;
	margin-bottom: 0.5em;
	padding: 0 2em;
font-size: 80%;
}
#NewsPostDetailContent, #NewsPostDetailContent p {
	margin: 25px 0;
/* larger than default text */
	line-height: 200%;
padding: 0 1em;
}
#NewsPostDetailAuthor {
	padding-bottom: 1.5em;
/* italic to set it off from text */
	font-style: italic;
}
/* more divs, left unstyled, just so you know the IDs of them */ 
#NewsPostDetailTitle {
}
#NewsPostDetailHorizRule {
}
#NewsPostDetailPrintLink {
}
#NewsPostDetailReturnLink {
}
/* End of 'Module: News' */

