/* YAML */
@import url(/yaml/core/base.css);
@import url(/yaml/screen/forms.css);
@import url(/yaml/add-ons/microformats/microformats.css);

/* Overrides */
@import url(/themes/clean/stylesheets/basemod.css);
@import url(/themes/clean/stylesheets/add-ons/microformatsmod.css);
@import url(/themes/clean/stylesheets/navigation/nav_topnav.css);
@import url(/themes/clean/stylesheets/navigation/nav_sitemenu.css);
@import url(/themes/clean/stylesheets/navigation/nav_sectionmenu.css);
@import url(/themes/clean/stylesheets/screen/rounded.css);
@import url(/themes/clean/stylesheets/content.css);
@import url(/themes/clean/stylesheets/print/print.css);

/* Undo screen/projection styling to reset for handheld as workaround for different mobile browser handling of css */
/* See http://www.alistapart.com/articles/return-of-the-mobile-stylesheet */
@import url(/themes/clean/stylesheets/screen/anti.css) handheld;
@import url(/themes/clean/stylesheets/screen/anti.css) only screen and (max-device-width: 480px);
@import url(/themes/clean/stylesheets/screen/handheld.css) handheld;
@import url(/themes/clean/stylesheets/screen/handheld.css) only screen and (max-device-width: 480px);


