@charset "utf-8";

/* Style specific styles */

body {
	color: #2b0b11;
	background: #c7124b;
}

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

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

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

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

.selected {
	background: #f72545;
}

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

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