/* Reset
------------------------------------------------------------ */
* { margin: 0; padding: 0; }
html { overflow-y: scroll;}
body { background:#ffffff; font-size: 13px; color: #666666; font-family: Arial, helvetica, sans-serif;}
ol, ul { list-style: none; margin: 0;}
ul li { margin: 0; padding: 0;}
h1 { margin-bottom: 10px; color: #111111;}	
a, img { outline: none; border:none; color: #000; font-weight: bold; text-transform: uppercase;}
p { margin: 0 0 10px; line-height: 1.4em; font-size: 1.2em;}
/*img { display: block; margin-bottom: 10px;}*/
aside { font-style: italic; font-size: 0.9em;}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section { 
    display: block;
	}
	
/* Structure */
#wrapper {
	width: 96%;	
	max-width: 920px;
	margin: auto;
	padding: 2%;
	} 

	#main {
		width: 60%;
		margin-right: 5%;
		float: left;
		}		
		
	aside {
		width: 35%;
		float: right;
		}

/* Logo H1 */
header h1 {
	height: 120px;
	/*width: 160px;*/
	/*float: left;*/
	display: block;
	background: url(../images/paulchadkin.png) no-repeat top center;
	-webkit-background-size: 506px 95px;
	/*text-align:center;*/
	text-indent: -9999px;
	}
		
/* Nav */
 nav {
	/*float: right;*/
	text-align:center;
	margin-top: 40px; 
	}
	 nav li {
		display: inline;
		margin-left: 15px;
		}
		nav li img{
			width:105px;
			height:114px;
			padding: 10px;
			}

#skipTo {
	display: none;
	}
	#skipTo li {
		background: #b1fffc;
		}

/* Banner */			
#banner {
	/*float: left;*/
	margin:auto;
	margin-top: 45px;
	margin-bottom: 35px;
	width: 75%;
	max-width:394px;
	text-align:center;
	}

	#banner img {
		width: 100%;
		}

#fadebanner{
	width: 100% !important;
	margin-top: 45px;
	margin-bottom: 35px;
	}
	.gallerylayer {
		background-color: white !important; 
		text-align: center;
		}
		.gallerylayer img {
			width: 394px !important; 
			margin: auto !important;}


/* Media Queries */
@media screen and (max-width: 480px) {
	
	#banner {
	margin-top: 10px;
	margin-bottom: 15px;
	width: 100%;
	}
	
	#fadebanner {
		height: 206px !important;
		margin-top: 10px;
		margin-bottom: 15px;
		}
		.gallerylayer img {
			width: 100% !important; 
			margin: auto !important;
			}
	
	header h1 {
	height: 41px;
	-webkit-background-size: 220px 41px;
		}

	#skipTo {
		display: block;
		}
	
	header nav, #main, aside {
		float: left;
		clear: left;
		margin: 0 0 10px; 
		width: 100%;
		}	
		header nav li {
			margin: 0;
			/*background: #efefef;*/
			display: block;
			/*margin-bottom: 3px;*/
			}
			header nav a {
				display: block;
				/*padding: 10px;*/
				text-align: center;
				}
				nav li img{
					width: 210px;
					height: 228px;
					padding: 5px;
					}		
}

/* Media Queries */
@media screen and (max-width: 320px) {
	#fadebanner {
		height: 137px !important;
	}
}