@media screen and (max-width: 480px) {

/*320px*/

body {
	background-color: #153ba8;
	background-image: none !important;	
}

#superwrap, #innerwrap, #nav, #header {
	width: 320px !important;
}

.resume_width { 
	width: 280px !important; 
	margin: 0px auto;
}

.indexrow, .galleryrow, .doublewide, #resumecontainer {
	width: 320px !important;
}

 #innerwrap p {
	 width: 300px !important;
	 font-size: 18px !important;
 }

#copyright {
	line-height: 18px !important;	
}

.thumbnail{
	display: block;
	margin: 10px auto !important;
	float: none !important;
	clear: both;
	width: 200px;	
}

.thumbnail span {
	font-size: 18px !important;	
}

.header_contact {
	float: left !important;
}

.header_contact img {
	width: 162px !important;

}

#nav {
	padding: 20px auto;	
	background-image: none !important;
	background-color: #AFEFFC;
	height: auto !important;
	overflow:auto;
}

#nav a {
	display: block;
	clear: both;
	text-align: center;
	width: 300px;
	margin: 8px auto;	
	font-size: 18px;
	border-right: none;
	font-weight: bold;
}

/* 3d - motion graphics page */

.v_video iframe {
	width: 300px !important;
	width: 225px !important;	
}

.v_video a {
	font-size: 14px !important;
}

/* Web Design */

.launchlink {
	display: none;
}

.doublewide {
	width: 285px !important;	
}

/* Resume page */

.contactInfoImage {
	width: 320px !important;
}

}

