@charset "utf-8";
/*	-------------------------------------------------------------
	CSS - PHOTOS : 	BLACK JOE LEWIS
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		bjl_photos.css
	Date:			October 6, 2009
	Author:			Halo Media LLC - http://www.halopowered.com/
	-------------------------------------------------------------	*/
/*	--------------------------------------------------------------------------------------------------------------------------
	Nav Active State Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#header ul#navBar li.photos a {
		background-position:-214px -23px;
	}
		
/*	--------------------------------------------------------------------------------------------------------------------------
	#photos Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#photos {
		width:588px;
		padding:28px 15px 66px 15px;
		background:url(../../images/bg_content.png) 0 0 repeat;
	}
		#photos h1 {
			width:42px; height:21px;
			margin:0 0 12px 0;
			background:url(../../images/h1_photos.png) 0 0 no-repeat;
		}
		.holder {
		margin:10px;
		width:320px; height:350px;
		float:left;
	}
	
	
	#photos .gallery { 
		width:560px;
	}
		#photos .gallery  .flickr_badge_image {
			width:280px; height:300px;
			float:left;
		}
			#photos .gallery .flickr_badge_image a {
				width:248px;
				padding:1px 0;
				background:#645133;
				display:block;
			}
				#photos .gallery .flickr_badge_image a:hover {
					background:#fff;
				}
			#photos .gallery  .flickr_badge_image a img {
				margin:0 auto;
				border:solid 3px #d0c7bc;
				display:block;
			}
	.stack {
		display:inline;
		float:left;
		background:url(../../images/stack_bottom.png) bottom left no-repeat;
	}
		.stack .stack1 {
			background: url(../../images/stack_right.png) top right no-repeat;
		}
		.stack .stack2 {
			padding:0 9px 9px 0;
			background:url(../../images/stack_br.png) bottom right no-repeat;
		}
		.stack .stack3 {
			padding:1px 0 0 1px;
			background:#796340;
		}
		.stack a img {
			border:3px solid #d0c7bc;
			display:block;
		}