/* ---------------------------------------------------------------------- */
/*  Custom Grid
/* ---------------------------------------------------------------------- */

.container.wide {
	margin:0 auto;
	width:980px;
	position:relative;
}

.container {
	margin:0 auto;
	width:940px;
	position:relative;
}

.container .one-half,
.container .one-third,
.container .one-fourth,
.container .two-thirds,
.container .three-fourths {
	float:left;
	margin-right:20px;
}

.container .one-half.last,
.container .one-third.last,
.container .one-fourth.last,
.container .two-thirds.last,
.container .three-fourths.last {
	margin-right:0;
}

.container .one-half       { width:460px; } 
.container .one-third      { width:300px; }  
.container .one-fourth     { width:220px; }   
.container .two-thirds     { width:620px; }   
.container .three-fourths  { width:700px; }
