/**
 * file:            main.css
 * version:         1.0
 * changed:         2009-03-02
 * author:          Thomas Karolzyk, thomas@karolzyk.com
 *
 * description:
 * load all basic css files via import command
 *
 */

/* this is the basic structure for all pages */

@import "reset.css";
@import "basic.css";
@import "layout.css";
@import "navigation.css";
@import "typography.css";
@import "errors.css";

/* all theme related css should be loaded after this, in <head> */