/* style.css:
Import all layout stylesheets

I've used the structure with WordPress in mind,
that's why I use a style.css file ^.^

1. base.css: everything but the menus */
@import url("_styles/page.css");

/* 2. the menus */
@import url("_styles/menus.css");

/* 3. other stuff i need */
/*@import url("_lib/css/debug.css");*/
@import url("_lib/css/lightview.css");
@import url("_lib/css/tablekit.css");