/* DOCUMENT INFORMATION ----------------------------------

TITLE:			soughtonhall.css
PURPOSE:		Master style sheet index
PROJECT:		Soughton Hall
LAST UPDATED:	26 September 2007
AUTHOR:			Simon Young

NOTES:
Default CSS for resetting styles and setting basic 
typography utilises the Blueprint CSS framework v0.6
http://code.google.com/p/blueprintcss

Structure and layout files use custom CSS with no
reference to a framework.

COMPATIBILITY:

CSS styles have been tested as follows:

IE7/Vista

IE7/WinXP
IE6/WinXP
Firefox 2.0/WinXP

Firefox 2.0/OS X
Safari 2.0/OS X

Opera?
--------------------------------------------------------*/


/* RESET -------------------------------------------------
Reset all pre-defined browser styles using reset.css from
Blueprint 0.6 based on Eric Meyer CSS reset work.
--------------------------------------------------------*/
@import url("reset.css");


/* TYPOGRAPHY --------------------------------------------
Import default typography stylesheet from Blueprint 0.6
Sets some basic styles for type which can be enhanced
or replaced from the project specific styles
--------------------------------------------------------*/
@import url("typography.css");


/* LAYOUT ------------------------------------------------
Import main project structure and style
--------------------------------------------------------*/
@import url("layout.css");
@import url("content.css");


/* NAVIGATION --------------------------------------------
Import styles for primary site navigation
--------------------------------------------------------*/
@import url("navbar.css");


/* IE BUGS -----------------------------------------------
Pre IE7 bug fixes are stored in ie.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 :-)
--------------------------------------------------------*/

