/* ================ */
/* = The 1Kb Grid = */     /* 12 columns, 60 pixels each, with 20 pixel gutter */
/* ================ */

.grid_1 { width:40px; }
.grid_2 { width:120px; }
.grid_3 { width:200px; }
.grid_4 { width:280px; }
.grid_5 { width:360px; }
.grid_6 { width:440px; }
.grid_7 { width:520px; }
.grid_8 { width:600px; }
.grid_9 { width:680px; }
.grid_10 { width:760px; }
.grid_11 { width:840px; }
.grid_12 { width:920px; }

.column {
	margin: 0 20px;
	overflow: hidden;
	float: left;
	display: inline;
}
.row {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
}
.row .row {
	margin: 0 -20px;
	width: auto;
	display: inline-block;
}
