@media only screen
and (max-width: 1020px) {
	body {}
	article, #pagination, #infinite {
		width: 100%;
	}	
	#isotope{
		overflow: visible !important;
	}
}
@media only screen
and (max-width: 720px) {
	body {}
	body.index-page article.audio.xs, body.index-page article.xs {
		width: 100%;
	}
	article.audio .album-case, article.audio.xs .album-case {
		float: none;
		margin: 0;
	}
	article.audio .album-art, article.audio.xs .album-art {
		max-width: none;
		width: 100%;
		text-align: center;
		height: auto;
	}
	article.audio h2.track, article.audio.xs h2.track {
		padding-left: 0px;
	}
}
@media only screen
and (max-width: 580px) {
	body {}
	#isotope {
		width: 260px;
	}
	article, #pagination, #infinite {
		width: 100%;
	}
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    /* iPhone CSS rules here */
	body {}
	#container {
		padding: 0 20px;
	}
	#frame {
		border-right: 1px dotted #f19579;
		border-left: 1px dotted #f19579;
		z-index: 100;
	}
	#rail {
		display: block;
		margin: 0px -20px;
		width: auto;
		padding: 0 0px;
		position: static;
	}
	nav.pages {
		padding: 8px 20px 2px;
	}
	.search-text {
		display: none;
	}
	#site {
		position: static !important;
		padding-top: 40px;
		float: none !important;
		width: auto !important;
		margin: 0px 20px;
		display: block;
	}
	.social-links, ul.util, ul.bottom {
		display: none;
	}
	#main {
		clear: both;
		display: block;
		float: none;
		margin: 0px 20px;
		padding: 40px 0;
	}
	#isotope {
		width: auto;
	}
	article {
		width: auto;
		padding: 20px 20px 0 20px;
		margin: 0px 0px 40px 0;
	}
	#pagination, #infinite {
		width: auto;
	}
	#reveal {
		padding: 0 20px;
	}
	#reveal section {
		width: auto;
		font-size: 14px;
		line-height: 20px;
		margin: 0;
		padding-bottom: 20px;
		float: none;
		display: block;
		text-align: center;
		border-bottom: 1px dotted #f19579;
	}
	#reveal section:last-child{
		border-bottom: none;
		padding-bottom: 0;
	}
	.recent-updates iframe {
		display:none;
	}
	#tumblr_controls {
		top: 110px !important;
		position: absolute !important;
	}
}
