/*	grid64
	- a fork of SimpleGrid by Conor Muirhead (http://simplegrid.info) / CSSGrid by Crowd Favorite (https://github.com/crowdfavorite/css-grid)
	- by Malte Mayrberger (http://mayrberger.com)
	- License: http://creativecommons.org/licenses/MIT/	*/

/* Containers */

.grid64 {
	margin: 0 auto;
	padding: 0 0 0 20px;
	width: 960px;
}

/* 6-Column Grid Sizes */
.block-1,.block-2,.block-3,.block-4,.block-5,.block-6 {width: 140px;} /* Sixths */
.block-1-2,.block-2-3,.block-3-4,.block-4-5,.block-5-6 {width: 300px;} /* Thirds */
.block-1-2-3-4,.block-2-3-4-5,.block-3-4-5-6 {width: 620px;} /* Two-Thirds */
.block-1-2-3-4-5,.block-2-3-4-5-6 {width: 780px;} /* Five-Sixths */

/* 4-Column Grid Sizes */
.block-7,.block-8,.block-9,.block-10 {width: 220px;} /* Quarters */
.block-7-8-9,.block-8-9-10 {width: 700px;} /* Three-Quarters */

/* 6-Column and 4-Column Shared Grid Sizes */
.block-1-2-3,.block-2-3-4,.block-3-4-5,.block-4-5-6, .block-7-8,.block-8-9,.block-9-10 {width: 460px;} /* Halves */
.block-1-2-3-4-5-6, .block-7-8-9-10 {width: 940px;} /* Full-Width */