@charset "utf-8";

/* --------- ALL */
@import url(http://www.huberspace.net/common/reset.css) all;


/* --------- SCREEN */
@import url(layout.css) screen;
@import url(screen.css) screen;
@import url(nav.css) screen;
@import url(http://www.huberspace.net/common/microformat.css) screen;


/* --------- HANDHELD */
@import url(antiscreen.css) handheld; 
@import url(antiscreen.css) only screen and (max-device-width:480px);
@import url(handheld.css) handheld; 
@import url(handheld.css) only screen and (max-device-width:480px);


/* --------- PRINT */
@import url(print.css) print;
