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

.grid1 { width:80px; }
.grid2 { width:180px; }
.grid3 { width:280px; }
.grid4 { width:380px; }
.grid5 { width:480px; }
.grid6 { width:580px; }
.grid7 { width:680px; }
.grid8 { width:780px; }
.grid9 { width:880px; }
.grid10 { width:980px; }
.grid11 { width:1080px; }
.grid12 { width:1180px; }

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