/*
** Dark **
This is a very compact stylesheet designed to suppliment the main stylesheet
with an alternate, light text on dark background color scheme.
It only contains the selectors and properties necessary to change the color scheme.
*/

body {
	background-color: #070707;
	color: #c7c7c7;
	letter-spacing: 1px;
}

#content {
	line-height: 1.7em;
}

strong {
	color: #d4d4d4;
}

a {
	border-bottom: 1px solid #555;
	color: #c4c4c4;
}

a:hover {
	color: #c4c4c4;
}

#sidebar h1 a {
	color: #fff;
}

#sidebar h1 a:hover {
	color: #fff;
}

#sidebar a, h2 a {
	color: #e4e4e4;
}

#sidebar a:hover, h2 a:hover {
	color: #fff;
}

#sidebar h3 {
	color: #a4bfff;
}

#styleControls {
	border: 1px solid #c4c4c4;
}

#whiteButton {
	background-color: #c4c4c4;
	border-right: none;
}

#whiteButton:hover {
	background-color: #fff;
}

#sunButton {
	color: #fff;
	border-left: none;
	border-right: 1px solid #c4c4c4;
}

#sunButton:hover {
	background-color: #002E7A;
	border-left: 1px solid #002E7A;
	
}

#searchField {
	background-color: #c4c4c4;
	border: 2px solid #e4e4e4;
}

#footer {
	color: #272727;
}