/*
 * Black theme stylesheet for Urban Zebra.
 */

@import url(style.css);

html {
	background: #000;
	color: #ddd;
}

hr {
	background-color: #666;
	color: #666;
}

a:link, a:visited, a:hover, a:focusfocus {
	color: #09f;
}
a.home:link, a.home:visited,
a.permalink:link, a.permalink:visited {
	color: #ddd;
}
.invisible a:link, .invisible a:visited {
	color: #000;
}
a.home:hover, a.home:focus,
a.permalink:hover, a.permalink:focus,
.invisible a:hover, .invisible a:focus {
	color: #09f;
}

.disabled {
	color: #808080;
}

img.photo,
img.thumbnail {
	border-color: #eee;
}
a:hover img.thumbnail,
a:focus img.thumbnail {
	border-color: #09f;
}

#commentform input#author,
#commentform input#email,
#commentform input#url,
#commentform textarea {
	border-color: #999;
	background: #000;
	color: #ddd;
}

select,
select:focus,
option {
	background: #000;
	color: #ddd;
}
option:disabled	{
	color: #999;
}

#respond {
	background-color: #333;
	border-color: #444;
}

