/* 
-----------------------------------------------
Master Stylesheet
Author:   Elle Meredith
Site:     SV May Queen
Version:  2009.02.03

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

@import url("reset.css");       /* Reset */
@import url("layout.css");      /* Layout */
@import url("typography.css");  /* Typography */
@import url("screen.css");      /* rest of styles for screen */


/* =Global Super Classes
Miscellaneous conveniences:
----------------------------------------------- */

.hide               { display: none; }
.invisible          { visibility: hidden; }

.left               { float: left; }
.right              { float: right; }
.clear              { clear:both; }

form label          { cursor: pointer; }
acronym, abbr       { border-bottom: 1px dotted; cursor: help; }
fieldset            { border: none; }

/* =Eliminate border around link images */
a img, :link img, :visited img { border: none; }


/* =Clearing floats */
.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 */
