/*
Theme Name: Valley Meat Co.
Theme URI: http://www.ericfaerber.com
Description: Default theme for Valley Meat Co. website. Designed by Ferenc Petho and programmed by Eric Faerber
Version: 1.0
Author: Ferenc Petho
Author URI: http://www.ferencpetho.com/
Tags: 
*/

* {
	margin: 0;
	padding: 0;
	line-height: 1em;
}

body {
	background: url(images/background.png) repeat #E7DAAD;
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #8B6339;
}

a {
	color: #8B6339;
}

a:hover {
	color: #3B2416;
}

img {
	border: 0;
}

.clear {
	clear: both;
	display: block;
}

#wrapper {
	width: 1045px;
	margin: 37px auto;
}

/* header
----------------------------*/
#header {
	height: 20px;
	margin-bottom: 10px;
	padding: 0 8px;
}

#header h1 {
	font-size: 18px;
	text-transform: uppercase;
	float: left;
	line-height: 20px;
}

#header h1 a {
	text-decoration: none;
	color: #3B2416;
}

#navigation {
	list-style: none;
	float: right;
	text-transform: uppercase;
	font-size: 14px;
	text-align: right;
	white-space: nowrap;
}

#navigation li {
	display: inline;
	margin-left: 15px;
	line-height: 20px;
	white-space: nowrap;
}

#navigation a {
	text-decoration: none;
	color: #A67E53;
	white-space: nowrap;
}

#navigation li.current_page_item a, #navigation a:hover {
	color: #3B2416;
}

/* content
----------------------------*/
#content {
	background: url(images/content-bg.png) repeat-y top center;
	position: relative;
	padding: 0 24px;
	width: 997px; /*1045px;*/
}

#top {
	display: block;
	height: 13px;
	width: 100%;
	background: url(images/content-top.png) no-repeat;
}

#bottom {
	display: block;
	height: 35px;
	width: 100%;
	background: url(images/content-bottom.png) no-repeat;
}

/* image at the top of every page */
#page-image {
	position: absolute;
	top: 2px;
	left: 26px;
	display: block;
	width: 100%;
	z-index: 99;
}

.home #page-image {
	height: 356px;
}

/* banner with the logo on it */
#logo-banner {
	position: absolute;
	background-repeat: no-repeat;
	display: block;
	text-indent: -999em;
	width: 100%;
	z-index: 100;
	height: 190px;
	background-image: url(images/t2-banner.png);
	left: 0;
	top: 198px;
}

.home #logo-banner {
	height: 222px;
	top: 307px;
	left: 0;
	background-image: url(images/home-banner.png);
}

/* border around the contents of the page */
#content-border {
	border: 2px #A48B63 solid;
	padding-top: 368px;
}

.home #content-border {
	padding-top: 477px; /*507px;*/
}

#middle {
	position: relative;
	z-index: 105;
	padding: 30px;
	background: url(images/middle-bg.png) no-repeat bottom right;
	min-height: 213px;
}

.home #middle {
	background: url(images/middle-bg-home.png) no-repeat bottom right;
	min-height: 113px;
}

#middle p {
	margin-bottom: 1em;
	line-height: 1.4em;
}

#middle ul, #middle ol {
	margin: 0 0 1em 15px;
	line-height: 1.4em;
	/*break-inside: avoid-column;*/
}

#middle li {
	line-height: 1.4em;
}

#middle .content-box {
	background: url(images/content-box-bg.png) repeat-y;
	padding: 10px;
}

h2 {
	color: #3B2416;
	text-transform: uppercase;
	border-bottom: 2px #A48B63 solid;
	margin-bottom: 13px;
	font-size: 36px;
}

h2 a {
	text-decoration: none;
	color: #3B2416;
}

h3 {
	color: #402312;
	font-size: 15px;
	line-height: 1.4em;
	text-transform: uppercase;
}

h3 a {
	color: #402313;
	text-decoration: none;
}

h3 a:hover {
	text-decoration: underline;
}

h4 {
	font-size: 1em;
	color: #402312;
	line-height: 1.4em;
}

/*.home h2 {
	width: 50%;
}*/

.home .entry {
	width: 50%;
}

.t2 .entry {
	/*column-count: 2;
	column-gap: 50px;
	-moz-column-count: 2;
	-moz-column-gap: 50px;
	-webkit-column-count: 2;
	-webki-column-gap: 50px;*/
}

.t2 .entry .first {
	margin-right: 4%;
}

#posts {
	width: 575px;
	float: left;
}

#posts .post {
	border-bottom: 2px #A48B63 dotted;
	margin-bottom: 1em;
}

.meta {
	font-size: 10px;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

#sidebar {
	width: 273px;
	float: right;
}

#sidebar #searchform {
	margin-bottom: 1em;
}

#sidebar ul {
	list-style: none;
	margin: 0 0 1em;
}

#sidebar ul li a {
	line-height: 1.4em;
}

#sidebar a {
	text-decoration: none;
}

/* footer
----------------------------*/
#footer {
	padding: 0 10px;
	font-family: Georgia, serif;
	color: #603A17;
}

#footer .left {
	float: left;
}

#footer .right {
	float: right;
}



/* Products page
----------------------------*/
.product {
	width: 276px;
	float: left;
	margin: 0 40px 30px 0;
}

.product.first {
	clear: both;
}

.product.last {
	margin-right: 0;
}

.product h3 {
	font-size: 15px;
	border-bottom: 2px #A48B63 solid;
	margin: 5px 0;
	text-transform: uppercase;
}

/* comments */
#middle .commentlist {
	list-style: none;
	margin: 0;
	padding: 0;
}

#middle .commentlist li {
	border-bottom: 2px #A48B63 dotted;
	margin-bottom: 1em;
}

.comment-author {
	margin-bottom: 1em;
}

.comment-meta {
	font-size: 11px;
	margin-bottom: 1em;
}

.comment-meta a {
	text-decoration: none;
}

