/*
320px grid system ~ Core CSS.
4 Columns ~ Margin left: 8px ~ Margin right: 8px

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: 64px;}
.grid_2 {width: 144px;}
.grid_3 {width: 224px;}
.grid_4 {width: 304px;}
.column {margin: 0 8px 0 8px;
         overflow: hidden;
         float: left;
         display: inline;}
.row {width: 320px;
         margin: 0 auto;
         overflow: hidden;}
.row .row {margin: 0 -8px 0 -8px;
         width: auto;
         display: inline-block;}
