.entrybody img { max-width: 100%; }
.entrybody { overflow: hidden; }
article { margin: 0; padding: 0; }
body { -webkit-text-size-adjust: 100%; }
.comment-avatar { float: right;}
.comment:after {
	clear: both;
	content: " ";
	display: block;
	height: 0;
	visibility: hidden;
	line-height: 0;
}

@media only screen and (max-width:770px) {
	body { 
		margin: 0 !important; 
		padding: 0 !important;
	}
	#wrapper { 
		width: 98% !important; 
		margin: 0 auto !important; 
		padding: 0 !important;
		float: none !important;
		background-image: none !important;
		position: inherit !important; 
	}
	#side { display: none !important; }
	#content { 
		width: 98% !important; 
		margin: 0 !important; 
		padding: 1% !important;
		border: 0 none !important;
		float: none !important;
		position: inherit !important; 
	}
	#header { 
		width: 94% !important;
		background-image: none !important; 
		overflow: hidden !important;
		margin: 10px 0 10px !important; 
		padding: 3% !important;
		border: 0 none !important;
	}
	input[type="text"], textarea { width: 90% !important; }
}

