/*
 	Theme Name: 4.0
	Theme URI: 
	Description: The 4th iteration of kristopherlouie.com. Using a similar idea of what 'Sauver' was intended, 4.0 is an experimentation of grids, css and jQuery.
	Author: KRISTOPHER LOUIE
	Author URI: HTTP://KRISTOPHERLOUIE.COM
	Version: beta
	
This is the base style that holds the
basics styles together.

The CSS is written in the structure of the site,
everything in blocks from header to footer!

*/

@import 'css/reset.css';
@import 'css/layout.css';
@import 'css/typography.css';

/* Useful classes ----- */

.clear {
	clear:both;
}

.left {
	float:left;
}

.right {
	float:right;
}

.hide {
	display:none;
}