/* 	TIL css master file */


/*
==================================================
1.	Import the basics 
====================================================
*/

/* Basic reset of default browser presentation */
@import url("reset.css");

/* Tidy up default typography */
@import url("type.css");

/* Clear float */
@import url("clearfix.css");


/*
==================================================
2.	Choose a layout 
====================================================
	Uncoment or linclude a template css file below then get the 
	HTML file with the same name from the TIL/HTML/layouts directory
*/


@import url("../../style/main.css");
@import url("../../style/navigation.css");
@import url("../../style/carousel.css");
@import url("../../style/basic.css?1");
