/* 	
	File Name:		1.stylesheet.CSS
	File URI: 	
	Description:	Initial Stylesheet.
					Imports the reset sytlesheets, common style, html, and layouts.
	
	Versions:		v0.0.3
						
	
	Author:			Kevinjohn Gallagher
	Author URI:		http://www.KevinjohnGallagher.com


	Modified date:	01 May 2010

	Copyright:		The following design or layout of this website (including images, colours,
					sizes, typography, stylesheets, javascripts, HTML code and positioning elements) 
					is held under the Attribution + Noncommercial + NoDerivatives (by-nc-nd) licence 
					described by the Creative Commons ( http://creativecommons.org/ ).
					
					To be clear, I am happy for unedited screenshots of this website to be used
					in personal and non-profit projects, if a link back and the copyright notice are
					included; but at no time may the code be copied and/or derived from and/or be reproduced.
					
					You may of course learn from the CSS elements posted here, and I am more than happy to 
					answer emails regarding technical outcomes of certain code blocks; but this layout and 
					theme (as described above) is herby under copyright of Kevinjohn Gallagher.
	
*/
	@import "2.standards.css";
	@import "3.reset.css";
	@import "4.constants.css";
	@import "5.html.css";
	@import "6.layout.css";

