/* STYLES FOR NEW HOMEPAGE DESIGN */


/* adding some defaults that should be there */

:focus,
a:focus {
	outline: 0;
	}


.clear {
	clear:both;
	height:1px;
	overflow:hidden;
}

img.left {
	float:left;
	margin:10px 15px 20px 0;
}




a#ViewCart,
a#ShowSubscribe,
a#locations {
	padding:0 0 0 23px;
	color:#cfb07d;
	text-decoration:none;
}

a#ViewCart {
	background: url(http://www.zokacoffee.com/home-update/images/icon-cart.gif) no-repeat 0 50%;
}

a#ShowSubscribe {
	background: url(http://www.zokacoffee.com/home-update/images/bg_showsubscribe.gif) no-repeat 0 50%;
}

a#locations {
	background: url(http://www.zokacoffee.com/home-update/images/icon-cup.gif) no-repeat 0 50%;
}



/* HERO STYLES */

DIV#Splash /* update on screen.css */
{
	background: url(http://www.zokacoffee.com/home-update/images/bg-hero.jpg) repeat-y 0 0;
	width: 780px;
	margin: 0 auto;
}

div#hero {
	position:relative;
	padding:32px 30px 2px 30px;
	}

div#hero img {
	border:3px solid #942700;
}

div#hero div.blurb {
	position:absolute;
	top: 120px;
	right:50px;
	width:300px;
	height:150px;
}

div#hero .title {
	text-transform:uppercase;
	color: #ebce9f;
	font-size:16px;
}

div#hero p {
	color:#fff;
	font-size:13px;
	font-family:verdana;
}

div#hero div.blurb a.btn-buy-hero {
	border:none;
	background: url(http://www.zokacoffee.com/home-update/images/btn-cc-signup-hero.png) no-repeat 0 -28px;
	width:293px;
	height:28px;
	display:block;
	overflow:hidden;
	position:absolute;
	bottom:8px;
	left:0;
	padding:28px 0 0 0;
	height:56px;
	height: 0px !important;
	height /**/:56px;
}

div#hero div.blurb a.btn-buy-hero:hover {
	background: url(http://www.zokacoffee.com/home-update/images/btn-cc-signup-hero.png) no-repeat 0 0;
}


/* products area */

#wrapper-home {
	width: 780px;
	position: relative;
	margin: 0 auto;
	padding:0;
}

div#hdr-featured-products {
	background:url(http://www.zokacoffee.com/home-update/images/bg-btm-home-feature.jpg) no-repeat;
	width:780px;
	height:104px;
	overflow:hidden;
	position:relative;
}

div#hdr-featured-products div {
	margin:52px 0 0 25px;
}


a#home-shop-all {
	position:absolute;
	right:35px;
	top:30px;
	width:81px;
	height:18px;
}


/* featured */

#featured-products {
	background:url(http://www.zokacoffee.com/home-update/images/bg-products.jpg);
	padding:10px 15px;
	border-bottom:1px solid #b1612a;
}

.wrapper-prod {
	float:left;
	width:250px;
	height:108px;
	overflow:hidden;
	position:relative;
	color:#ddba8e;
	padding:0;
	margin:0 0 15px 0;	
}


.wrapper-prod div {
	width:250px;
	height:108px;
	overflow:hidden;
	padding:0;
	margin:0;
	background: url(http://www.zokacoffee.com/home-update/images/bg-home-prod.png) no-repeat 0 0;
}


.wrapper-prod div a.title {
	text-decoration:none;
	position:relative;
	z-index:1;
}

.wrapper-prod div a.title:hover {
	color:#fff;
}

.wrapper-prod a.title {
	color:#ffffbe;
	font-size:12px;
	font-weight:bold;
	display:block;
	margin:11px 18px 4px 0;
	overflow:hidden;
	line-height:16px;
}

.wrapper-prod div img {
	width:85px;
	height:85px;
	float:left;
	display:block;
	border:1px solid #ab541c;
 	margin: 0 20px 0 0;
	position:relative;
	top:11px;
	left:10px; 
	padding:0;
}


.wrapper-prod div a.buy {
	margin:0;
	padding:0;
	width:150px;
	height:30px;
	display:block;
	position:absolute;
	bottom:10px;
	right:4px;
	overflow: hidden;
	padding:30px 0 0 0;
	height:60px;
	height: 0px !important;
	height /**/:60px;
	background: url(http://www.zokacoffee.com/home-update/images/btn-buy.gif) no-repeat 0 -30px;

}

.wrapper-prod div a.buy:hover {
	background:url(http://www.zokacoffee.com/home-update/images/btn-buy.gif) no-repeat 0 0;
}


/* content area */

div#blog-area {
	display:block;
	float:left;
	width: 208px;
	height:498px;
	margin:0 0 0 20px;
	padding:16px 16px 0 16px;
	overflow:hidden;
	display:block;
	background: url(http://www.zokacoffee.com/home-update/images/bg-blog.png) no-repeat 0 0;
}

div#blog-area img.blog-feat-photo {
	border:1px solid #e69d50;
	border-top:0;
	margin:0 0 10px 0;
	max-width:205px;
}


div.soc-icons {
	margin:20px auto;
	border-top:1px solid #ad8d5a;
	width:205px;
	padding:13px 0 0 0;
	text-align:center;
}

div.soc-icons img {
	padding: 0 7px;
}


div#main-content {
/*	min-height:480px; */
	width:728px;
	margin:25px 0 0 0;
	padding:20px 20px 0 30px;
	border:1px solid #b65a23;
	border-bottom:0;
	background:#f1d7a1 url(http://www.zokacoffee.com/home-update/images/bg-home-content.jpg) repeat-y;
	background-color:#f1d7a1;
	color:#000;
	font-size:12px;
	line-height:18px;
}

div#main-content h1 {
	font-size:12px;
	font-weight:bold;
	margin:0 0 20px 0;
	padding:0;
}

div#main-content div.hdr-content {
	text-transform:uppercase;
	color:#000;
	font-size:18px;
	margin:0 0 10px 0;
}

div#main-content p {
	line-height:18px;
	margin:0 0 15px 0;
	padding:0;
}

div#hdr-featured-products,
div#hdr-featured-products h2 {
	text-transform:uppercase;
	font-size:14px;
	margin:0;
	padding:0;
	font-weight:normal;
}


div#main-content a {
	color:#802d14;
	text-decoration:none;
}

div#main-content a:hover {
	text-decoration:underline;
}

.content {
	width:465px;
	max-width:465px;
	float:left;
	margin:25px 0 0 0;
	padding:0;
}



a.more {
	padding-right:10px;
	background:url(http://www.zokacoffee.com/home-update/images/icon-arrow.png) no-repeat right 6px;
}


div#footer-cap {
	width:780px;
	height:45px;
	margin:0 auto;
	background:url(http://www.zokacoffee.com/home-update/images/content-cap.jpg) no-repeat 0 -5px;
}