/* DOCUMENT INFORMATION ----------------------------------
NOTES:
Default CSS for resetting styles and setting basic 
typography utilises the Blueprint CSS framework v0.8
http://github.com/joshuaclayton/blueprint-css

Structure and layout files use custom CSS with no
reference to a framework.
--------------------------------------------------------*/


/* DEFAULTS ----------------------------------------------
Uses the reset.css and typography.css elements of the
Blueprint CSS framework as a solid project base
The grids & forms sections of Blueprint are not used.
--------------------------------------------------------*/
@import url("defaults.css");


/* LAYOUT ------------------------------------------------
Main project structure & style - custom not Blueprint
--------------------------------------------------------*/
@import url("layout.css");


/* IE BUGS -----------------------------------------------
IE7+ bug fixes are stored in ie7.css and are imported to 
the page using conditional comments - don't forget to 
check there if the files above don't hold the answer :-)

IE6 is served a different universal CSS file created by
Andy Clarke and is found in ie6.css
--------------------------------------------------------*/
