File: /home/mmickelson/tfgarchive/wpblogtest1.old/wp-content/themes/hybrid/library/css/readme.txt
=== 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:
* base.css
* plugins.css
* default.css
* To use these in your own stylesheet, simply add this before any other style rules:
/* Get base CSS */
@import url('../hybrid/library/css/base.css');
/* Get plugins CSS */
@import url('../hybrid/library/css/plugins.css');
/* Get default CSS */
@import url('../hybrid/library/css/plugins.css');
* Alternately, screen.css is the same stylesheet as default.css without any calls to images.
* By default, these stylesheets are compressed. However, there are uncompressed versions included.