/* 
	screen-importer-calendar.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";
	@import "imported/screen-calendar.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";				
	
/* 
	@ Calendar colour categories
	These are dynamically generated, populating a CSS template with hex vars via PHP.
*/	
	
	@import "imported/screen-calendar-category-css.php?category=00";		
	@import "imported/screen-calendar-category-css.php?category=14";		
	@import "imported/screen-calendar-category-css.php?category=15";		
	@import "imported/screen-calendar-category-css.php?category=16";		
	@import "imported/screen-calendar-category-css.php?category=17";		
	@import "imported/screen-calendar-category-css.php?category=20";		
	@import "imported/screen-calendar-category-css.php?category=21";		
	@import "imported/screen-calendar-category-css.php?category=22";		
	@import "imported/screen-calendar-category-css.php?category=23";	
	@import "imported/screen-calendar-category-css.php?category=24";		
	@import "imported/screen-calendar-category-css.php?category=25";	
	@import "imported/screen-calendar-category-css.php?category=26";		
	@import "imported/screen-calendar-category-css.php?category=27";	
	@import "imported/screen-calendar-category-css.php?category=28";		
	@import "imported/screen-calendar-category-css.php?category=29";		
	@import "imported/screen-calendar-category-css.php?category=30";		
	@import "imported/screen-calendar-category-css.php?category=31";		
	@import "imported/screen-calendar-category-css.php?category=32";		
	@import "imported/screen-calendar-category-css.php?category=33";		
	@import "imported/screen-calendar-category-css.php?category=34";		
	@import "imported/screen-calendar-category-css.php?category=35";																	
