/* Start of CMSMS style sheet 'Module: News' */
div#news {
/* margin for the entire div surrounding the news items */
/* border set here */
	border: 1px solid #909799;
/* sets it off from surroundings */
	background: #f5f5f5;
}
div#news h2 {
	line-height: 2em;
/* you can set your own image here */
	background: url(uploads/ngrey/darknav.png) repeat-x left center;
	color: #f5f5f5;
	border: none
}
.NewsSummary {
/* padding for the news article summary */
                padding-bottom: 5px;
                margin-bottom: 20px;
/* margin to the bottom of the news article summary */
	border-bottom: 1px solid #8E8E8E;
}
.NewsSummaryPostdate {
/* smaller than default text size */
	font-size: 9px; margin-bottom:3px;
/* bold to set it off from text */
	font-weight: bold;
                color: #8E8E8E;
}
.NewsSummaryLink {
/* bold to set it off from text */
	font-weight: bold;
/* little more room at top */
	padding-top: 5px;
}
.NewsSummaryCategory {
/* italic to set it off from text */
	font-style: italic;
                font-size: 9px;
}
.NewsSummaryAuthor {
/* italic to set it off from text */
	font-style: italic;
	padding-bottom: 0.5em;
}
.NewsSummarySummary, .NewsSummaryContent {
/* larger than default text */
	line-height: 15px;
}
.NewsSummaryMorelink {font-style:italic; margin-top:8px;}
.NewsSummaryMorelink a {font-weight:bold;}

#NewsPostDetailDate {
/* smaller text */
	font-size: 9px;
                padding-bottom: 1px;	
/* bold to set it off from text */
                font-weight: bold;
                color: #8E8E8E;
}
#NewsPostDetailSummary {
/* larger than default text */
	line-height: 15px;
}
#NewsPostDetailCategory {
/* italic to set it off from text */
	font-style: italic;
	border-top: 1px solid #ccc;
}
#NewsPostDetailContent {
/* larger than default text */
	line-height: 15px;
                padding: 8px 0px 5px 0px;
}
#NewsPostDetailAuthor {
/* 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 {font-style:italic; padding-top:10px;}
#NewsPostDetailReturnLink a {font-weight:bold;}


/* End of 'Module: News' */

