/************************************************************************************
smaller than 980
*************************************************************************************/
@media screen and (max-width: 1000px) { /* We actually want this to kick in slightly wider */

	body {
	font: 1.8em Apres, Helvetica, Arial, sans-serif;
	line-height: 1.5em;
	}

	/* main */
	#main {
		width: 100%;
	}
	
	.half-left { /* these will be moved further down to phone sizes once i've done the other queries */
		width: 100% !important;
	}
	.half-right {
		width: 100% !important;
	}
	
}