@media screen and (min-device-width: 320px) and (max-device-width: 1024px)
{
	#secondary {
		left:10px;
	}
	#colophon {
		display:table;
	}
	#searchform {
		position:relative;
		display:none;
	}
	#branding #searchform input {
		position:relative;
		float:left;
	}
}