/*
984px grid system ~ Core CSS.
12 Columns ~ Margin left: 12px ~ Margin right: 12px

Based on the 1kb grid system - http://www.1kbgrid.com/
by Tyler Tate

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

.grid_1 {width: 58px;}
.grid_2 {width: 140px;}
.grid_3 {width: 222px;}
.grid_4 {width: 304px;}
.grid_5 {width: 386px;}
.grid_6 {width: 468px;}
.grid_7 {width: 550px;}
.grid_8 {width: 632px;}
.grid_9 {width: 714px;}
.grid_10 {width: 796px;}
.grid_11 {width: 878px;}
.grid_12 {width: 960px;}
.column {margin: 0 12px 0 12px;
         overflow: hidden;
         float: left;
         display: inline;}
.row {width: 984px;
         margin: 0 auto;
         overflow: hidden;
         position:relative;}
.row .row {margin: 0 -12px 0 -12px;
         width: auto;
         display: inline-block;}