/*--- Show Layout ---*/
body.gridshow{
	background:url(http://griddle.it/960-12-20) top center repeat-y,
		url(../img/css/baseline.gif) 0 4px #fff;
}
#container{
	background: #FFF;
	position:relative;
	z-index:2;
	-webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}
#container,
.row {
	width:960px;
}
.column {
	margin: 0 10px;
	float: left;
	display: inline;
}
.row {
	margin: 0 auto;
}
/*--- GRIDS ---*/
/*--- 12 columns, 60 pixels each, with 20 pixel gutter ---*/
.grid_1 { width:60px; }
.grid_2 { width:140px; }
.grid_3 { width:220px; }
.grid_4 { width:300px; }
.grid_5 { width:380px; }
.grid_6 { width:460px; }
.grid_7 { width:540px; }
.grid_8 { width:620px; }
.grid_9 { width:700px; }
.grid_10 { width:780px; }
.grid_11 { width:860px; }
.grid_12 { width:940px; }

/* Clearfix specifically for the 1kbgrid */
.column:before,.column:after,.row:before,.row:after { content: ""; display: table; }
.column:after,.row:after { clear: both; }
.column,.row { zoom: 1; }