@charset "utf-8";

/* Style specific styles */

body {
	color: #b3b31b;
	background: #f0f09e;
}

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

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

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

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

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

.selected {
	background: #ffffff;
}

#header, #comment, #footer {
	background: #8c8c29;
}

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