@charset "utf-8";

/* Style specific styles */

body {
	color: #fff;
	background: #c4c4c4;
}

a:link, a:visited, h2 {
	color: #888;
}

a:active, a:hover {
	color: #000;
}

img.button, .thumb-container {
	border: 1px #0f0f0f dashed;
}

.border, .box {
	border: 1px #0f0f0f solid;
}

.selected {
	background: #2e2e2e;
}

#header, #comment, #footer {
	background: #404040;
}

#comment {
	border-right: 1px #0f0f0f solid;
	border-left: 1px #0f0f0f solid;
	border-bottom: 1px #0f0f0f solid;
	color: #fff;
}