/* Mobile stylesheet */
#header {
	float:none;
	position:inherit;
	width:480px;
	min-width:100%;
}

#content,#blog-posts,.entry-content,.entry-meta {
	float:none;
	width:auto;
	overflow:scroll;
}

#home-introduction
{
	clear:both;
	float:none;
	width:auto;
}

#home-introduction-text
{
	font-size:0.75em;
}

#home-introduction-portrait
{
	clear:both;
	float:none;
	width:auto;
}

#header-text
{
	display:block;
	width:100%;
}

#header h1
{
	padding:15px 2px 15px 15px;
	font-size:2em;
}

#nav {
	display:block;
	margin-left:-30px;
	font-size:1.0em;
	width:100%;
}


#sidebar {
	clear:both;
	float:none;
	width:auto;
	text-align:left;	
}