/* 
Title:   Screen styles and ie/win patches
Author: 	chet@shinyred.com
*/

/* import stylesheets and hide from ie/mac \*/
@import url("reset.css");
@import url("master-compressed.css");
@import url("iphone.css") only screen and (max-device-width: 480px);
/* end import/hide */