/* mobile style sheet for backhandstories.com

(c) 2007 backhandmedia / Martin Bell

*/

/* structure */

body {
	width: 100%;
	font-size: 3em;
	margin: 0;
	padding: 0;
	background-color: #666666;
}

#page {
	background-image: none;
	background-color: #f4f2f2;
	margin: 0;
	padding: 10%;
	}

#header, #sidebar, #header h1, div.headerNav, div.headerNav ul,div.headerNav ul li, #contentJump, #searchform {
	display: block;
	clear: both;
	margin: 0;
	float: none;
	width: 100%;
	height: auto;
	padding: 0;
		}

#leftCol, #sidebar #adSkyscraper {
	display: none;
	}

.description {
	display: block;
	margin: 20px 0;
	font-size: 1.2em;
	font-style: oblique;
	}


#content {
	margin: 0;
	padding: 20px;
	border: 1px solid #ccc;
	background: #F4f2f2 url(images/contentBg.jpg) repeat-x top left;
	}


#headerNavTwo li a {
	display: block;
	text-indent: 0;
	width: auto;
	height: auto;
		}

#headerNavOne, #headerNavTwo, #headerNavTwo li a#fiction, #headerNavTwo li a:hover#fiction,#headerNavTwo li a#nonFiction, #headerNavTwo li a:hover#nonFiction,#headerNavTwo li a#essays, #headerNavTwo li a:hover#essays, #headerNavTwo li a#submit, #headerNavTwo li a:hover#submit, #headerNavOne li a#rssArticles, #headerNavOne li a:hover#rssArticles, #headerNavOne li a#rssComments, #headerNavOne li a:hover#rssComments {
	background: none;
	margin: 0;
	padding: 0;
	display: block;
	text-indent: 0;
	float: none;
	width: auto;
	height: auto;
	text-align: center;
	}




#headerNavTwo li a#credit {
	display: none;
	}

#recent-posts h2 span {
	margin: 0;
	}

