﻿/* 
-----------------------------------------------
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 */
@import url("form.css");   		/* Form Styles */
@import url("prototip.css");   	/* Prototip Styles */
/* Global Super Classes 
----------------------------------------------- */
.trans  { } /* Transparent PNG fix for IE6 */
.jqir   { } /* jQuery Image Replacement */

.left               { float: left; }
.right              { float: right; }
.center             { text-align: center; }

.hide, .hidden     	{ display: none; }
.invisible    		{ visibility: hidden; }

/* 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 */