/*	Some small modifications for iPhones and other
	mobile WebKit-browser-powered devices.
*/

#header,
#header *,
#content,
#footer {
	position: static;
}

#sidebar {
	display: none;
}

#content {
	margin-top: 5em;
}

#content {
	width: 98%;
	margin-left: 3.2%;
}

#content.full {
	width: 99.5%;
	margin-left: 2%;
}
#content.full .post .postmeta {
	float: none;
	position: static;
	width: auto;
	background: #eee;
	padding: .2em 0 .4em;
	margin: 0 0 1em 2%;
	font-size: .75em;
}
#content.full .post .postmeta * {
	display: inline;
}
#content.full .post .postmeta .tags {
	padding-left: .5em;
}
#content.full .post .postmeta .tags::before {
	content: "Tagged ";
	font-style: italic;
}
#content.full .post {
	margin: 0 2% 1em 0;
}

#content.full .post .captioned .caption {
	float: none;
	position: static;
	left: 0;
	margin: 0 .5em 1em;
	width: 90%;
}

#footer {
	width: 90%;
	margin-left: 3.2%;
	text-align: left;
}


h2 {
	-webkit-text-size-adjust: 125%;
}
h3 {
		-webkit-text-size-adjust: 150%;
}
p {
	-webkit-text-size-adjust: 150%;
}