=== Using the CSS files ===

* There are several stylesheets included for your use with this theme.
* If you want to include any of them in your child theme's stylesheet, use the @import rule
* Example:

@import url('../hybrid/library/css/example.css');

=== Default CSS ===

* The default theme style uses:
	* 21px.css
	* plugins.css
	* screen.css

* To use these in your own stylesheet, simply add this before any other style rules:

/* Get base 21px CSS */
@import url('../hybrid/library/css/21px.css');

/* Get plugins CSS */
@import url('../hybrid/library/css/plugins.css');

/* Get default screen view CSS */
@import url('../hybrid/library/css/screen.css');

* By default, some stylesheets are compressed.  However, there are uncompressed versions included.

=== Deprecated CSS Files ===

* The below stylesheets have been removed or deprecated.

	* /css/default.css (use screen.css instead)
	* /css/default.uncompressed.css
	* /css/base.css
	* /css/base.uncompressed.css
	* /css/blueprint/ie.css
	* /css/blueprint/screen.css
	* /css/960/960.css
	* /css/960.uncompressed.css