/*
*************************************************

MATT PENSWORTH
Master Handheld Styles

Authored by Matt Pensworth
http://www.mattpensworth.com

*************************************************
*/


/*-------------------------------------------    
    Basic Browser Settings
-------------------------------------------*/

blockquote,body,button,dd,div,dl,dt,fieldset,form,h1,h2,h3,h4,h5,h6,hr,input,label,legend,li,ol,p,textarea,ul { border: 0;margin: 0;padding: 0;}
html,input,select,textarea { font-size: 100%; }

html {
	-webkit-text-size-adjust: none;
	}

body {
	background: #fff url(/assets/img/css/bg_body.gif) 0 0 repeat;
	color: #383838;
	font: 100%/1.5 Helvetica, Arial, sans-serif;
	}
		

/*-------------------------------------------    
    Structure
-------------------------------------------*/

#wrapper, #main, #about, #footer, hr, .column {
	float: none;
	padding: 10px;
	max-width: 480px;
	width: 100%;
	}
	
	
/*-------------------------------------------    
    Typography & Styling
-------------------------------------------*/

#masthead h1 {
	background: transparent url(/assets/img/css/mobile_mp_logo.png) 0 0 no-repeat;
    border: none;
	display: block;
	float: left;
	height: 36px;
	margin-right: 0;
	text-indent: -9999em;
	width: 150px;
	}
	
#masthead p { 
	clear: both;
	display: block;
	}