/* 2008 Central PA 4thFest - Home Styles */

@media all
{
	
	.clear {
		clear:both
	}
	
	h2	{height:14px;line-height:14px;font-size:14px;}
	
	#gallery {
		position:relative;
		height:250px;
		margin:10px 10px 0px 10px;
		}
	
		#gallery a {
			float:left;
			position:absolute;
		}
		
		#gallery a img {
			border:none;
		}
		
		#gallery a.show {
			z-index:500
		}
	
		#gallery .caption {
			z-index:600; 
			background-color:#000; 
			color:#ffffff;
			height:80px; 
			width:100%; 
			position:absolute;
			bottom:0;
			left:2px;
		}
	
		#gallery .caption .content {
			margin:5px;
			padding-left:2px;
		}
		
		#gallery .caption .content h3 {
			margin:0;
			padding:0px 0px 5px 0px;
			color:#cc0000;
			text-indent:0px;
		}

}
@media print
{



}
