﻿/* ---------------------------------------------------------------------------------

	File: 			screen.css
	Author: 		Walter Botich
	Created: 		08/14/07
	Modified:		08/05/08
	Description:	Screen & Projection Styles
					This is the main CSS-file for the framework.
                    Include this in the <head> of every page or in a .NET skin folder.
	
----------------------------------------------------------------------------------*/

/* REQUIRED: Clears browser default styling */
@import url("library/reset.css");
/* REQUIRED: Loads default typography */
@import url("library/typography.css");
/* OPTIONAL: Loads default form styles */
@import url("library/form.css");
/* OPTIONAL: Loads default button set */
@import url("library/buttons.css");

/* REQUIRED: Loads page layout (put last so user defined styles in layout override above styles) */
@import url("library/layout.css");