/* wide devices */

/** primary elements */
/* just so I know which sytlesheet is in use */
/* h1 a:after {content:' (wide)'}*/


/* this entry is just for testing, it keeps changing just to check 
   I am picking up latest/right/expected version :-) */
p { color: green; }



/* the following classes, are used on divs, 
   but will become new html5 elements eventually */

/*
.aside {
	float:left;
	width: 25%;
}
*/

footer {
	clear:both;
}

.section {
	float:right;
	/*margin: 0 0 0 29%;	*/
	/* width: 75%; */
}


