@media only screen
	and (max-device-width : 320px) {
	/* Styles */
	div#content {
		/*float: none;*/
	}
	div#header-logo img {
		width: 100%;
	}
	.span-9 {
		width: 100%;
	}
	div#sidebar {
		float: none;
		width: 100%;
	}
	.widget_tag_cloud {
		display: none;
	}
	div#main-nav {
		display: none;
	}
	div#header {
		border-top: none;
		padding-top: 0;
	}
	
	#wrapper div#content h3 a {
		font-size: 225%;
	}

	#wrapper div#content h6.author_line {
		font-size: 225%;
	}
	
	#wrapper div#content p {
		font-size: 225%;
	}
	
	#header-liner h4 {
		font-size: 225% !important;
	}
	
	div.comment dl a {
		font-size: 225%;
	}
	
	div.comment dl img {
		width: 100%;
		height: auto;
	}
	
	div.sharing {
		display: none;
	}
}