/* 
	screen-importer.css
	===============================================================
	The New Zealand Film Archive	
	Screen Styles
	
	Import stylesheets, to hide from older browsers with poor CSS support.	
	
	To sort, search for '@'	
  ===============================================================
*/

	@import "imported/defaults.css";
	@import "imported/screen.css";
	@import "imported/screen-calendar-module.css";	
	@import "imported/screen-jquery.lightbox.css";
	
/* 
	@ Colour themes
	These are dynamically generated, populating a CSS template with hex vars via PHP.
*/
	
	@import "imported/screen-theme-css.php?theme=blue";
	@import "imported/screen-theme-css.php?theme=orange";
	@import "imported/screen-theme-css.php?theme=green";
	@import "imported/screen-theme-css.php?theme=pink";
	@import "imported/screen-theme-css.php?theme=crimson";
	@import "imported/screen-theme-css.php?theme=purple";
	@import "imported/screen-theme-css.php?theme=darkgreen";
	@import "imported/screen-theme-css.php?theme=aqua";				
