﻿/* 	 
	For: http://pennedweb.com
	By: Eddie Giese
	Revision: 3 (03/2010)
	
	This file contains progressive enhancement
	or otherwise enriching features for those
	using more current browsers. Cheers!

*/
/* 
	+--------------------------+
*/

div:nth-child(2n+2).section { background: rgba(255,255,255,0.02); } /* 'highlight' every other section div */
#footer {background: rgba(0,0,0,0.2);} 