@charset "utf-8";
/*	-------------------------------------------------------------
	CSS - MOBILE : 	We Are The Fallen Website
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		watf_mobile.css
	Date:			Dec 07, 2009
	Author:		UMRG New Media - http://umrg.com/
	-------------------------------------------------------------	*/
	
	
/*	--------------------------------------------------------------------------------------------------------------------------
	active styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	ul#nav li.mobile a {
		background-position:-709px 0;
	}	

/*	--------------------------------------------------------------------------------------------------------------------------
	mobile styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/		
	
	
	#mobile {
		padding:15px 20px;
		background:#000;
	}
	h1#h1Mobile {
		width:107px; height:21px;
		padding:0 0 10px 0;
		background:url(../../images/h1_mobile.gif) top left no-repeat;
	}
		#mobile h2 {
			padding:20px 0 0 20px;
			color:#333;
		}

	ul#mobileFeed {
		margin:20px 0 0 20px;
		zoom:1;
	}
		ul#mobileFeed li {
			padding:0 0 15px 0;
			font-size:12px;
		}
			ul#mobileFeed li h3 {
				font-size:15px;
			}
		
