/* mobile styles */
@media handheld {

	html, body {
		font: 12px/15px sans-serif;
		background: #eee;
		padding: 3px;
		color: #000;
		margin: 0;
		}
	#sidebar, #footer {
		display: none;
		}
	h1, h2, h3, h4, h5, h6 {
		font-weight: normal;
		font-family:Century gothic,Verdana,arial; 
		}
	#content img { 
		max-width: 250px;
		}
	.center {
		width: 100% !important;
		text-align: center;
		}
	a:link, a:visited {
		text-decoration: underline;
		color: #EEE;
		}
	a:hover, a:active {
		text-decoration: underline;
		color:#0CF;
		}

.myButtonhome {float:right;background-color:#7892c2;display:inline-block;cursor:pointer;color:#fff;font-family:Oswald,Arial;font-size:1em;padding:2px 4px;text-decoration:none;margin-top:2px;margin-right:2px}
.myButtonhome:hover {background-color:#476e9e;}
.myButtonhome:active {position:relative;top:1px;}
.myButtonhomegrey {float:right;background-color:#EEE;display:inline-block;cursor:pointer;color:#000;font-family:Oswald,Arial;font-size:1em;padding:2px 4px;text-decoration:none;margin-top:2px;margin-right:2px}
.myButtonhomegrey:hover {background-color:#476e9e;}
.myButtonhomegrey:active {position:relative;top:1px;}
.myButtonhomeyellow {float:right;background-color:#FC0;display:inline-block;cursor:pointer;color:#000;font-family:Oswald,Arial;font-size:1em;padding:2px 4px;text-decoration:none;margin-top:2px;margin-right:2px;}
.myButtonhomeyellow a {background-color:#FC0;cursor:pointer;color:#000;font-family:Oswald,Arial;font-size:1em;padding:0px 4px;text-decoration:none;}
.myButtonhomeyellow:hover {background-color:#476e9e;}
.myButtonhomeyellow:active {position:relative;top:1px;}

}
/* iPhone-specific styles */
@media only screen and (max-device-width: 480px) { 

	html {
		-webkit-text-size-adjust: none;
		}

}