
/*
-------------------------------------------------------
file	:	screen master stylesheet
version	:	0.5
-------------------------------------------------------*/

/* 
reset everything to zero save us doing it over 
and over again in every stylesheet
*/
@import /**/"reset.css";


/*	
import core styles. Leave out IE 5
*/
@import /**/"layout_holy2.css";

@import /**/"content_02.css";

@import /**/"forms_01.css";

@import /**/"nav_doors.css";

@import /**/"sections.css";


/* colour comes last incase it needs to override any defaults 
colour.php
*/

/*	
import "add-on" styles, for extra tools
*/
@import /**/"switchers.css";
@import /**/"bubbletooltips.css";
@import /**/"lightbox.css";
@import /**/"hoverbox.css";


/*	
extras contains generic things like abbreviations and acronyms
best to add these on last as they will need to overide stuff
*/
@import /**/"extras.css";


/* 

Copyright notice 

You are not permitted to re-use the unique combination of XHTML, CSS or images.

Email: info@igoo.co.uk.

Creative Commons License:
http://creativecommons.org/licenses/by-nc-nd/2.0/

*/

/* CSS shorthand reference
-----------------------------------------------

value value value value; (top, right, bottom, left)
value value value; (top, right and left, bottom)
value value; (top and bottom, right and left)

----------------------------------------------- */


/* Character reference
-----------------------------------------------
For detailed information on the usage of the examples below, please see
this excellent article: http://www.alistapart.com/articles/emen/

em dash
Code: &#8212;

-----------------------

en dash
Code: &#8211;

-----------------------

opening single quote
Code: &#8216;

-----------------------

closing single quote (apoostraphe)
Code: &#8217;

-----------------------

opening double quote
Code: &#8220;


-----------------------

closing double quote
Code: &#8221;

-----------------------

ellipses
Code: &#8230;

----------------------------------------------- */


	