

/* Basic configuration */
.g1,.g2,.g3,.g4,.g5,.g6,.g7,.g8,.g9,.g10,.g11,.g12,.g13,.g14,.g15,.g16 {
	float:left;
	display:inline;
	margin-right:5px;
	margin-left:5px;
}

/* Widths */
.g1 { width:50px; }
.g2 { width:110px; }
.g3 { width:170px; }
.g4 { width:230px; }
.g5 { width:290px; }
.g6 { width:350px; }
.g7 { width:410px; }
.g8 { width:470px; }
.g9 { width:530px; }
.g10 { width:590px; }
.g11 { width:650px; }
.g12 { width:710px; }
.g13 { width:770px; }
.g14 { width:830px; }
.g15 { width:890px; }
.g16 { width:950px; }

/* Apply margin to content elements by default */
.mod_article>.block {
	margin-right:5px;
	margin-left:5px;
}

/* Except if the article itself is floated  */
.g1 .block,.g2 .block,.g3 .block,.g4 .block,.g5 .block,.g6 .block,.g7 .block,.g8 .block,.g9 .block,.g10 .block,.g11 .block,.g12 .block,.g13 .block,.g14 .block,.g15 .block,.g16 .block {
	margin-right:0;
	margin-left:0;
}

/* Reapply margin on nested grid elements */
.gr {
	margin-right:10px !important;
}

