/**
 * @section mobile styles 
 */
@media handheld {

	html, body {
	 font: 12px/15px sans-serif;
	 background: #fff;
	 padding: 3px;
	 color: #000;
	 margin: 0;
	}
	#ancillary,
	#aside,
	#big-note {
	 display: none;
	}
	h1, h2, h3, h4, h5, h6 {
	 font-weight: normal;
	}
	#wrapper img { 
	 max-width: 250px;
	}
	a:link, a:visited {
	 text-decoration: underline;
	 color: #3D85B0;
	}
	a:hover, a:active {
	 text-decoration: underline;
	 color: #C77725;
	}

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

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

}*/