@charset "utf-8";
/*	-------------------------------------------------------------
	CSS - NEWS : 	We Are The Fallen Website
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		watf_news.css
	Date:			Dec 07, 2009
	Author:		UMRG New Media - http://umrg.com/
	-------------------------------------------------------------	*/
	
	
/*	--------------------------------------------------------------------------------------------------------------------------
	active styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	ul#nav li.news a {
		background-position:-189px 0;
	}	

/*	--------------------------------------------------------------------------------------------------------------------------
	news styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/		
	.pagination {
		font-size:11px;
		text-align:right;
	}
	
	#news {
		padding:15px 20px;
		background:#000;
	}
	h1#h2News {
		width:81px; height:21px;
		padding:0 0 10px 0;
		background:url(../../images/h1_news.gif) top left no-repeat;
	}
	ul#newsFeed {
		zoom:1;
	}
		ul#newsFeed li a img, #singlePost a img {
			display:block;
			margin:10px auto 10px auto;
			border:1px solid #1a1a1a;
		}
			ul#newsFeed li a:hover img, #singlePost a:hover img {
				border-color:#2c2c2c;
			}
	
	ul#newsFeed li .date, #singlePost .date {
		display:block;
		padding:10px 0 5px 0;
		font-size:11px;
		color:#f6f3e7;
	}
	ul#newsFeed li h3 {
		font-size:18px;
		padding:0 0 10px 0;
	}
	
	#singlePost {
		zoom:1;
	}
	
	#singlePost h2 {
		font-size:20px;
		font-weight:normal;
		color:#cec396;
	}
	
	ul#newsFeed li .postContent, #singlePost .postContent{
		padding:0 5px 10px 5px;
	}
	#news .footer {
		padding:15px 0 0 0;
	}
	a.btnMoreNews {
		width:93px; height:14px;
		display:block; float:right;
		background:url(../../images/btn_morenews.gif) top left no-repeat;
	}
		a:hover.btnMoreNews {
			background-position:bottom left;
		}
	.back {
		font-size:11px;
		text-align:right;
	}
	
	
	