/*  GRID OF NINE   ============================================================================= */


.span_9_of_9 {
	width: 100%;
}

.span_8_of_9 {
	width: 88.88%;
}

.span_7_of_9 {
	width: 77.77%;
}

.span_6_of_9 {
	width: 66.66%;
}

.span_5_of_9 {
	width: 55.55%;
}

.span_4_of_9 {
	width: 44.44%;
}

.span_3_of_9 {
	width: 33.33%;
}

.span_2_of_9 {
	width: 22.22%;
}

.span_1_of_9 {
	width: 11.11%;
}


/*  GUTTERED   ============================================================================= */


.guttered .span_8_of_9 {
	width: 88.71%;
}

.guttered .span_7_of_9 {
	width: 77.42%; 
}

.guttered .span_6_of_9 {
	width: 66.13%; 
}

.guttered  .span_5_of_9 {
	width: 54.84%; 
}

.guttered  .span_4_of_9 {
	width: 43.55%; 
}

.guttered  .span_3_of_9 {
	width: 32.26%;
}

.guttered  .span_2_of_9 {
	width: 20.97%; 
}

.guttered .span_1_of_9 {
	width: 9.68%; 
}


/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 900px) {
	.span_9_of_9 {
		width: 100%; 
	}
	.span_8_of_9 {
		width: 100%; 
	}
	.span_7_of_9 {
		width: 100%; 
	}
	.span_6_of_9 {
		width: 100%; 
	}
	.span_5_of_9 {
		width: 100%; 
	}
	.span_4_of_9 {
		width: 100%; 
	}
	.span_3_of_9 {
		width: 100%; 
	}
	.span_2_of_9 {
		width: 100%; 
	}
	.span_1_of_9 {
		width: 100%; 
	}
}