/* http://www.thestyleworks.de/tut-art/layout_handheld.shtml */
/* http://www.alistapart.com/articles/pocket/ */

@media handheld{
	
	body{
		font-size:1em;
	}

	/*--------------------------------------------------------------------*/
	/* ----- DIVIDERS----- */
	/*--------------------------------------------------------------------*/
	
	div#header {
		overflow: hidden;
	}
	
	div#header img	{
		max-height: 1.5cm;
		max-width: none;
	}
	

	
	/*--------------------------------------------------------------------*/
	/* ----- HEADINGS----- */
	/*--------------------------------------------------------------------*/
	
	h1, h2, h3, h4, h5, h6{
		margin:5% 0 0 0;
	}
	
	
	
	/*--------------------------------------------------------------------*/
	/* ----- PARAGRAPHS, FORMS, TABLES ----- */
	/*--------------------------------------------------------------------*/
	p, form, table{
		margin:0 0 5% 0;
	}
	
	
	
	/*--------------------------------------------------------------------*/
	/* ----- LISTS ----- */
	/*--------------------------------------------------------------------*/
	
	#main ol, #main ul, #main dl{
		margin:0 0 5% 20%;
	}
	
	
	
	/*--------------------------------------------------------------------*/
	/* ----- IMAGES----- */
	/*--------------------------------------------------------------------*/
	
	img{
		border:0;
		max-width:100%;
	}
	
	
	
	/*--------------------------------------------------------------------*/
	/* ----- TABLES ----- */
	/*--------------------------------------------------------------------*/
	
	table, tbody, tfoot, tr, td, th { 
		display: block; 
	}
}
