/* BLOG.TXT HANDHELD STYLES */
/* Styles for handheld devices. */

body
{
	font-size: 200% !important;
	background-image: none;
	line-height: 150% !important;
}

input,
select,
textarea
{
	font-size: 1em !important;
}

div#wrapper
{
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
}

div#header
{
	width: auto !important;
	padding: 10px 20px !important;
	background-color: #e9f1dc;
}

div#header h1#blog-title
{
	float: none;
	margin: .5em 0 0 0 !important;
	background-color: #e9f1dc;
}

div#header h1#blog-title br
{
	display: none;
}

div#header div#blog-description,
div#header div.archive-description
{
	clear: both;
	float: none !important;
	width: auto !important;
	font-size: 1.2em !important;
	background-color: #e9f1dc;
}

div#container
{
	float: none !important;
	width: auto !important;
	margin: 0 !important;
	padding: 10px 20px !important;
	border: none !important;
}

div#content
{
	margin: 0 !important;
}

div.hfeed div.p1
{
	margin-top: 1em !important;
}

div.sidebar
{
	float: none !important;
	width: auto !important;
	border: none !important;
	width: auto !important;
	margin: 0 !important;
	padding: 10px 20px !important;
	font-size: 130% !important;
}

div.hfeed
{
	margin: 0 !important;
}

#searchform div
{
	clear: both;
}

div#secondary
{
	display: none;
}

div#footer
{
	width: auto !important;
	padding: 10px 20px !important;
	font-size: 130% !important;
}

