/*   
Theme Name: Maskers Custom
Description: Basic Web Package Theme 01 
Author: Pica Design, LLC
Author URI: http://www.picadesign.com
*/

/*
	Colors, Fonts, and positioning for some assets; are all handled by specific template css
*/
Body {
	margin: 0px ;
}
a {
	text-decoration: none ;
	outline: none ;
}
a img {
	border: 0px ;
}
h1, h2, h3 {
	margin: 0px ;
	display: inline !important;
}
h1 {
	font-size: 20px ;
}
h2 {
	font-size: 16px ;
}
h3 {
	font-size: 14px ;
}
	#Layout {
		display: block ;
		margin: 0 auto 0 auto ;
		width: 846px ;
	}
		
		#Masthead {
			height: 175px ;
			
		}						
			/* Logo Positioning is template specific and is handled locally by said template */
			#Logo {
			}
			/* TagLine Positioning is template specific and is handled locally by said template */
			#TagLine {
			}
			/* Navigation Positioning is template specific and is handled locally by said template */
			.Navigation {
			}
			.Navigation li {
				float: left ;
				list-style: none ;
				margin-right: 10px ;
				padding: 6px ;
			}
		#Slideshow {
		}
		#Output {
		}
		#Footer {
		}
	
	.alignright {
		float: right ;
	}
	.alignleft {
		float: left ;
	}
	
	#Gallery-View {
		float: right ;
		display: none ;
	}
		.panel {
			padding-top: 0px !important;
			background-color: rgb(0,0,0) !important;
			height: 375px !important;
			width: 662px !important;
			top: 0px !important;
		}
			.panel img {
				width: auto !important;
				height: 375px !important;
				display: block ;
				margin: 0 auto 0 auto ;
			}
		.panel-overlay {
			padding-top: 10px !important ;
		}
		.overlay {
			display: none ;
		}
		.panel-overlay h2 {
			display: inline ;	
			display: none ;
		}
		.panel-overlay p {
			display: none ;
			margin-top: 2px ;
		}
		.strip_wrapper {
			top: 381px !important;
			left: -5px !important;
			width: 662px !important;
		}
		.nav-prev, .nav-next {
			display: none ;
			top: 390px !important;
		}
		.filmstrip {
			
		}