/* ----------------------------
Design by Sarah Francis 2009
------------------------------*/

/* ----------------------------
Update notes:
Reset.css should be left alone, it normalises browsers
layout.css contains layout styling for divs, backgrounds etc
typo.css contains typography details only
see within files for more info 
------------------------------- */

	/* Importing stylesheets */
	@import url("reset.css");
	@import url("layout.css");
	@import url("typo.css");

	/* hides accessibility text and h1 h2 tags for seo */
	/* use very sparingly */
	.hide {
		position : absolute;
		left : -9999px;
	}
	