/*
Theme Name: Dryden
Description: A primarily typographic WordPress theme.
Version: 1.0
Author: Sean O'Key
Author URI: http://www.seanokey.com
*/

@import "style/css/reset.css";
@import "style/css/typography.css";
@import "style/css/layout.css";

/* iPhone / mobile exceptions below */
@media all and (max-device-width: 480px) {


	#latestwork {
		display:none;
		}

	.post {
		float:left;
		padding-bottom:30px;
		width:500px;
		}
}

