/* 
-----------------------------------------------
Master Stylesheet
Author:   Elle Meredith
Site:     Design by Elle
Version:  2009.02

----------------------------------------------- */

@import url("/stylesheets/reset.css");       /* Reset */
@import url("/stylesheets/layout.css");      /* Layout */
@import url("/stylesheets/typography.css");  /* Typography */
@import url("/stylesheets/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; }

.last 		    { margin-right: 0; }

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 */