/* mobile styles */
@media handheld {

	html, body {
		font: 12px/15px sans-serif;
		background: #fff;
		padding: 3px;
		color: #000;
		margin: 0;
		}
	#sidebar, #footer, #photoview, #scroller {
		display: none;
		}
	h1, h2, h3, h4, h5, h6 {
		font-weight: normal;
		color: #808040;
		}
	#content img { 
		max-width: 250px;
		}
	.center {
		width: 100%; !important;
		text-align: center;
		}
	a:link, a:visited {
		text-decoration: underline;
		color: #ddd;
		}
	a:hover, a:active {
		text-decoration: underline;
		color: #008542;
		}
ul.MenuBarHorizontal li
{
	width: 109px;
	float: none;
}
ul.MenuBarHorizontal ul
{
	width: 8.2em;
	position: absolute;
	left: 0;
}

}
/* iPhone-specific styles */
@media only screen and (max-device-width: 480px) { 

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

}
