
/* Last updated:  1.28.11 */

/* mobile styles */
@media handheld {

	html, body {
		margin:0;
		padding:0;
		color:#fff;
		font-family:verdana;
		font-size:12px;
		font-weight:normal;
		}
	#sidebar, #footer {
		display: none;
		}
	h1, h2, h3, h4, h5, h6 {
		font-weight: normal;
		}
	#content img { 
		max-width: 250px;
		}
	.center {
		width: 100%; !important;
		}
	a:link, a:visited {
		text-decoration: underline;
		color: #9c2290;
		}
	a:hover, a:active {
		text-decoration: underline;
		color: #ff9900;
		}

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

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

}
