/*blacks*/
body {
	background-color: #eee;
	color: #000;
}
#logo a {
	color: #000;
}
h3 {
	color: #000;
}
h4 {
	color: #000;
}
hr {
	background-color: #000;
}
blockquote {
	border-bottom: solid 1px #000;
}
#container {
	border-left: solid 5px #000;
}
.post h1 {
	background-color: #000;
	color: #fff;
}
.post h1 a {
	background-color: #000;
}
/*colors*/
#container {
	background-color: black;
	color: #fff;
}
.post h1 {
	background-color: #fff;
}
.post h1 a {
	background-color: #fff;
	color: #000;
}
.post h1 a:hover {
	background-color: #fff;
	color: #000;
}
h2 {
	background-color: yellow;
	color: #000;
}
h3 {
	color: #fff;
	border-bottom-color: #fff;
}
hr {
	background-color: yellow;
}
a {
	color: yellow;
}
a:hover {
	color: #000;
	background-color: yellow;
}
blockquote {
	border-color: yellow;
	background-color: #333;
}
#container {
	border-right: solid 5px yellow;	
}
#logo {
	background-color: #000;
}
#logo a {
	background-color: #000;
	color: #fff;
}
#logo a:hover {
	color: yellow;
}
#importantStuff {
	background-color: #000;
}
.swatch {
	border-color: #fff;
}
.commentlist li {
	background-color: #666;
	border-bottom: solid 2px #000;	
	margin: 0 0 20px 0;
}
.commentlist .alt {
	background-color: #333;
}
.textbox {
	background-color: #000;
	color: #fff;
	border-color: #fff;
}	
.highlight {
	background-color: yellow;
	color: #000;
	font-weight: bold;
	padding: 2px;
}
