/*
940px grid system ~ Core CSS.
3 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;}
.one .row {width: 320px;}
.two .row {width: 640px;}
.three .row {width: 960px;}

.col {padding-left:20px; float:left; position:relative;}
.one{width: 300px;}
.two{width: 620px;}
.three{width: 940px;}

