@charset "utf-8";

/* Style specific styles */

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

a:link, a:visited {
	color: #90787a;
}

a:active, a:hover, #comment {
	color: #fff;
}

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

h2 {
	color: #c0a87f;
}

.border, .box {
	border: 1px #90787a solid;
}

.selected {
	background: #c0a87f;
}

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

#comment {
	border-right: 1px #90787a solid;
	border-left: 1px #90787a solid;
	border-bottom: 1px #90787a solid;
}