/*
 * Author: Sean Campbell
 * Description: Stylesheet for footer part of the Something About Animals website
 * Website: http://www.somethingaboutanimals.com
 */

#footer {
	background-color: #eee;
	text-align: center;
	padding: 10px;
	border-top: 3px double #999;
}

#footer ul {
	list-style: none;
	font-size: 0.8em;
}

#footer ul li {
	display: inline;
	padding: 0 10px;
	line-height: 1.0em;
}

#footer a, #footer a:visited {
	color: blue;
	font-style: italic;
	text-decoration: none;
}

#footer a:hover {
	font-weight: bold;
}