
html{
	padding:0;
	margin:0;
	overflow: auto;
	
}

body{	
	background-repeat: no-repeat;
	background-size: 1200px 100px ;
    background-position: left top;
	padding:0;
	margin:0;
	}


#one{
	position:absolute;
	left:-280px;
	top:-280px;
    -webkit-transition: all 55s linear;
    -moz-transition: all 55s linear;
    -o-transition: all 55s linear;
    transition: all 55s linear;
	opacity:.2;
	z-index:1;
}

#one.oneon{
	-webkit-transform:rotate(180deg);
}

nav ul{list-style: none; width:900px; margin: 0 auto; position: relative; overflow:hidden; background-color: #fff;}
nav li{
	float:left;
	width:300px;
	text-align: center;

	line-height:2.5em;
	font-size: 2.0em;
	color: #666;
	padding: .2em 0 .5em 0;
}

a{
	text-decoration:none;
	color:#666;
	width:100%; height:100%;
}

a:hover{color:#999;}

h1{width: 100%; position:relative; text-align: center; }
h1 img{margin: 0 auto;display: block;}
.relatedResources{clear:both;}
nav{
	box-shadow: 0px -2px 2px #999;
	border-bottom: 1px solid #f3f3f3;
	background-color: #fff;
	z-index:100;
}

#main{clear:both;width: 900px; margin: 3em auto 5em auto; }
#main .head{color: #db4e00; font-size:2em;}
h1{font-size: 1.4em; font-family: sans-serif;  font-weight: normal;  padding: 1em; color: gray;}
h2{font-size:1em;}
h3, h4{text-transform: uppercase;}
section{ color: #666; font-size: 18px;}
section.dark h3{padding:0; margin: 0;}
section.dark h4{padding:0; margin: 0;}
section.dark{box-shadow: 1px 1px 3px #666; border-top: 2px solid #999; border-bottom: 2px solid #999; background: #f3f3f3;margin: 2em 0 0 0;padding: 1.8em 2em 2em 2em;}
section h2{display: inline-block;}
section li{margin: .3em 0 0 0; line-height: 22px}
#resume #personal{text-align:center;}
section#resume{padding: 0; margin: 0;}
section#resume h1{padding:0; margin:0;}
section#personal h2{padding:1em 0 0 0; margin: 0;}
section#personal p{margin: 0;}
header{position:relative; width:100%;}
#resume h2.bigbold{font-size: 40px; text-transform: uppercase; opacity: .4; margin:1em 0 0 0; padding:0;}
.examples a{display:block; width: 100%; clear:both; text-decoration: underline;}

#art ul{list-style: none;}
#art li{float:left; text-align:center; width: 250px; height: 300px;}
#art li img,
#art li caption{clear:both; display:block; margin: 0 auto;}