/* 
-----------------------------------------------
Sidebar Creative v2.0 - Basics Stylesheet
Author: Bryan Veloso
Version: 2007.10
This stylesheet serves as the basics of this design.

This structure is based off of Jeff Croft,
Nathan Borror & World Online's CSS Framework.
----------------------------------------------- */

@import url("reset.css");       /* Reset */

/* Global Super Classes 
----------------------------------------------- */

.hide               { display: none; }
.invisible          { visibility: hidden; }

.left               { float: left; }
.right              { float: right; }

.clearfix:after     { clear: both; content: ".";  display: block; height: 0; visibility: hidden; }
.clearfix           { display: inline-block; }

/* Hides from IE-mac \*/
* html .clearfix    { height: 1%; }
.clearfix           { display: block; }
/* End hide from IE-mac */

