/* @override http://keithnewhouse.com/keithnewhouse.css */

/* CSS Document */

body {
	background-color: black;
	font-family: Verdana, Arial, sans-serif;
}

h2 {
	color: white;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 5px;
}

h3 {
	color: #666;
	text-align: center;
	font-size: 10px;
}

#gallery-nav {
	margin: 15px auto;
	text-align: center;
	font-size: 0.80em;
}

#gallery-nav table {
	margin: auto;
	text-align: center;
	background-color: #222;
}

#gallery-nav a,
#gallery-nav a:link,
#gallery-nav a:active,
#gallery-nav a:hover {
	color: white;
	text-align: center;
	text-decoration: none;
	padding: 0 10px;
}

a:hover {
	color: red;
}

#flickr-show {
	text-align: center; 
	margin-top: 20px;
}

#footer {
	color: #666;
	text-align: center;
	font-family: Verdana, Arial, sans-serif;
	font-size: 9px;
	margin-top: 25px;
}

#footer a,
#footer a:link,
#footer a:active {
	color: #666;
	text-decoration: none;
}

#footer a:hover {
	color: #666;
	text-decoration: underline;
}