/* 
-----------------------------------------------
Moose Deer Point Marina v1.0 - Basics Stylesheet
Author:		Joel Ray
Version:	2009.01

This stylesheet serves as the nuts & guts for
all the basics of this design, including some 
quirks and tweaks.
----------------------------------------------- */

@import url("reset.css");       /* Reset */
@import url("typography.css");  /* Typography */


/* 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 */