/* iea_handheld.css */

body { max-width: 320px;
	margin: auto;
	border: 1px Solid #000;
	font-family: sans-serif;
	font-size: 1em; }

h1, h2, h3, h4, h5, h6 { margin: 1em 0em;
	padding: 0.2em; }

h1 { font-size: 1.4em; }
h2 { border-top: 1px Solid #000;
	border-bottom: 1px Solid #000;
	font-size: 1.3em; }
h3 { font-size: 1.2em; }
h4 { font-size: 1.1em; }
h5 { font-size: 1em; }

ul, ol { margin-left: 1%;
	padding-left: 1%; }

a { color: #00c; }

div.clear, br.clear { display: none; }

div#entirety div#header { height: 65px;
	background: url('/images/layout/header-handheld.jpg') no-repeat center top; }
div#entirety div#header h1, div#entirety div#header img { display: none; }

div#entirety div#utility ul li a, div#entirety div#menu ul li a { display: block; }

img, input, select, textarea { max-width: 100%; }

div#entirety div#shell div#content { padding: 2%; }
