/* Global stylesheet - Makana Media */
/* Author: Calvin Chan */

@import url("reset.css");
@import url("typography.css");
@import url("master.css");

/* Global classes */
.center { text-align: center; }
.left { float: left; }
.right { float: right; }
.align-left { text-align: left; }
.align-right { text-align: right; }
.align-center { text-align: center; }
.clearboth { clear: both; }
.hide { display: none; }
.invisible { visibility: hidden; }
.uppercase { text-transform: uppercase; }
.lowercase { text-transform: lowercase; }

/* clearfix http://www.positioniseverything.net/easyclearing.html */
.clearfix:after
{
        clear: both;
        content: '.';
        display: block;
        visibility: hidden;
        height: 0;
}
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; }
.clearfix { display: block; }