/* NEWS LISTS */

.lNews {
	padding: 15px;
	border: 1px solid #e2e2e2;
	margin-top: 10px;
}

	.lNews h2.sTitle {
		margin-bottom: 20px;
	}

	#content .lNews h2.sTitle a, #content .lNews h2.sTitle a:link, #content .lNews h2.sTitle a:active, #content .lNews h2.sTitle a:visited {
		line-height: 70%;
		border: none;
	}

	#content .lNews .lNewsComments {
		font-size: 90%;
		text-align: right;
		margin-bottom: 0;
	}

	.lNewsOdd {
		background: #f6f6ed none;
	}


/* NEWS DETAIL */

#newsDetail {
	margin-bottom: 30px;
}

	div#dNewsOptions
		{
		margin:30px 0 10px 0;
		}
		div#dNewsOptions a
			{
		 	background-position: 0% 50%;
		 	background-repeat: no-repeat;
		 	margin-right: 1em;
		 	padding-left: 20px;
			}
	
		div#dNewsOptions a.rssFeedLink
			{
			background-image: url(/images/news/rss.icon.14x14.png);	
			}
		div#dNewsOptions a#postCommentLink
			{
			background-image: url(/images/news/comment.png);	
			}
		div#dNewsOptions a#readMoreLink
			{
			background-image: url(/images/news/more.png);
			}