@charset "utf-8";
/*	-------------------------------------------------------------
	CSS - MAIN : 	MOZELLA - NEWS
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		mozella_news.css
	Date:			Jul 30, 2009
	Author:		Halo Media LLC - http://www.halopowered.com/
	-------------------------------------------------------------	*/
/*	--------------------------------------------------------------------------------------------------------------------------
	active
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/	
	ul#mainNav li.news a{
		background-position:-97px -22px;
	}


			
/*	--------------------------------------------------------------------------------------------------------------------------
	mainStyles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	h1#h1News, h2#h1News{
		width:386px; height:30px;
		background:url(../../images/h1_news.gif) top left no-repeat;
		padding:0;
	}
	h2#h1News {
		margin:13px 0 0 0;
	}
	ul#newsList li {
		padding:0 0 25px 0;
	}
	.date {
		font-size:10px;
		display:block;
	}
	.postContent {
		padding:0 0 10px 0;
	}
	a.btnReadMore {
		width:70px; height:21px;
		background:url(../../images/btn_readmore.gif) top left no-repeat;
		display:block;
	}
		a:hover.btnReadMore {
			background-position:bottom left;
		}