/* 
-----------------------------------------------
East Church - Basics Stylesheet
Author:   Steve Nelson
Current as ot 9/2009

This stylesheet imports the common stylesheet modules
used throughout the site; special purpose sheets are
called for only when needed (for example the form.css
which is only used on the contact page)

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

/* Import stylesheets and hide from IE/Mac \*/

@import "/css/lib/reset.css";
@import "/css/lib/eccLayout.css";
@import "/css/lib/eccType.css";
@import "/css/smoothness/jquery-ui-1.7.1.custom.css";
@import "/css/lib/eccMenu.css";
@import "/css/lib/sifr.css";


/* Global Super Classes 
----------------------------------------------- */

.floatL { float:left; }
.floatR { float:right; }
.clearBoth { clear:both; }
.margin5 { margin:5px; }
.alignC { margin:0 auto; }
.blackBord { border:1px solid #000; padding:2px; }
.centerizer { width:98%; text-align:center; }
.docSource { display:none; }
img { border:none; }

/* End hide from IE-mac */
