#mobile {
	display: block;
	padding: 5px;
	margin: 5px;
	color: #fff;
	background-color: #cc4c4c;
	border-radius: 5px;
	border: 1px solid #923636;
	text-shadow: 0px 1px 0px #923636;
}

html {
	width: 100%;
	margin: 0px;
	min-width: 100%;
}

/* Header */

#header {
	width: 100%;
}

#header h1 {
	width: 100%;
	background-size: 100%;
	background-position: 50% 50%;
}

/* Nav */

#nav {
	width: 100%;
}

#nav li {
	width: 25%;
	margin: 0px;
}

/* Main */

#content {
	width: 100%;
	padding-bottom: 30px;
}

#main {
	width: 100%;
	margin: 0px;
}

/* Sidebar */

#sidebar {
	display: none;
}

/* Footer */

#footerContainer {
	position: relative;
	height: auto;
	background-image: none;
}

#footer {
	width: 100%;
}

#twitter,
#latest,
#tools,
#copyright {
	margin: 0px;
	padding: 5px;
	float: none;
	width: auto;
}

#twitter img {
	right: 0px;
}

#tools ul {
	margin: 0px auto;
}

#copyright {
	position: relative;
	top: 0px;
	margin: 0px auto;
}

/* About */

blockquote.intro {
	text-indent: 40px;
}

#resume {
	float: none;
	width: auto;
}

#resume .image {
	margin: 0px auto;
}

#featured {
	float: none;
	width: auto;
	margin: 0px;
}

#featured img {
	float: none;
	margin: 0px auto;
}

#featured .details {
	width: auto;
	float: none;
	margin: 0px;
}

#skillz {
	width: auto;
}

#skillz div {
	width: 23%;
	margin: 0% 1%;
}

/* Portfolio */

.top blockquote {
	width: 100%;
	margin: 0px;
	padding: 0px;
}

.dazzle {
	display: none;
}

ul.pnav {
	margin: 15px auto;
}

.item .image {
	float: none;
	margin: 0px auto;
}

.item .details {
	float: none;
	width: auto;
}

/* Blog */

.entry img.thumb {
	float: none;
	margin: 0px auto;
}

.entry .text {
	float: none;
	margin: 0px;
	width: auto;
}

/* Contact */

div.input {
	float: none;
	width: 100%;
}

#name,
#from,
#subject,
#message {
	width: 95%;
	margin: 0px auto;
}
