#footer
{
	border-top: 1px solid burlywood;
	padding: 30px;
	margin-top: 70px;
}
#footer_child
{
	margin: 0 auto;
	width: 200px;
}	
#footer .header
{
	margin: 0;
	color: #666;
	letter-spacing: .075em;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
}
#footer .link
{
	margin: 0px;
}
#footer .link a
{
	text-decoration: none;
	font-size: 16px;
	transition: color .2s ease-in-out;
	-moz-transition: color .2s ease-in-out;
	-webkit-transition: color .2s ease-in-out;
	line-height: 0px;
	color: #666;
}
#footer .link:hover
{
	color: #0d6069;
}
#footer #social_media_links
{
	margin: 20px;
	text-align: center;
}
#footer #copyright
{
	color: #57617a;
	margin: 0px auto;
	text-align: center;
}
