/* ================ */
/* = The 1Kb Grid = */     /* 12 columns, 50 pixels each, with 30 pixel gutter */
/* ================ */

.grid_1 { width:50px; }
.grid_2 { width:130px; }
.grid_3 { width:210px; }
.grid_4 { width:290px; }
.grid_5 { width:370px; }
.grid_6 { width:450px; }
.grid_7 { width:530px; }
.grid_8 { width:610px; }
.grid_9 { width:690px; }
.grid_10 { width:770px; }
.grid_11 { width:850px; }
.grid_12 { width:930px; }

.column {
	margin: 0 15px;
	overflow: hidden;
	float: left;
	display: inline;
}
.row {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
}
.row .row {
	margin: 0 -15px;
	width: auto;
	display: inline-block;
}
