#footer{
	color:#ccc;
	background:#701007 url('img/bg-footer.jpg') repeat-x left bottom;
}
#footer section {
	float:left;
	width:223px;
	padding:30px 25px 20px 0;
	font-family:'Amethysta',Georgia,serif;
}

#footer section.quicklinks {
	padding:30px 0px 20px 0;
}

#footer h1{
	color:#f5af00;
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:1px dotted #984005;
	font-size:16px;
}
#footer ul{
	list-style:url('img/li-footer.png');
	margin-left:10px;
}
#footer li{
	font-size:12px;
	padding-bottom:7px;
}
#footer .south{
	height:80px;
}
#logo-bottom{
	float:left;
	margin:15px 12px 0 0;
}
#copyright{
	float:left;
	margin-top:17px;
}
#social{
	float:right;
	margin:30px 10px 0 0;
}
#social li{
	float:left;
	display:block;
	width:23px;
	height:20px;
	background:url('img/social.png') no-repeat;
	margin-right:7px;
}
#social li a{
	display:block;
	width:100%;
	height:100%;
}
#social .facebook{
	background-position:0 0;
}
#social .twitter{
	background-position:-30px 0;
}
#social .youtube{
	background-position:-60px 0;
}
#social .google{
	background-position:-90px 0;
}
#social .rss{
	background-position:-120px 0;
}
#goto-top{
	float:right;
	width:16px;
	height:100%;
	background:#530c05 url('img/goto-top.png') no-repeat center center;
	-webkit-transition:background-color .2s ease-out;
	-moz-transition:background-color .2s ease-out;
	-ms-transition:background-color .2s ease-out;
	-o-transition:background-color .2s ease-out;
	transition:background-color .2s ease-out;
}
#goto-top:hover{
	background-color:#300;
}
#goto-top a{
	display:block;
	width:100%;
	height:100%;
}