@charset "utf-8";
/* CSS Document */
body{
	background: url(https://stoutknives.com/template/theme/wood-paper/wood.jpg) repeat;
}
a:link{ color: #cccccc; }
a:hover{ color: #999999; }
div#menu{ background: url(Menu.png) no-repeat; }
div#menu div#js-logo{ background: url(https://stoutknives.com/template/theme/wood-paper/Logo.png) no-repeat; }
div#menu ul li{
	color: black;
	text-shadow: white 1px 1px 1px;
	background: url(MenuButton.png) no-repeat;
}
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(MenuButton_Active.png) no-repeat;
}
table#content a{ color: #555; }
table#content a:hover{ color: #222 }
td.content,body#tinymce{ background: url(paper.jpg) !important; }
td.title{ text-shadow: black 2px 2px 2px; }
div#guestbook{ color: white; }
div#guestbook div.small-button{ background: url(MenuButton_Small.png) no-repeat; }
div#guestbook div.small-button:hover{ background: url(https://stoutknives.com/template/theme/wood-paper/MenuButton_Small_Active.png) no-repeat; }