/*
This file contains styles for the footer of the web site.
*/
#footer p {
	font-size: 125%;  /* hack fix until we fix the font size on the body element. */
}

/*
Styles for the main footer container
*/
#social-navigation,
#ankle-bar {
	background-color: #4d4745;
	color: #fff;
	padding: 40px 0 0 0;
}
#ankle-bar {
	padding-bottom: 3em;
}

.footer-sidebars {
	position:relative;
	font-family: 'BentonSansRegular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 1.3em;
	color: #fff;
	text-decoration: none;
	width: 85%;
	margin: 0 auto;
	padding: 0;
}

.footer-sidebars h2 {
	text-transform: uppercase;
	font-size: 1em;
	margin-bottom: 5px;
	letter-spacing: 0.15em;
}

.footer-sidebars a {
	color: #EEEDEB;
}
.footer-sidebars a:hover {
	color: #ffffff;
}
 

.footer-sidebars .footer-column {
	text-align: center;
	margin: 0 auto;
	padding: 0;
	width: 85%;
}

.footer-sidebars .footer-column > div {
	margin-bottom: 20px;
}

.footer-sidebars .widget_nav_menu ul {
	padding-left: 0;
	margin: 0;
}
.footer-sidebars .widget_nav_menu li {
	list-style-type: none;
	padding: 0 0 10px 0;
	line-height: 1.2em;
	margin: 0;
}

@media screen and (min-width: 600px) {
	.footer-sidebars { width: 90%; }
	.footer-sidebars .footer-column {
		display: inline-block;
		width: 46%;
		text-align: left;
		vertical-align: top;
		padding-right: 1em;
	}
}

@media screen and (min-width: 850px) {
	.footer-sidebars {
		width: 98%;
		margin-left: 2em;
	}
	.footer-sidebars .footer-column {
		width: 21%;
		margin-right: 1em;
	}
}

@media screen and (min-width: 1070px) {
	.footer-sidebars {
		max-width: 1020px;
		margin: 0 auto;
	}
}
