/*
989px grid system ~ Core CSS.
11 columns ~ margin: 10px

Based on the golden grid system - http://code.google.com/p/the-golden-grid/
by Vladimir Carrer

Created by the Grid System Generator - v1.00
Learn more ~ http://www.gridsystemgenerator.com/
*/

/* =Containers
--------------------------------------------------------------------------------*/
.main
{
	margin-left: auto;
	margin-right: auto;
	width: 989px;
}

/* =Grid >> Global
--------------------------------------------------------------------------------*/
.g89, .g178, .g267, .g356, .g445, .g534, .g623, .g712, .g801, .g890, .g979 {
	display: inline;
	float: left;
	margin-left: 10px;
	
}

/* =Grid >> 11 Columns
--------------------------------------------------------------------------------*/
.g89{width:79px;}
.g178{width:168px;}
.g267{width:257px;}
.g356{width:346px;}
.g445{width:435px;}
.g534{width:524px;}
.g623{width:613px;}
.g712{width:702px;}
.g801{width:791px;}
.g890{width:880px;}
.g979{width:969px;}


/* =Grid >> 11 Columns - no left margin
--------------------------------------------------------------------------------*/
.ml89{margin-left:99px;}
.ml178{margin-left:188px;}
.ml267{margin-left:277px;}
.ml356{margin-left:366px;}
.ml445{margin-left:455px;}
.ml534{margin-left:544px;}
.ml623{margin-left:633px;}
.ml712{margin-left:722px;}
.ml801{margin-left:811px;}
.ml890{margin-left:900px;}
.ml979{margin-left:989px;}


.inside{margin-left:0;}
/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/
/* http://sonspring.com/journal/clearing-floats */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
	border-bottom: 2px dotted #666;
	border-top: 2px dotted #666;
}

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */

.clearfix:after {
	clear: both;
	content:' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
