/* mobile styles */
@media handheld {

html, body {
		font: 12px/15px sans-serif;
		background: #fff;
		padding: 3px;
		color: #000;
		margin: 0;
}

#leftSidebar, #rightSidebar, #footer, #copyright {
	display: none;
}

h1, h2, h3, h4 {
	font-weight: normal;
}

#contentIndex, #content img { 
	max-width: 250px;
}
#indexpage, #menu li {
	text-align: left; !important;
}

#menu li {
    width: 100%; !important;
	text-align: center;
	padding-left: 0; !important;
}

a:link, a:visited {
	text-decoration: underline;
	color: #0000CC;
	}
	
a:hover, a:active {
	text-decoration: underline;
	color: #660066;
	}
		
.center {
	width: 100%; !important;
	text-align: center;
}

}

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

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

}

