/*
FILENAME: hh_news.css
VERSION: 1.0
DMS VERSION: 3.5
CREATED ON: 
NOTES:
	Basic color and layout, should be styled site specific.
	Empty CSS tags listed here for structure only.
*/

.newslist{}
.newslist ul{}
.newslist ul li{
	margin-bottom: 15px;
	overflow: hidden;
	border-top: 1px solid #ccc;
	padding-top: 15px;
	float:left;
	}
.newslist ul li:first-child{
	border-top: none;
	padding-top: 0px;
	}

.newslist ul li .news-date{

	}
.newslist ul li .news-date span.news-month{

	}
.newslist ul li .news-date span.news-day{

	}

.newslist ul li .news-item{
	padding-left: 0px;
	}
	
.newslist ul li .news-item a:link{
	color:#84B841;
	text-decoration:underline;
	}
	
	.newslist ul li .news-item a:visited{
	color:#84B841;
	text-decoration:underline;
	}
	
	.newslist ul li .news-item a:hover{
	color:#000;
	text-decoration:none;
	}
	
	.newslist ul li .news-item a:active{
	color:#84B841;
	text-decoration:underline;
	}
	
	

.newslist ul li .news-item h2{
	text-transform: capitalize;
	margin-bottom: 10px;
	font-weight:normal;
	font-size:160%;
	}
.newslist ul li .news-item p{}


.subpageContent .news-detail h1{
	font-size:180%;
}

.subpageContent .news-detail h2{
	font-size:140%;
	font-weight:normal;
	color:#666;
}

.subpageContent .news-detail p.author{
	font-size:140%;
	font-weight:normal;
	color:#666;
}

.newsbacklink{
	padding:0 0 20px 0;
}

.newsbacklink a:link{
	color:#84B841;
	text-decoration:underline;
}

.newsbacklink a:visited{
	color:#84B841;
	text-decoration:underline;
}

.newsbacklink a:hover{
	color:#666;
	text-decoration:none;
}

.newsbacklink a:active{
	color:#84B841;
	text-decoration:underline;
}

.newstext a:link{
	text-decoration:underline;
}

.newstext a:visited{
	text-decoration:underline;
}


.newstext a:hover{
	text-decoration:none;
}


.newstext a:active{
	text-decoration:underline;
}

