/* CSS Document */
/* CSS Document */
div{
	/*box-sizing:content-box;*/
	float:left;	
}


body{
	height:100%;
	width:100%;
	text-align:center;
	
	/* Old browsers */
	background: rgb(246,248,249); 
	/* FF3.6+ */
	background: -moz-radial-gradient(center, ellipse cover,  rgba(246,248,249,1) 0%, rgba(222,224,223,1) 85%, rgba(212,214,212,1) 100%); 
	/* Chrome,Safari4+ */	
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(246,248,249,1)), color-stop(85%,rgba(222,224,223,1)), color-stop(100%,rgba(212,214,212,1))); 
	/* Chrome10+,Safari5.1+ */
	background: -webkit-radial-gradient(center, ellipse cover,  rgba(246,248,249,1) 0%,rgba(222,224,223,1) 85%,rgba(212,214,212,1) 100%); 
	/* Opera 12+ */
	background: -o-radial-gradient(center, ellipse cover,  rgba(246,248,249,1) 0%,rgba(222,224,223,1) 85%,rgba(212,214,212,1) 100%); 
	/* IE10+ */
	background: -ms-radial-gradient(center, ellipse cover,  rgba(246,248,249,1) 0%,rgba(222,224,223,1) 85%,rgba(212,214,212,1) 100%); 
	/* W3C */
	background: radial-gradient(ellipse at center,  rgba(246,248,249,1) 0%,rgba(222,224,223,1) 85%,rgba(212,214,212,1) 100%); 
	/* IE6-9 fallback on horizontal gradient */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f8f9', endColorstr='#d4d6d4',GradientType=1 ); 

	color:#666;
	
	z-index:1;
}


#page{
	position:relative;
	margin:0 auto;
	padding:10px 10px 100px 10px; 
	float:none;
	
	max-width:900px;
	text-align:left;
	z-index:10;
	box-sizing:content-box;
	
	
	
	font-family:"Century Gothic", CenturyGothic, AppleGothic, sans-serif;		

	}
	
.link{

}

.link:hover{
	text-shadow:#FFFFFF 0 1px 0;
	color:#43555C;
}

nav{
	position:absolute;
	top:125px;
	left:-190px;
	width:160px;
	text-align:right;
}

nav li{
	padding-bottom:3px;
}
	


#header{
	margin:0 0 25px 0;
}

#header h1{
	display:inline-block;
	font-size:70px;
	letter-spacing:10px;
	line-height:50px;
	text-shadow:0px 1px 0 #999;
	color:#43555C
}

#header h2{
	display:inline-block;
	font-family: 'Open Sans', sans-serif;
	font-weight:300;
	font-size:65px;
	line-height:65px;
	text-shadow:#FFFFFF 0 1px 0;
}



#SkillsBanner{
	display:block;
	margin:20px 0 30px 0;
	clear:both;

}

#SkillsBanner h1{
	font-size:75px;
	line-height:75px;
	font-family:"Century Gothic", CenturyGothic, AppleGothic, sans-serif;		
	text-shadow:#FFFFFF 0 1px 0;
	float:left;
}

#SkillsBanner ul{
	float:left;	
	width:680px;
	margin:25px 0 50px 40px;
	}

#SkillsBanner li{
	font: 22px/24px Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	padding-bottom:15px;
	}
	
#GalleryDiv{
	
	
	}

#GalleryDiv h1{
	font-family: 'Open Sans', sans-serif;
	font-weight:300;
	font-size:35px;
	line-height:50px;
	text-shadow:#FFFFFF 0 1px 0;
	margin-top:30px;
	
}

#GalleryDiv a{
	position:relative;
	display:block;
	margin:5px 0;
}

#GalleryDiv a:hover:before{
    display:block;
    content:'';
    position:absolute;
    width:100%;
    height:100%;	

	box-shadow:inset 0 0 15px #6FC9D9;
	-moz-box-shadow: inset 0 0 15px #6FC9D9;
	-webkit-box-shadow:inset 0 0 15px #6FC9D9;
		

}
#GalleryDiv img{
	display:block;
	box-shadow: 0 2px 10px #333;
    -moz-box-shadow: 0 2px 10px #333;
    -webkit-box-shadow: 0 2px 10px #333;

	width:100%;
	
	margin:5px 0;
}

#GalleryDiv a img{margin:0}

#GalleryDiv h3{
	font: 14px/16px Georgia, "Times New Roman", Times, serif;
	font-style:italic;
}

#GalleryDiv p{
	Padding:15px 5px 20px 5px;
}
	
#contact{
	display:block;
	position:relative;
	width:100%;
	height:100px;
	
	
	background:url(../../images/layout/logo-BG.png) no-repeat bottom 10px right 10px;
	background-size:100px;

	}

#contact a{
	position:absolute;
	bottom:0;

	font-size:50px;
	color:#BEBEBE;
	text-shadow:#FFFFFF 0 1px 0;
}

#contact a:hover{
	text-shadow:#FFFFFF 0 1px 0;
	color:#43555C;
}





/*#SkillsBanner:after
{
   content: ".";
   display:block;
   height:0;
   clear:both;
   visibility:hidden;
}*/

@media(max-width:1240px){
	nav{
		position:relative;
		width:100%;
		/*height:20px;*/
		clear:both;
		
		top:inherit;
		left:inherit;
		text-align:left;
		
	}
	
	nav li{
		display:inline-block;
		margin-right:3%;
		vertical-align:top;
		text-align:left;
	}
	
	nav li:last-child{
		margin-right:0;
	}
	
}

@media(max-width:930px){
	#page{
		box-sizing:border-box;
	}
	#SkillsBanner ul{
		float:left;	
		width:100%;
		margin:15px 0 0 0;
		
	}
	
	nav li{
		max-width:115px;
	}

}