@charset "utf-8";
/*  
Theme Name: matty.co.za
Theme URI: http://matty.co.za/
Description: Personal blog theme for the "Lost In Mattyville" blog.
Version: 3.5
Author: Matty
Author URI: http://matty.co.za/
Tags: widgets, clean, white, personal, lifestream, fixed width
*/

@import url('assets/css/advanced_reset.css');
@import url('assets/css/layout.css');
@import url('assets/css/posts.css');
@import url('assets/css/comments.css');

.clearfix { clear: both; }
.float_left { float: left; }
.float_right { float: right; }

.fullcolumn { width: 100%; display: block; }

.alignleft  { float: left; margin: 10px 15px 10px 0; }
.alignright  { float: right; margin: 10px 0 10px 15px; }
.aligncenter, div.aligncenter { display: block; margin-left: auto; margin-right: auto; }

.floatl  {float: left;}
.floatr  {float: right;}

.alignl  {text-align: left;}
.alignr  {text-align: right;}
.alignc  {text-align: center;}

.hide  {display: none;}

/*---------------------------------------------------------*/
