/* 
-----------------------------------------------
Sidebar Creative v2.0 - Basics Stylesheet
Author:   Bryan Veloso
Version:  2007.10
 
This stylesheet serves as the nuts & guts for
all the basics of this design, including some 
quirks, tweaks and otherwise tasty stuff that 
I've found during my travels.
 
This structure is based off of Jeff Croft,
Nathan Borror & World Online's CSS Framework.
----------------------------------------------- *
 
 
/* 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 */
 
