/*
940px grid system ~ Core CSS.
16 Columns ~ Margin left: 20px

Based on the simple grid system - http://www.webnicer.com/
by Jacek Ciolek

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

/* clearfix */
.clearfix:after, .row:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}
.clearfix, .row {display:inline-block;} /*Those two .clearfix have to be separate!)*/
.clearfix, .row {display:block;}

/* gridframework */
.row {position:relative; margin-left:-20px;}
.gu1 .row {width: 60px;}
.gu2 .row {width: 120px;}
.gu3 .row {width: 180px;}
.gu4 .row {width: 240px;}
.gu5 .row {width: 300px;}
.gu6 .row {width: 360px;}
.gu7 .row {width: 420px;}
.gu8 .row {width: 480px;}
.gu9 .row {width: 540px;}
.gu10 .row {width: 600px;}
.gu11 .row {width: 660px;}
.gu12 .row {width: 720px;}
.gu13 .row {width: 780px;}
.gu14 .row {width: 840px;}
.gu15 .row {width: 900px;}
.gu16 .row {width: 960px;}

.col {padding-left:20px; float:left; position:relative;}
.gu1{width: 40px;}
.gu2{width: 100px;}
.gu3{width: 160px;}
.gu4{width: 220px;}
.gu5{width: 280px;}
.gu6{width: 340px;}
.gu7{width: 400px;}
.gu8{width: 460px;}
.gu9{width: 520px;}
.gu10{width: 580px;}
.gu11{width: 640px;}
.gu12{width: 700px;}
.gu13{width: 760px;}
.gu14{width: 820px;}
.gu15{width: 880px;}
.gu16{width: 940px;}
