@charset "utf-8";
/*	-------------------------------------------------------------
	CSS - PHOTOS : 	We Are The Fallen Website
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		watf_photos.css
	Date:			Dec 07, 2009
	Author:		UMRG New Media - http://umrg.com/
	-------------------------------------------------------------	*/
	
	
/*	--------------------------------------------------------------------------------------------------------------------------
	active styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	ul#nav li.photos a {
		background-position:-593px 0;
	}	

/*	--------------------------------------------------------------------------------------------------------------------------
	shows styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/		
	
	
	#photos {
		padding:15px 20px;
		background:#000;
	}
	h1#h1Photos {
		width:116px; height:21px;
		padding:0 0 10px 0;
		background:url(../../images/h1_photos.gif) top left no-repeat;
	}
	
	ul#photoFeed {
		margin:20px 0 0 15px;
	}
		ul#photoFeed li {
			width:152px; height:152px;
			margin:0 20px 5px 0;
			float:left;
		}
			ul#photoFeed li a img {
				display:block;
				margin:0 auto;
				border:1px solid #1a1a1a;
			}
				ul#photoFeed li a:hover img {
					border-color:#2c2c2c;
				}
			
				
	