/*
See: "Gridding the 960"
http://cameronmoll.com/archives/2006/12/gridding_the_960/
*/

/* ---------------------------------------------------
=layout
------------------------------------------------------ */


.unit {
	float: left;	
	
	/* = lineheight */
	margin-right: 18px;		
	
	width: 302px;
}

.halve {
	width: 142px;
}


.span-2 {
	width: 622px;
}

.blog {
	width: 462px;
/*	margin-left: 40px;			
*/
}


.append-1 {
	/* = unit/2 + lineheight */
	margin-right: 178px;		
}

.full {
	/* span across full page width 
	*/
	width: 942px;
	float: none;
	
	margin-right: 0;	
}


div.last {
	margin-right: 0;	
}


.box {
	padding: .75em;
	
}






