@charset "UTF-8";
#footer {
	background-color: #1A1919;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #353535;
	margin-right: auto;
	margin-left: auto;
	padding-top: 40px;
}
#footer li{
	margin-top: 10px;
	margin-bottom: 10px;
}
#footer a   {
	color: #444;
}
#footer a img {
	border: 1px solid #101010;
}
#footer a img:hover {
	border: 1px solid #999;
}
#footer .linksHeader {
	font-weight: bold;
	display: block;
	color: #666;
	margin-bottom: 12px;
}
#footer #links {
	padding-right: 20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #222;
	float: left;
	margin-left: 0px;
	padding-bottom: 70px;
}
#footer #links a:hover {
	color: #09F;
	background-color: #222;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #333;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
}
#footer #tools{
	font-size: 12px;
	color: #666;
	float: left;
	width: 120px;
	padding-left: 20px;
	text-align: left;
	margin-left: 70px;
	margin-right: 40px;
}
#footer #tools a img {
	margin-right: 10px;
	margin-bottom: 10px;
}
#resources {
	font-size: 12px;
	color: #666;
	width: 140px;
	text-align: left;
	float: left;
}
#friends {
	font-size: 12px;
	color: #666;
	width: 140px;
	text-align: left;
	float: left;
	margin-left: 20px;
}
#inspiration {
	font-size: 12px;
	width: 140px;
	text-align: left;
	margin-left: 20px;
	float: left;
}
#connect {
	font-size: 12px;
	color: #666;
	float: right;
	text-align: right;
	margin-right: 69px;
	margin-left: 0px;
	padding-right: 20px;
}
#copyright {
	color: #333;
	font-size: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 0px;
}

