/** View | News | Home **/

.news-latest-container {
	background-color:transparent;
	border:0;
}

	.news-latest-item {
		background-color:transparent;
		border:0;
		padding-bottom:10px;
	}
	
		.news-latest-item h3 a {
			color:#ffed00;
			text-transform:uppercase;
		}
		
		.news-latest-item h3 a:hover {
			color:white;
		}
		
		.news-latest-item a img {
			border:0;
		}
		
		.news-latest-item p {
			margin:8px 0 10px 0;
			color:#fff;
		}
		
	.content_leftbox p {
		display:block;
		margin:8px 0 10px 8px;
		color:#fff;
	}

