@charset "utf-8";

/* Style specific styles */

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

a:link,
a:visited {
	color: #63631e;
}

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

.icon-container,
.thumb-container,
.border,
.box {
	border-color: #b0b035;
}

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

.thumb-container:hover,
.icon-container:hover {
	background-color: #ffffff;
}

#header,
#comment,
#footer {
	background: #63631e;
}

#comment {
	border-right-color: #b0b035;
	border-left-color: #b0b035;
	border-bottom-color: #b0b035;
}

#header a:link,
#header a:visited,
#footer a:link,
#footer a:visited {
	color: #dbdb23;
}

#header a:active,
#header a:hover,
#footer a:active,
#footer a:hover {
	color: #f2f528;
}
