@charset "utf-8";

/*	-------------------------------------------------------------
	CSS - ELI YOUNG BAND PHOTOS 
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		eyb_photos.css
	Date:			Aug 26, 2008
	Author:			Halo Media LLC - http://www.halopowered.com/
	-------------------------------------------------------------	*/

/*	--------------------------------------------------------------------------------------------------------------------------
	header Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#main .mainCol h1#h1Photos {
		width:180px; height:80px;
		margin:14px 0 0 0;
		background:url(../../images/h1_photos.png) no-repeat;
		behavior:url(shared/css/iepngfix.htc);
	}
/*	--------------------------------------------------------------------------------------------------------------------------
	photoHolder Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	.photoHolder {
		margin:0 0 0 17px;
	}
/*	--------------------------------------------------------------------------------------------------------------------------
	thumbnail Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#main .content .thumbnailHolder {
		width:471px;
		margin:5px 0 0 17px;
	}
		#main .content .thumbnailHolder a:link, #main .content .thumbnailHolder a:active, #main .content .thumbnailHolder a:visited {
			margin:0 15px 0 0;
		}
		#main .content .thumbnailHolder a.thumbnail1:link, #main .content .thumbnailHolder a.thumbnail1:active, #main .content .thumbnailHolder a.thumbnail1:visited {
			width:100px; height:100px;
			background:url(../../images/photos/thumbnail1.jpg) top no-repeat;
			display:block;
			float:left;
			border:1px solid #8f151b;
		}
			#main .content .thumbnailHolder a.thumbnail1:hover {
				background-position:bottom;
				border:1px solid #b7a691;
			}
		#main .content .thumbnailHolder a.thumbnail2:link, #main .content .thumbnailHolder a.thumbnail2:active, #main .content .thumbnailHolder a.thumbnail2:visited {
			width:100px; height:100px;
			background:url(../../images/photos/thumbnail2.jpg) top no-repeat;
			display:block;
			float:left;
			border:1px solid #8f151b;
		}
			#main .content .thumbnailHolder a.thumbnail2:hover {
				background-position:bottom;
				border:1px solid #b7a691;
			}
		#main .content .thumbnailHolder a.thumbnail3:link, #main .content .thumbnailHolder a.thumbnail3:active, #main .content .thumbnailHolder a.thumbnail3:visited {
			width:100px; height:100px;
			background:url(../../images/photos/thumbnail3.jpg) top no-repeat;
			display:block;
			float:left;
			border:1px solid #8f151b;
		}
			#main .content .thumbnailHolder a.thumbnail3:hover {
				background-position:bottom;
				border:1px solid #b7a691;
			}
				
		#main .content a.folders:link, #main .content a.folders:active, #main .content a.folders:visited {
            font:#666666 bold 11px Arial, Helvetica, sans-serif;
            text-decoration:none;
		}
			#main .content a.folders:hover {
                color:Black;
			}			