  @charset "UTF-8";
/* ~~ The footer ~~ */
.footer {
	padding: 10px 0;
	background: #ccc;
	border-top: solid #eaaa00 4px;
	margin-bottom: 20px;
}
.footer p  {
	font-size: 0.7em;
	margin: 0 8px 0 8px;
}
.footer p a:link {
	color: #300;
	text-decoration: underline;
}
.footer p a:visited {
	color: #300;
	text-decoration: underline;
}
.footer p a:hover {
	color: #000;
	text-decoration: underline;
}
.footer p a:active {
	color: #300;
	text-decoration: underline;
}
.footer p a:focus {
	color: #300;
	text-decoration: underline;
}

.footer p .directedit a:link {text-decoration:none;}