@charset "utf-8";

/* Style specific styles */

body {
	color: #382412;
	background: #eee4db;
}

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

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

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

h1, #footer, #comment {
	color: #fff;
}

h2 {
	color: #816244;
}

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

.selected, #comment {
	background: #816244;
}

#header, #footer {
	background: #4b3521;
}

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