a:link { color: #C00; }
a:visited { color: #900; }
a:hover { color: #F00; }
a.button_small:hover { color: #FF0000; }

form {
	display: inline;
}
body {
	background-color: #333;
}

#seasonal_left {
/*	display: none;*/
	height: 53px;
	width: 46px;
	position: absolute;
	background-image: url(tree.gif);
	left: 10px;
	top: 40px;
}

#seasonal_right {
	display: none;
	height: 53px;
	width: 46px;
	position: absolute;
	left: 295px;
	top: 60px;
	background-image: url(holly.gif);
}

#container {
	font-family: "Courier New",Courier,monospace;
	background-color: white;
	position: relative;
	left: 50%;
	margin-left: -400px;
	border-left: 3px solid black;
	border-right: 3px solid black;
	width: 800px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
#container ul {
	margin-top: 0px;
	list-style-type: square;
}

#header {
	background-color: black;
	padding: 20px 30px 20px 30px;
//	width: 800px;
}

#search {
	position: absolute;
	left: 100%;
	top: 40px;
	margin-left: -160px;
	color: white;
	font-weight: bold;
	font-size: 0.7em;
}

#nav {
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	font-weight: bold;
	font-size: 0.8em;
	background-color: #600;
	color: white;
	width: 800px;
	float: left;
}
#nav ul {
	margin: 0;
	padding: 0;
	border: none;
	list-style: none;
	float: left;
	width: 620px;
}
#nav li {
	float: left;
}
#nav li a {
	padding: 3px 0 0 3px;
	display: block;
	text-decoration: none;
	border-left: 5px double #900;
	width: 80px;
	height: 20px;
	color: white;
}
html>body #nav li a {
	border-left: 5px dotted #900;
}
#nav li a:hover {
	background-color: #900;
}

#buy {
	float:left;
	color: #0F0;
}
#buy input {
	font-weight: bold;
	font-size: 0.8em;
}

#meat {
	background-color: white;
	padding: 10px 50px 20px 50px;
	font-size: 1em;
	text-align: justify;
	clear: both;
}

.showcase td {
	font-size: 0.7em;
	font-weight: bold;
	text-align: center;
}

#footer {
	position: relative;
	width: 800px;
	background-color: black;
	color: white;
	font-size: 0.7em;
}
#footer a {
	color: white;
}

.bold {
	font-weight: bold;
	font-size: 1.2em;
}

.hidden {
	border: 1px dashed black;
	background-color: #EEE;
	padding: 10px;
	margin-bottom: -1em;
}
li .hidden {
	margin-bottom: 0;
}

.post {
	border: 2px solid #ddd;
	margin: 0 5px 20px 5px;
}

.post h2 {
	font-weight: bold;
	font-size: 1.2em;
	background-color: #cfc;
	padding: 5px;
	margin: 0;
}
.post h2 a {
	color: black;
	text-decoration: none;
}
.postmetadata {
	font-size: 0.7em;
	text-align: right;
	color: #999;
	padding-right: 5px;
}
.postmetadata a {
	color: #f99;
}

.entry {
	padding: 0 10px 0 10px;
}
small {
	font-size: 0.7em;
	padding-left: 5px;
	color: #999;
}
.hidden {
	display: none;
}
#sidebar {
	margin-left: auto;
	width: 190px;
	font-size: 0.8em;
}
#sidebar ul {
	margin-left: 10px;
}
#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
}
#sidebar ul, ul ul {
	margin: 0 0 10px 0;
	padding-left: 25px;
}
#sidebar h2 {
	font-size: 1em;
	margin: 0;
}
#content {
	width: 500px;
	float: left;
}
html>body #content {
	width: 520px;
}
.clear {
	clear: both;
}

.wp-caption {
        border: 1px dashed #ccc;
        text-align: center;
	font-size: 0.7em;
        background-color: #f3f3f3;
        padding-top: 4px;
        margin: 10px;
}

.wp-caption img {
        margin: 0;
        padding: 0;
        border: 0 none;
}

/* Ordering */
table.knife_detail {
	background-color: #EEE;
	border: 1px solid #CCC;
}
table.knife_detail th {
	color: white;
	font-weight: bold;
	background-color: #600;
	border-left: 5px double #900;
}
html>body table.knife_detail th {
	border-left: 5px dotted #900;
}

a.button_small {
    border: 2px solid black;
    border-color: #DDDDDD #000000 #000000 #DDDDDD;
    padding: 1px 5px 1px 5px;
    font-size: 14px;
    color: #000000;
    background-color: #FFFFFF;
    text-decoration: none;
}

.error_small {
  color: red;
  font-size: 12px;
}

.error_med {
  color: red;
  font-size: 12px;
  font-weight: bold;
}

