#content {
	width: 550px;
	float: left;
	padding: 0;
}

#site-footer {
	width: 286px;
	float: right;
	background-image: none;
	padding-top: 0;
	margin: 0;
	clear: none;
}

#site-footer>.inner {
	width: auto;
}

#site-footer section {
	display: block;
	width: auto;
}



@media all and (min-width: 0px) and (max-width: 952px) {
	#content {
		width: auto;
		float: none;
		padding-bottom: 20px;
	}

	#site-footer {
		width: auto;
		float: none;
		margin: 0;
		clear: none;
	}

	#site-footer>.inner {
		width: auto;
		padding: 0 10px;
	}

	#site-footer section {
		display: inline-block;
		width: 270px;
	}
}