@charset "utf-8";

/* Style specific styles */

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

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

a:active, a:hover, h2 {
	color: #d8ebd8;
}

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

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

.selected {
	background: #f5a909;
}

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

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