html{height:100%;}
body{
	min-height:100%;
	position:relative;
	margin:0;
	font:15px Arial, Helvetica, sans-serif;
	color:#fff;
	background:#2e1205 url(../images/bg-body.gif) repeat-x;
	min-width:998px;
}
* html body{height: 100%;}
img{border:none;}
a{
	color:#8dc63f;
	text-decoration:none;
}
a:active, a:focus{
	outline:none;
}
a:hover{text-decoration:underline;}
input,
textarea,
select{
	font:100% arial,sans-serif;
	vertical-align:middle;
}
form,fieldset{
	margin:0;
	padding:0;
	border:none;
}
/* wrapper */
#wrapper{
	width:100%;
	padding:0 0 265px;
	background:#180602 url(../images/bg-wrapper.jpg) no-repeat 50% 0;
	overflow:hidden;
}
#main{
	width:962px;
	margin:0 auto;
	position:relative;
}
/* content */
#content{
	float:left;
	width:680px;
	margin:152px 0 0;
}
#content h1{
	margin:0;
	position:absolute;
	top:0;
	left:-100px;
	width:710px;
	height:174px;
	z-index:10;
}
#content h1 a{
	float:left;
	background:url(../images/logo.png) no-repeat;
	width:710px;
	height:174px;
	text-indent:-9999px;
	cursor:pointer;
}
.navigation{
	width:100%;
	background:url(../images/bg-navigation.png) no-repeat;
	overflow:hidden;
	margin:0 0 30px;
}
.navigation ul{
	list-style:none;
	padding:14px 0 12px 31px;
	margin:0;
	position:relative;
	z-index:50;
}
.navigation ul li{
	display:inline;
	padding:0 33px 0 0;
	font-size:20px;
}
.navigation ul li a{
	color:#4986c9;
	text-decoration:none;
}
.navigation ul li a:hover{
	text-decoration:underline;
}
.products{
	padding:0 22px 25px 0;
	width:658px;
	overflow:hidden;
}
.item{
	width:100%;
	overflow:hidden;
	background:url(../images/bg-item.gif) repeat-x 0 100%;
	padding:0 0 30px;
}
.products .heading{
	width:100%;
	overflow:hidden;
	margin:0 0 10px;
}
.date{
	float:left;
	background:url(../images/bg-date.gif) no-repeat;
	width:41px;
	padding:5px 0 14px 15px;
	font-size:12px;
	margin:5px 17px 0 0;
}
.products .heading h2{
	margin:0 0 7px;
	font-size:36px;
	line-height:36px;
	float:left;
	width:585px;
	letter-spacing:-1px;
}
.products .heading h2 a{
	color:#fff;
}
.products .heading h2 span{
	display:block;
	font-weight:normal;
	font-size:18px;
	line-height:22px;
	color:#a67c52;
}
.products .heading h2 span a{
	color:#a67c52;
}
.text-box{
	padding:0 0 0 39px;
	width:619px;
	overflow:hidden;
}
.text-box img{
	float:left;
	padding:0 14px 0 0;
}
.text-box p{
	line-height:24px;
	padding:13px 0 18px;
	margin:0;
}
.text-box ul{
	list-style:none;
	padding:15px 0 10px;
	margin:0;
}
.text-box ul li{
	background:url(../images/grains-big.gif) no-repeat 0 3px;
	line-height:25px;
	padding:0 0 0 25px;
}
.text-box ul li ul{
	list-style:none;
	padding:0;
	margin:0 0 0 5px;
}
.text-box ul li li{
	background:url(../images/grains-litl.gif) no-repeat 0 7px;
	padding:0 0 0 18px;
}
/* sidebar */
#sidebar{
	float:left;
	width:336px;
	margin:44px -4px 0 -50px;
	position:relative;
}
.buttons{
	list-style:none;
	padding:0 0 11px 64px;
	margin:0;
	width:263px;
	overflow:hidden;
}
.buttons li{
	float:left;
	padding:0 2px 0 0;
}
.buttons li a,
.buttons li img{
	display:block;
}
.form-search{
	width:263px;
	padding:0 0 5px 64px;
	overflow:hidden;
}
.form-search label{
	display:none;
}
.form-search div{
	float:left;
	background:url(../images/bg-input.gif) no-repeat;
	width:220px;
}
.form-search div input{
	background:none;
	border:none;
	margin:0 5px 0 15px;
	width:200px;
	padding:13px 0 9px;
	font-size:16px;
	line-height:16px;
	color:#898989;
}
.btn-search{
	float:left;
	background:url(../images/btn-search.gif) no-repeat;
	width:43px;
	height:41px;
	text-indent:-9999px;
	overflow:hidden;
	cursor:pointer;
}
#sidebar .holder{
	background:url(../images/bg-sidebar.png) no-repeat;
	width:260px;
	padding:23px 16px 0 60px;
}
#sidebar .holder h3{
	margin:0 0 10px 8px;
	font-size:24px;
}
.items{
	list-style:none;
	padding:0 0 3px;
	margin:0 0 15px;
	background:url(../images/divider.gif) repeat-x 0 100%;
	position:relative;
}
.items li{
	font-size:18px;
	line-height:18px;
	background:url(../images/divider.gif) repeat-x;
	padding:5px 0 1px;
}
.items li a{
	color:#ff760a;
	padding:0 8px;
}
.items li ul{
	list-style:none;
	padding:0;
	margin:2px 0 0;
	background:none;
}
.items li li{
	padding:5px 0 3px 20px;
	font-size:16px;
	line-height:16px;
}
.items li li a{
	background:url(../images/bullet.gif) no-repeat 0 5px;
	padding:0 0 0 14px;
	color:#998675;
}
.items li li a:hover{
	background:url(../images/bullet-hover.gif) no-repeat 0 5px;
	color:#8dc63f;
	text-decoration:none;
}
.product-box{
	width:256px;
	overflow:hidden;
	margin:0 auto 3px;
}
.product-box .t{
	background:url(../images/bg-sidebox-t.gif) no-repeat;
	height:7px;
	overflow:hidden;
}
.product-box .c{
	background:#1c0801 url(../images/bg-sidebox.gif) repeat-x;
	width:229px;
	overflow:hidden;
	padding:0 20px 0 16px;
}
.product-box .heading{
	width:100%;
	overflow:hidden;
	position:relative;
	margin:0 0 13px;
}
.product-box h4{
	margin:0 14px 0 0;
	background:url(../images/logo-coffee.png) no-repeat;
	width:136px;
	height:70px;
	float:left;
	text-indent:-9999px;
}
.btn-shop{
	float:left;
	background:url(../images/btn-shop.gif) no-repeat;
	width:57px;
	height:24px;
	text-indent:-9999px;
	margin:31px 0 0;
}
.product-box p{
	font-size:11px;
	color:#736357;
	margin:0 0 6px;
}
.product-box .b{
	background:url(../images/bg-sidebox-b.gif) no-repeat;
	height:7px;
	overflow:hidden;
}
.posts{
	width:240px;
	overflow:hidden;
	border-top:1px solid #35231c;
	padding:10px;
}
.posts h4{
	margin:0 0 14px;
	font-size:18px;
	font-weight:normal;
	color:#ff760a;
}
.posts ul{
	list-style:none;
	padding:0;
	margin:0;
}
.posts ul li{
	font-size:12px;
	line-height:14px;
}
.posts ul li a{
	color:#998675;
}
.posts ul li a:hover{
	color:#8dc63f;
	text-decoration:none;
}
/* footer */
#footer{
	height:240px;
	width:100%;
	position:absolute;
	background:#f00;
	bottom:0;
	left:0;
	background:url(../images/bg-footer.jpg) no-repeat 50% 100%;
}
#footer .holder{
	width:962px;
	margin:0 auto;
	overflow:hidden;
	background:url(../images/bg-footer-holder.jpg) no-repeat;
	min-height:238px;
}
* html #footer .holder{
	height:238px;
	overflow:visible;
}
#footer .box{
	width:100%;
	overflow:hidden;
	margin:0 0 6px;
}
.shop-for{
	float:left;
	padding:28px 14px 0 26px;
	font-size:24px;
	letter-spacing:-1px;
}
.footbox{
	float:left;
	width:194px;
	margin:23px 5px 0 0;
}
.footbox .t{
	background:url(../images/bg-footbox-t.png) no-repeat;
	height:16px;
	overflow:hidden;
}

.footbox .c:after{
	clear:both;
	content:"";
	display:block;
}
.footbox .c{
	background:url(../images/bg-footbox-c.png);
	width:194px;
	min-height:89px;
}
* html .footbox .c{
	height:89px;
	overflow:visible;
}
.content{
	width:166px;
	padding:0 14px;
	margin:-5px 0 0;
	float:left;
	position:relative;
}
.content h5{
	margin:0 0 5px;
	font-size:18px;
	color:#bdbbaf;
}
.content ul{
	list-style:none;
	padding:0;
	margin:0;
}
.content ul li{
	font-size:12px;
	line-height:14px;
}
.content ul li a{
	color:#4986c9;
}
.footbox .b{
	background:url(../images/bg-footbox-b.png) no-repeat;
	height:16px;
	overflow:hidden;
}
#footer p{
	margin:0;
	font-size:12px;
	color:#4986c9;
	text-align:center;
}
.archiveDivider {
	height:1px;
	border-bottom:1px solid #630;
}

.archiveH3 {
	font-size:32px;
	letter-spacing:-1px;
}
.archiveH3 a{
	color:#F60;
}
.pagetitle {
	font-size:24px !important;
}