@import url("nested_fluid_grid.css");
/* @import url("drop_down_nav.css"); */
/* @import url("touch_down_nav.css"); */
@import url("new/main.css");

/* fonts */
/*
@import url("fonts/proxima/stylesheet.css");
@import url("fonts/liberator/stylesheet.css");
@import url("fonts/museo/stylesheet.css");
*/

/* from 0 to 1000px */
/* @import url("new/max1000.css") screen and (max-width: 1000px); */

/* from 0 to 800px */
@import url("new/max800.css") screen and (max-width: 800px);

/* from 0 to 500px */
@import url("new/max500.css") screen and (max-width: 500px);

/* high resolution */

@import url("new/hires.css") screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min--moz-device-pixel-ratio: 1.5), screen and (min-resolution: 240dpi);
