
/*

[ CSS Document ]

	Style Sheet Name: mobile.css
	Purpose: Mobile Stylesheet

[ Table Of Contents ]

	0- Mobile Reset
	1- Mobile Styles






/* ––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
=0 -               M O B I L E   R E S E T
––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */

/*
- Hide any styles not needed on mobile devices {display: none;}
*/



/* ––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
=1 -               M O B I L E   S T Y L E S
––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */

body {
	background: 		none;
}

/* ---- N E W  S T Y L E S --------------------- */

section {
	width: 					480px;
	clear: 					both;
	-webkit-text-size-adjust: none;
}

article {
	width: 					480px;
	clear: 					both;
}

aside {
	width: 					480px;
	clear: 					both;
}

p {
	-webkit-text-size-adjust: none;
}
