/* ----------------------------------------------------------

 * Filename:		screen.css
 * Description:		Global CSS
 * Version:			1.0.0(2009-03-27)YYYY-MM-DD
 * Website:			http://wwww.spacesheep.net/
 * Author:			Spacesheep (http://www.spacesheep.net)

 ==STRUCTURE:===============================================

 * Page width:		984px
 * Page Align:		left
 * Number of columns: 2

----------------------------------------------------------*/

@import url("reset.css"); 	/* Global Reset */ 
@import url("layout.css"); 	/* Layout Style */ 
@import url("form.css"); 	/* Form Style */
/* Widget Styles */
@import url("jquery.fancybox.css"); 	/* jQuery Fancybox Style */


/* Global Super Classes 

----------------------------------------------- */

.trans  { } /* Transparent PNG fix for IE6 */

.left				{ float: left; }
.right				{ float: right; }
.center				{ text-align: center; }
.invisible 			{ visibility: hidden; }
.hidden				{ display: none; }
.no-padding 		{ padding: 0; margin: 0; }


/* Clearfix
----------------------------------------------- */
.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 */

 
