/*--------------- Footer ---------------*/

#footer {
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;	
	width: 100%;
	height: auto;
	margin-top: 0px;
	background-color: #231F20;
	font-size: 1.4em;
	color: #636363;
	text-align: center;
	padding-top: 2vh;
	padding-bottom: 2vh;
	font-weight: bold;
	background-image: url();
}

.footerContentContainer {
	display: inline-block;
}

.copyright,
.footerLink,
.footerSpacer,
.footerFacebook,
.footerTwitter {
	float: left;
}

#footer .clear {
	clear: both;
}

#footer a {
	color: #636363;
	text-decoration: none;	
}

#footer a:hover {
	color: #ffffff;
}

#footer .footerFacebook a {
	display: block;
	width: 20px;
	height: 18px;
	background-image: url('/images/footer_facebook_icon.gif');
}

#footer .footerFacebook a:hover {
	background-image: url('/images/footer_facebook_icon_hover.gif');	
}

#footer .footerTwitter a {
	display: block;
	width: 20px;
	height: 18px;
	background-image: url('/images/footer_twitter_icon.gif');		
}

#footer .footerTwitter a:hover {
	background-image: url('/images/footer_twitter_icon_hover.gif');	
}

#footer .footerRSS a {
	display: block;
	width: 20px;
	height: 18px;
	background-image: url('/images/footer_rss_icon.gif');		
}

#footer .footerRSS a:hover {
	background-image: url('/images/footer_rss_icon_hover.gif');
}