/* 	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("../../styles/layout.css");


/*
em {background-color:red;}
* div {background-color:#CCCCCC;}
* div div {background-color:#666666;}
* div div div {background-color:#ddd;}
p {background-color:#FFFF66;}
*/
