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

.grid_1 { width:60px; }

#articles aside,
.grid_2 { width:150px; }

.grid_3 { width:240px; }
.grid_4 { width:330px; }
.grid_5 { width:420px; }
.grid_6 { width:510px; }

#articles article,
.grid_7 { width:600px; }

.grid_8 { width:690px; }
.grid_9 { width:780px; }
.grid_10 { width:870px; }
.grid_11 { width:960px; }
.grid_12 { width:1050px; }


.column, #articles aside, #articles article {
	margin: 0 15px;
	overflow: hidden;
	float: left;
}
section {
	width: 1080px;
	margin: 0 auto;
	overflow: hidden;
}
section section {
	margin: 0 -15px;
	width: auto;
	display: inline-block;
}