/*
-----------------------------------------------------
Master CSS file for [sitename.tld]
Media: screen, projection

Notes: Calls in all major stylesheets

Subversion generated content here?

Author: Author Name [ email at domain dot tld ]
For: Client [ client.tld ]
-----------------------------------------------------
*/

@import url(layout.css);
@import url(navigation.css);
@import url(content.css);
@import url(default.css);
@import url(bad-tags.css);
/* tweaks.css included via conditional comments in HTML */

/* 
scaffolding is disabled by default
before launch, remove:
	- ref to this file
	- scaffolding.css
	- this comment
if you need the styles in scaffolding.css, move them into the appropriate stylesheet
*/

/* @import url(scaffolding.css); */