@charset "UTF-8";
/* CSS Document */

/* mobile styles */

@media handheld {

html, body { 
		font: 12px/15px sans-serif; !important
		background: #fff;!important
		padding: 3px;!important
		color: #000;!important
		margin: 0;!important
		}
h1, h2, h3, h4, h5, h6 {
		font-weight: normal;!important
		}
#content img { 
		max-width: 250px; !important
		}
.center {
		width: 100%; !important;
		text-align: center;
		}
a:link, a:visited {
		text-decoration: underline;
		color: #0000CC;
		}
a:hover, a:active {
		text-decoration: underline;
		color: #660066;
		}
img {display:none;} !important

#p7PMnav ul {display:none;} !important

#sharethis_0 {display:none;} !important

}

/* iPhone-specific styles */

@media only screen and (max-device-width: 480px) { 

	html {
		-webkit-text-size-adjust: none;
		}

}