@charset "utf-8";

/* Style specific styles */

body {
	color: #cc5500;
	background: #464F49;
}

a:link, a:visited {
	color: #FF9900;
}

a:active, a:hover {
	color: #FF9900;
}

img.button, .thumb-container {
	border: 1px #cc5500 dashed;
}

h2, #comment {
	color: #FF9900;
}

.border, .box {
	border: 1px #cc5500 solid;
}

.selected {
	background: #ffaf23;
}

#comment {
	border-right: 1px #cc5500 solid;
	border-left: 1px #cc5500 solid;
	border-bottom: 1px #cc5500 solid;
}