﻿/* 
-----------------------------------------------
Dalgakıran - Basics Stylesheet
Author:   Space Sheep (www.spacesheep.net)
Version:  24.06.2008
----------------------------------------------- */

@import url("reset.css");       /* Reset */
@import url("typography.css");  /* Typography */
@import url("constants.css");   /* Constants */

/* 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 */


