﻿
/* reset wipes out most strange browser specific margins, padding, borders, etc 
	starting the design on a clean slate.
*/
@import "reset.css";

/* all global typography styles go here. I.E. font sizes, bold, underline, italic, etc go here
	any styles that are part of the layout go in layout.
*/
@import "typo.css";

/* form elements */
@import "forms.css";

/* skin holds all colors, and background images */
@import "skin.css";

/* layout is the site structure, padding, margins, floats, etc. no colors, fonts
	or background images go in here please 
*/
@import "layout.css";

/* the header navbar related styles, if any, go in here to centralize them in one place */
@import "header-nav.css";

/* debug will color all the boxes in the layout a different color and remove background
	images to make debugging the css easier.
*/
/* @import "debug.css"; */

