@charset "utf-8";
/* CSS Document */
#footer ul { clear:left; }
#footer ul li {
	font-family: Tahoma, Geneve, sans-serif;
	font-size: 11px;
	float: left;
	padding: 0 12px 5px 12px;
	margin-top: 7px;
	border-right: 1px solid #cccccc;
}
#footer a {
	color: #999999;
	text-decoration: none;
	border-bottom: 1px solid #ffffff;
}
#footer a:hover {
	color: #cc0000;
	text-decoration: none;
	border-bottom: 1px solid #000;
}
#footer .title, #footer .title a, #footer .title a:visited {
	font-weight: bold;
	color: #757575;
	border: none;
	padding-right: 3px;
}
#footer .end { border: none; }
#copyright {
	color: #999999;
	clear: left;
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 10px;
	padding: 10px;
}

/* Community Buttons */
#footer ul.community {
	float:left;
	padding-top:15px;
}
#footer ul.community li {
	padding-bottom: 0;
	margin-top:-7px
}
#footer ul.community li.title, #footer ul.community li.end {
	border:none;
	padding-right:0;
}
#footer ul.community li.title { margin-top:-2px }
#footer ul.community li a { border:none !important; }
#footer ul.community li a span { display:none; }
