#footer {
	width:960px;
	padding:10px;
	background: #0678BE;
}

#footer {
	color:#eee;
}

#footer ul {
	float: left;
	margin:0;
	padding: 0;
}

#footer li {
	float: left;
	list-style-type: none;
	list-style-image: none;
	margin:0 5px 0 0;
}

#footer li.first {
	margin: 0;
}

#footer a:link {color:white; text-decoration: underline;}
#footer a:visited {color:white; text-decoration: underline;}
#footer a:hover {color:white; text-decoration: none;}
#footer a:active {color:white; text-decoration: none;}

#footer .footerMentions {
	float: right;
	margin:0 5px 0 0;
}

#footer .author {
	float: right;
	margin:1px 10px 0 0;
}