/* This is the source for the mobile css; it should be minimised using the YUI compressor before distribution */

body {
	font: 80%/1.2 "Lucida Grande" , Lucida, Verdana, sans-serif;
	min-height: 480px;
}

* {
	margin: 0;
	padding: 0;
}

#header {
	padding: 0;
	padding-bottom: 9px;
	background: #fff url(../mobile/img/header_find.gif) no-repeat left top;
	min-height: 38px;
}

#header h1 {
	background-color: #ffff99;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0 0 5px 45px;
	padding: 0.6em 0 0 4px;
	min-height: 29px;
}

#content {
	margin: 0 5%;
	padding: 3px 0 0 0;
}

#content h1 {
	font-size: 1em;
	font-weight: bold;
	padding-bottom: 0.2em;
}

#content h1 a {
	font-size: 0.9em;
	font-weight: normal;
}

#content h2 {
	font-size: 0.9em;
	font-weight: bold;
}

#content h3 {
	font-weight: normal;
	font-size: 1.0em;
}

#footer {
	text-align: center;
	margin: 0 2%;
	padding: 1em 0;
	font-size: 0.8em;
	color: #a0a0a0;
}

#footer a:link:active:visited {
	color: #a0a0a0;
}

#footer ol {
	padding: 0.5em 0 0 0;
	list-style-type: none;
}

#footer li {
	padding-right: 0.5em;
	margin: 0;
	border-right: 1px solid #a0a0a0;
	display: inline;
	font-size: 1em;
}

#footer p {
	margin: 0;
}

#footer h1 {
	font-size: 1em;
	font-weight: bold;
	padding-bottom: 0.2em;
}

#footer li.last {
	border-right: none;
}

fieldset {
	clear: both;
	border: 0;
}

fieldset ol, fieldset ul {
	list-style-type: none;
}

fieldset.results ol, fieldset.directions ol {
	padding: 0.5em 0;
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 1em;
}

fieldset.results li {
	padding-bottom: 0.5em;
}

fieldset ol li {
	vertical-align: middle;
}

fieldset ul li {
	padding: 0.2em 0;
}

fieldset ul li img {
	padding-right: 6px;
	vertical-align: middle;
}

fieldset label span {
	color: #a0a0a0;
}

fieldset p {
	font-size: 0.8em;
	color: #a0a0a0;
	padding: 0.4em 0 0.2em 0;
	margin: 0;
}

fieldset input.text {
	width: 100%;
	font-size: 1.2em;
	padding: 0.2em 0;
}

fieldset input.button, div#geolocation input.button {
	padding: 0.1em 1em;
	font-size: 1.2em;
}

ol.buttons {
	padding-top: 1em;
	text-align: center;
}

ol, ul {
	font-size: 1em;
	margin-right: 1em;
}

ol {
	list-style-type: none;
	width: 100%;
}

ol li {
	margin-bottom: 0.5em;
}

ul {
	list-style-type: disc;
	list-style-position: outside;
}

ul li {
	padding-bottom: 0.2em;
}

.error {
	padding: 0.5em 0;
	color: Red;
}

p img, .iconWrapper img {
	padding-right: 6px;
	vertical-align: middle;
	padding-top: 0;
}

#toiletDetails {
	text-align: center;
}

#toiletDetails p img {
	padding-bottom: 0.2em;
}

#toiletDetails p, #toiletDetails h1 {
	text-align: left;
}

h1 {
	margin-bottom: 0.25em;
}

p {
	margin: 0.5em 0;
}

p.directionsLink {
	text-align: center;
}

.legend li img {
	vertical-align: middle;
	padding-right: 0.5em;
}

div#geolocation {
	float: left;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background: #ddd;
	border: 1px solid #aaa;
	padding: 0.5em 5%;
	margin-bottom: 1em;
	width: 90%;
	margin: 0.5em 0 1em 0;
	min-width: 225px;
}

div#geolocation label {
	width: 10em;
	float: left;
}

div#geolocation input {
	float: right;
}

