/*
 * CSS for screen media.
 */

body {
	color: #fff;
	background-color: #000;
}

a:hover{
	color: white;
	text-decoration: underline;
}

a.special {
	color: #fff;
}

a.special:hover{
	color: #999;
	text-decoration: none;
}

blockquote {
	color: #aaa;
	background: #444;
}

textarea {
	color: #000;
}

#welcome-content a:hover {
	text-decoration: none;
}

.post, .post-tag {
	background-color: #202020;
}

.post p.post-meta {
	color: #fff;
}

.footer {
	background-color: #202020;
}

.footer p {
	color: #eee;
}

#content ol.commentlist li .commentMeta span.author a {
	color: #CCC;
}

#content ol.commentlist li .commentMeta span.date a {
	color: #666;
}

.button {
	background-color: #202020;
	color: #fff;
}

.button:hover {
	background-color: #fff;
	border: 1px solid #202020;
	color: #202020;
}
