@charset "utf-8";
/* CSS Document */
body{ background: #240600; }
a:link{ color: #e5ccc6; }
a:hover{ color: white; }
div#menu{ background: url(https://stoutknives.com/template/theme/maroon-beige/Menu.png) no-repeat top center; }
div#menu div#js-logo{ background: url(https://stoutknives.com/template/theme/maroon-beige/Logo.png) no-repeat top center; }
div#menu ul li{
	background: url(https://stoutknives.com/template/theme/maroon-beige/MenuButton.png) no-repeat;
	background-size: 100% 100%;
	text-shadow: white 1px 1px 1px;
}
div#menu ul li a, div#guestbook div.small-button a{ color: black; }
div#menu ul li a:hover, div#guestbook div.small-button a:hover{ color: #333; }
div#menu ul li:hover{
	color: #333;
	background: url(https://stoutknives.com/template/theme/maroon-beige/MenuButton_Active.png) no-repeat;
	background-size: 100% 100%;
}
table#content a{ color: #3c0a00; }
table#content a:hover{ color: #200500 }
td.content,body#tinymce{ background-color: #f3ede6 !important; }
div#guestbook{ color: white; }
div#guestbook div.small-button{ background: url(https://stoutknives.com/template/theme/maroon-beige/MenuButton_Small.png) no-repeat; }
div#guestbook div.small-button:hover{ background: url(https://stoutknives.com/template/theme/maroon-beige/MenuButton_Small_Active.png) no-repeat; }