/*
960px grid system ~ Core CSS.
24 columns ~ margin: 0px

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: 960px;
}

/* =Grid >> Global
--------------------------------------------------------------------------------*/
.g40, .g80, .g120, .g160, .g200, .g240, .g280, .g320, .g360, .g400, .g440, .g480, .g520, .g560, .g600, .g640, .g680, .g720, .g760, .g800, .g840, .g880, .g920, .g960 {
	display: inline;
	float: left;
	margin-left: 0px;
}

/* =Grid >> 24 Columns
--------------------------------------------------------------------------------*/
.g40{width:40px;}
.g80{width:80px;}
.g120{width:120px;}
.g160{width:160px;}
.g200{width:200px;}
.g240{width:240px;}
.g280{width:280px;}
.g320{width:320px;}
.g360{width:360px;}
.g400{width:400px;}
.g440{width:440px;}
.g480{width:480px;}
.g520{width:520px;}
.g560{width:560px;}
.g600{width:600px;}
.g640{width:640px;}
.g680{width:680px;}
.g720{width:720px;}
.g760{width:760px;}
.g800{width:800px;}
.g840{width:840px;}
.g880{width:880px;}
.g920{width:920px;}
.g960{width:960px;}


/* =Grid >> 24 Columns - no left margin
--------------------------------------------------------------------------------*/
.ml40{margin-left:40px;}
.ml80{margin-left:80px;}
.ml120{margin-left:120px;}
.ml160{margin-left:160px;}
.ml200{margin-left:200px;}
.ml240{margin-left:240px;}
.ml280{margin-left:280px;}
.ml320{margin-left:320px;}
.ml360{margin-left:360px;}
.ml400{margin-left:400px;}
.ml440{margin-left:440px;}
.ml480{margin-left:480px;}
.ml520{margin-left:520px;}
.ml560{margin-left:560px;}
.ml600{margin-left:600px;}
.ml640{margin-left:640px;}
.ml680{margin-left:680px;}
.ml720{margin-left:720px;}
.ml760{margin-left:760px;}
.ml800{margin-left:800px;}
.ml840{margin-left:840px;}
.ml880{margin-left:880px;}
.ml920{margin-left:920px;}
.ml960{margin-left:960px;}


.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;
}

/* 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;
}
