/* Start of CMSMS style sheet 'Module: News' */
/* News Styles */

#news, #newsbox, .newsbox {
	margin: 2em 0 1em 1em; 
	border: 1px solid #000 !important; 
	background-color: #eee; 
	background-image: url(images/gray-corner-leaf.png) !important;
	background-repeat: no-repeat;
	background-position: bottom right;
	padding-bottom: 36px;
	font-family: georgia, times, serif;
	font-size: .9em;
}

#news-container {
	background-color: transparent;
	padding: 4px; 

}

div#news h2, div#newsbox h2, div#meeting h2, div.news h2 {
	background-color: #6b9c42;
	color: #000;
	background-image: url(images/header-bg-green.jpg);
	background-repeat: repeat-x;
	background-position: top center;
	background-attachment: scroll;
	font-weight:normal;
	font-size: 1.5em;
}

.news p, #news p {
	background-color: transparent; 
	font-size: .95em;
}

p.text {
	padding: 4px 4px -20px 4px !important;
	margin: 5px !important;
}

p.contributor, p.author, p.byline {
	background-color: #fff; 
	font-size: .9em;
	font-style: italic;
	color: #c00; 
}

p.span-left {
	float: left;
	width: 45%; 
	font-size: .9em;
}

p.span-right {
	float: right;
	width: 45%; 
	font-size: .9em;
}

.NewsSummary {
/*	margin: 0 0.5em 1em 0.5em; */
	line-height: 140%;
	font-family: georgia, times, serif;
	font-size: 1em;
	border-bottom: 1px dotted #c0c0c0; 
	margin-bottom: 10px;
}

.NewsSummaryPostdate {
	font-size: .85em;
	font-weight: bold;
	font-family: "Trebuchet MS", arial, verdana, sans-serif;
 }

.news h3, #news h3, h3.NewsSummaryLink, .NewsSummaryLink {
	line-height: 140%;
	font-family: georgia, times, serif;
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
	color: #106b39;
}

.feature-summary-link, .feature-summary-link a {
	line-height: 140%;
	font-family: georgia, times, serif;
	font-size: .80em;
	font-weight: bold;
	text-transform: uppercase;
	color: #106b39;
}
.NewsSummaryCategory {
	font-style: italic;
	margin-bottom: 5px;
	font-size: .85em;
 }

.NewsSummaryAuthor {
	font-style: italic;
	margin-bottom: 2px;
}

.NewsSummarySummary, .NewsSummaryContent {
	line-height: 140%;
 }

.NewsSummarySummary, .NewsSummarySummary p {
	color: #106b39 !important;
	margin: 0;

 }

.NewsSummaryMorelink {
	font-size: .85em;
	margin: 0;
}

#NewsPostDetailDate {
	font-size: 90%;
	font-family: "Trebuchet MS", arial, verdana, sans-serif;
/*	margin-bottom: 5px; */
	font-weight: bold;
}

#NewsPostDetailSummary {
	line-height: 150%;
}

#NewsPostDetailCategory {
	font-style: italic;
	margin-top: 0.3em;
	margin-bottom: 1em;
	padding-bottom: 0.5em;
	border-bottom: 1px dotted #c0c0c0;
}

#NewsPostDetailContent {
/*	margin-bottom: 10px; */
	line-height: 140%;
}

#NewsPostDetailAuthor {
	padding-bottom: 5px; 
	font-style: italic;
}

#NewsPostDetailTitle {
	line-height: 140%;
	font-family: georgia, times, serif;
	font-size: 1em;
	font-weight: normal;
/*	padding-top: 0.2em; */
	color: #106b39;
}

#NewsPostDetailHorizRule {
	display: none;
}

ul.topics {
	list-style-type: square;
}

li.newscategory {
	display: block;
	line-height: 140%;
	background: transparent;
}


/* to add specific style to the below divs, uncomment them. */
/*
#NewsPostDetailPrintLink {}
#NewsPostDetailReturnLink {}
*/

/*  FRONT PAGE NEWS BOXES */
#event-box h2.heading {
/*	color: #111;
	background: #fff;
*/
	background-color: #ccc;
	color: #000;
	background-image: url(images/header-bg-gray.jpg);
	background-repeat: repeat-x;
	background-position: top center;
	background-attachment: scroll;
	font-family: georgia, times, serif;
	font-size: 1.50em;
	font-weight: normal !important;
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #777;
	border-left: none;
	text-align: center;
}

#event-box {
	background-color: #eee;
	color: #111;
	font-size: .95em;
	padding: 0px;
	border: 1px solid #111;
	margin: 5px;
	float: right;
	width: 46%;
}

#feature-box {
	background-color: #daf2bc;
	color: #008000;
	font-size: .95em;
	padding: 0px;
	border: 1px solid #008000;
	margin: 5px;
	float: left;
	width: 46%;
}

#feature-box h2.heading {
/*
	color: #008000;
	background: #fff;
*/
	background-color: #6b9c42;
	color: #000;
	background-image: url(images/header-bg-green.jpg);
	background-repeat: repeat-x;
	background-position: top center;
	background-attachment: scroll;
	font-family: georgia, times, serif;
	font-size: 1.50em;
	font-weight: normal !important;
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #008000;
	border-left: none;
	text-align: center;
}

.news-box {
	margin: 0px;
	padding: 5px;
	height: 250px;
	overflow: hidden;

}

.feature-summary-link {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.35em;
	line-height: 140%;
	clear: left;
	margin-top: 1px;
	padding-bottom: 5px;
	padding-left: 5px;

}

.feature-summary {
	padding: 5px;
	line-height: 140%;
}

.feature-box-img-align-left {
	float: left;
	margin: 5px 5px 5px 0;
	padding: 5px;
}

.feature-box-img-align-right {
	float: right;
	margin: 5px 0 5px 5px;
	padding: 5px;
}

.feature-date {
	color: #008000;
	font-size: .9em;
	clear: left;
	padding-left: 5px;
}

.feature-summary-content {
	padding: 5px;
	line-height: 140%;
}

p.more {
	padding-left: 5px;
}
/* End of 'Module: News' */

