body{
	background-image:none;
	background-color: white;
}

nav.topMenu{
	float:none;
	height: auto;
	margin-bottom: 0px;
	background-image: url('../images/topWaveLight.png');
	filter: alpha(opacity=100);
	opacity: 1;
/* 	background-repeat: no-repeat; */
/* 	background-attachment: fixed; */
	
}


a#topMenuHome, a#topMenuWork, a#topMenuResume{
	font-size: 600%;
	margin-left: 0px;
	position: static;
	display:block;
	width: 100%;
	text-align: center;
}

a#topMenuWork, a#topMenuResume{
	font-size: 500%;
}

a#topMenuWork{
	margin-top: 30px;
}

nav.resumeSideMenu{
	float: clear;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	margin-right: 10px;
	width: 100%;
	font-size: 350%;
	background: white;
}

section.resume{
	width: 100%;
	position: absolute;
	display: block;
	margin-top: 100px;
	margin-bottm: 30px;
	margin-left: 0px;
	margin-right: 0px;
}

section.resume embed{
	width: 100%;
/* 	height: 800px; */
}

footer{
	width: 100%;
}

hr#footer{
	height: 3px;
	margin-top: 0px;
	margin-bottom: 0px;
}

p#footer{
	padding-top: 20px;
	margin-bottom: 50px;
	margin-left: 20px;
	margin-right: 0px;
	height: 100px;
	width: 100%;
	font-size: 250%;
}


nav.sideMenu{
	position: static;
	float: none;
	display: block;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 50px 10px 50px 10px;
	width: 100%;
	height: auto;
	font-size: 400%;
	background: white;
}

nav.sideMenu li{
	display: inline-block;
	text-align: center;
	float: center;
}

nav.sideMenu li.littleLine:after{
	content: " | ";
}

nav.sideMenu br, nav.sideMenu span.hide{
	display: none;
}

nav.sideMenu span.firstFilters{
	display: block;
}

section.work{
	position: static;
	display: block;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	width: 100%;
	height: 800px;
	background: white;
}

div{
	float: none;
}

.work img.thumb{
	width: 300px;
	height: 300px;
}

li#backButton, nav.sideMenuBack{
	display: none;
}

section.project{
	float: none;
	display: block;
	width: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 30px 10px 30px 10px;
	background: white;
}

article.content{
	width: 100%;
}

h1.projectHeading{
	margin-left: 0px;
	font-size: 400%;
	width: 100%;
}

h2.tags{
	margin-top: 25px;
	margin-bottom: 0px;
	margin-left: 0px;
	display: block;
	font-size: 300%;
}

article.content p{
	margin-left: 0px;
	width: 100%;
	font-size: 230%;
}

.project img{
	width: 100%;
	margin-left: 0px;
	margin-right: 0px;
}

section#thesisInfo h2{
	font-size: 275%;
}

h1{
	font-size: 310%;
}

section#thesisInfo h3{
	font-size: 275%;
}

p.citation{
	font-size: 90%;
}

article.content p.artTitle{
	font-size: 150%;
}

iframe, img#tallImg, img.megamoonPic, img#stillLife2, img#wineGlasses, img#fingerPainting, img#dog{
	width: 100%;
}

img.relatedWork{
	margin-left: 2%;
	margin-right: 2%;
	width: 44%;
}


