/**
 * Fixes for IE8
 */

/* Footer padding fix for IE8 not supporting first/last-child selectors */
.footer ul {
	padding-bottom: 7px;
}