body {
	background: #000000 url(images/bgd.png) center top;
	background-repeat:no-repeat;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FCDAAA;
}

h1, h2, h3 {
	margin-top: 0;
	color: #EADAC4;
}

h1 {
	font-size: 1.6em;
	font-weight: normal;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 18px;
	font-family:"Arial Black", Gadget, sans-serif;
}

ul {
}

a {
	text-decoration: none;
	color: #8E632D;
}

a:hover {
	border-bottom: none;
}

a img {
	border: none;
}

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

img.right {
	float: right;
	margin: 0 0 0 20px;
}

#header {
	width: 1000px;
	height: 188px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/* Header */

#logo {
	width: 960px;
	height: 115px;
	background: url(images/img02.jpg) no-repeat left top;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#logo h1, #logo p {
	float: left;
	margin: 0px;
}

#logo span {
	color: #AA7120;
}

#logo h1 {
	padding-top: 40px;
	letter-spacing: -1px;
	text-transform: lowercase;
	font-weight: normal;
	font-size: 5em;
}

#logo p {
	display: block;
	padding-top: 80px;
	text-transform: uppercase;
	font-size: 10px;
	color: #AA7120;
}

#logo a {
	border: none;
	text-decoration: none;
	color: #AA7120;
}

/* Menu */

#menu {
	width: 960px;
	margin: 0 auto;
	padding: 0;
	height: 50px;
	background-image: url(images/menu-bgd.png);
	background-repeat: repeat-x;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	text-decoration: none;
	font-size: 15px;
	color: #FFFFFF;
	font-family:"Arial Black", Gadget, sans-serif;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
}

#menu a:hover {
	color: #FFFFFF;
}

#menu .current_page_item a {
	color: #FFFFFF;
}
#menu .first {
	color:#fcdaaa;
}
#menu .first a{
	color:#fcdaaa;
}
#menu .first a:hover{
	color:#fff;
}
#menu .first a:active{
	background-image:url(images/active-underline.png);
	background-repeat:no-repeat;
	background-position:bottom;
}
#menu .second {
	color:#e5b879;
}

#menu .second a{
	color:#e5b879;
}
#menu .second a:hover{
	color:#fff;
}
#menu .third {
	color:#cd984d;
}
#menu .third a{
	color:#cd984d;
}
#menu .third a:hover{
	color:#fff;
}
#menu .fourth {
	color:#aa7120;
}
#menu .fourth a{
	color:#aa7120;
}
#menu .fourth a:hover{
	color:#fff;
}
#menu .fifth {
	color:#784701;
}
#menu .fifth a{
	color:#784701;
}
#menu .fifth a:hover{
	color:#fff;
}
#menu .first {
	background: none;
}

/* Wrapper */

#wrapper {
}

/* Page */

#page {
	width: 960px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#page-bg {
	padding: 0px 10px;
	min-height:500px;
}

/* Latest Post */

#latest-post {
	padding: 20px;
	border: 1px solid #E7E7E7;
}

/* Content */

#content {
	float: left;
	width: 440px;
	padding: 30px 40px 0px 40px;
}
#content-main {
	float: left;
	width: 400px;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#contact-main {
	float:left;
	width:100%
}


.post {
	padding-bottom: 45px;
	line-height: 200%;
}

.post h1 {
	font-weight: normal;
}

.title {
	margin: 0px;
	padding: 0px 0px 14px 0px;
	letter-spacing: -1px;
	font-size: 3em;
	font-weight: normal;
	background: url(images/img04.gif) repeat-x left bottom;
}

.title a {
	border-bottom: none;
	color: #454545;
}

.title a:hover {
}

.byline {
	background: url(images/img04.jpg) repeat-x left bottom;
	padding-bottom: 10px;
}

.tag {
	padding: 0 15px;
}

.entry {
}

.links {
	padding: 4px 0px;
	text-align: right;
	font-weight: bold;
}

.links a {
	border: none;
}

.links a:hover {
}

/* Sidebars */

#sidebar1 {
	float: left;
}

#sidebar2 {
	float: right;
}
#sidebar-main {
	float:right;
	width:500px;
}
.sidebar {
	float: left;
	width: 210px;
	padding: 0;
	font-size: 12px;
}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar li {
	padding: 0 0 20px 0;
}

.sidebar li ul {
	padding: 10px 0px;
}

.sidebar li li {
	margin: 0 20px 0 15px;
	padding: 8px 0px;
}


.sidebar li h2 {
	margin: 0;
	font-size: 13px;
	font-weight: normal;
	color: #664413;
	font-family:"Arial Black", Gadget, sans-serif;
	padding-top: 12px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
}

.sidebar a {
}

/* Search */

#searchform {
	margin: 0;
	padding: 0 0 0 0;
}

#searchform br {
	display: none;
}

#searchform h2 {
}

#s {
	margin: 10px 0px 0 15px;
	padding: 2px 2px;
	width: 180px;
	height: 18px;
	border: none;
	background: #FFFFFF;
	font-size: 10px;
	color: #000000;
}

#x {
	margin: 0;
	padding: 2px 5px;
	height: 25px;
	background: #CA8186;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
}
/* Calendar */

#calendar_wrap {
	padding: 0 15px;
	text-align: center;
}

#calendar_wrap table {
	width: 100%;
}

#calendar_wrap th {
}

#calendar_wrap td {
}

#calendar_wrap tfoot td {
	border: none;
}

#calendar_wrap tfoot td#prev {
	text-align: left;
	font-weight: bold;
	border: none;
}

#calendar_wrap tfoot td#prev a {
	border: none;
}

#calendar_wrap tfoot td#next {
	text-align: right;
	font-weight: bold;
	border: none;
}

#calendar_wrap tfoot td#next a {
	border: none;
}

/* Footer */

#footer {
	width: 100%;
	height: 35px;
	background: #0d0802;
	margin-bottom:15px;
	margin-top:10px;
	border:1px solid #17130c;
	font-family:"Arial Black", Gadget, sans-serif;
	color:#865f29;
	margin-right: auto;
	margin-left: auto;
}

#footer-bg {
	width: 960px;
	margin: 0 auto;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: smaller;
	padding-top: 10px;
	padding-right: 10;
	padding-bottom: 0;
	padding-left: 10;
}

#footer a {
	color: #865f29;
	font-family:Arial, Helvetica, sans-serif;
}
#footer a:hover {
	color: #fff;
	font-family:Arial, Helvetica, sans-serif;
}

#footer .link {
	float: right;
}

#footer .copyright {
	float: left;
}
#logoholder {
	float:left;
	width:50%;
}
#header-right {
	float:right;
	width:30%;
	font-family:"Arial Black", Gadget, sans-serif;
	font-size:20px;
	margin-top:20px;
	color:#cd984d;
	text-align:right;
	padding-right:15px;
}
.home-text  {
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	padding:5px;
	margin-top:25px;
}
.home-text a {
	color:#cd984d;
	text-decoration:none;
}
#information {
	float:right;
	width:400px;
}
#category-content {
	width:710px;
	float:right;
	border-left:1px solid #614928;
	padding-left: 10px;
}
.count {
	color:#6a5542;
	font-family:"Arial Black", Gadget, sans-serif;
}
.categories {
	color:#e5b879;
	font-family:"Arial Black", Gadget, sans-serif;
	font-size:12px;
	padding-left:15px;
	padding-bottom:12px;
	text-align:left;
}
.categories a{
	color:#e5b879;
	text-decoration:none;
}
.categories a:hover{
	color:#fff;
	text-decoration:none;
}
.categories .active{
	color:#fff;
	text-decoration:none;
}
#product-holder {
	float:left;
	width:353px;
	margin-bottom:15px;
}
#prod-img {
	float:left;
	width:102px;
	height:207px;
}
#prod-img-lg {
	float:left;
	width:161px;
	height:336px;
}
#prod-page-info {
	float:right;
	width:525px;
	padding-left: 10px;
}
#prod-info {
	float:right;
	width:235px;
	padding-left: 10px;
}
.prod-title {
	color:#d6ac71;
	font-family:"Arial Black", Gadget, sans-serif;
	font-size:12px;
}
.prod-title a{
	color:#d6ac71;
}
.prod-title a:hover{
	color:#fff;
}
.prod-description {
	color:#fff;
	font-size:12px;
	line-height:110%;
	padding-right: 10px;
	text-align: justify;
}
#btn-holder {
	margin-top:10px;
}
#roast-holder {
	margin-top:15px;
}
#product-page {
	padding:5px;
}
#product-content {
	width:710px;
	float:right;
	border-left:1px solid #614928;
	padding-left: 10px;
}
.prod-price {
	color:#fcdaaa;
	font-family:"Arial Black", Gadget, sans-serif;
	font-size:18px;
}
.perlb {
	color:#fcdaaa;
	font-size:13px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}
#prod-page-buy {
	float:left;
	width:300px;
	margin-top: 50px;
	margin-left: 15px;
}

/*google code */
  .override #googlecart-widget-head {
    font-size:12px;
	color:#aa7120;
	font-weight:bold;
  }
  
  .override #googlecart-widget-head{
	  background-color:transparent;
	  border:none;
  }
  .override #googlecart-title {
	  font-size:12px;
	  color:#aa7120;
	  font-weight:bold;
  }
  .override #googlecart-widget-body {
	  background-color:#f3dab7;
	  border-color:#000;
	  left:20px;
	  margin-top:-30px;
  }
  .override .googlecart-widget-remove {
	  color:#000;
	  text-decoration:none;
	  font-weight:bold;
  }
  .override .googlecart-widget-price {
	  color:#000;
  }
  .override .googlecart-widget-disclaimer {
	  display:none;
  }
  .override .googlecart-widget-item, .open .googlecart-widget-item td {
	  border:none !important;
  }
  .override .removed .googlecart-widget-removed-message, .removed .googlecart-widget-restore {
	  color:#000;
  }
/* end google */

/*Star Rating */

.widget-rating-rate span {
	color:#fff;
}
.price {
	color:#fff;
	font-family:"Arial Black", Gadget, sans-serif;
	font-size:14px;
	padding-bottom:10px;
}
#addtocartlink {
	float:right;
	width:235px;
	margin-bottom: 10px;
}
.page-title {
	font-family:"Arial Black", Gadget, sans-serif;
	font-size:18px;
	color:#FFF;
	margin-bottom:20px;
	padding-left:10px;
}
#coffee-recipes {
	float:left;
	width:49%;
	margin-bottom:20px;
	
}
/*Modal CSS */
.close-btn {
	margin-top:45px;
}
.modal-strong {
	font-weight:bold;
	color:#FFF;
	margin-top:-20px;
	font-size:14px;
	margin-bottom:10px;
}
.modal-strong2 {
	font-weight:bold;
	color:#FFF;
	font-size:14px;
	margin-bottom:10px;
	margin-top:10px;
}

/*contact form */
#contactform {
	width:575px;
	float:left;
	background-color:#000;
	filter:alpha(opacity=75); /* IE's opacity*/
    opacity: 0.75;
	padding:10px;
	border:1px solid #000;
	-moz-border-radius: 3px;
	-webkit-border-radius:5px;
}
#contactform-info {
	width:225px;
	float:right;
	text-align: right;
	background-color:#000;
	filter:alpha(opacity=75); /* IE's opacity*/
    opacity: 0.75;
	min-height:500px;
	padding-right:25px;
	padding-left:10px;
	padding-top:10px;
	padding-bottom:10px;
	border:1px solid #000;
	-moz-border-radius: 3px;
	-webkit-border-radius:5px;
	
}
label { display: inline-block; float: left; height: 26px; line-height: 40px; width: 155px; font-size: 1.5em; }
input, textarea, select { margin: 0; padding: 5px; color: #666; background: #f5f5f5; border: 1px solid #ccc; margin: 5px 0; font:1.5em "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif; -moz-border-radius: 5px; -webkit-border-radius:5px; }   
input:focus, textarea:focus, select:focus { border: 1px solid #999; background-color: #fff; color:#333; }
input.submit { cursor: pointer; border: 1px solid #000; background:#56453B; color:#fff; -moz-border-radius: 5px; -webkit-border-radius:5px; }
input.submit:hover { background:#8D5C17; }
fieldset { padding:20px; border:1px solid #eee; -moz-border-radius: 5px; -webkit-border-radius:5px; }
legend { padding:7px 10px; font-weight:bold; color:#000; border:1px solid #eee; -moz-border-radius: 5px; -webkit-border-radius:5px; }

span.required{ font-size: 13px; color: #8D5C17; } /* Select the colour of the * if the field is required. */

/* Style for the error message */

.error_message { display: block; height: 22px; line-height: 22px; background: #FBE3E4 url('images/oops.png') no-repeat 10px center; padding: 3px 10px 3px 35px; margin: 10px 0; color:#8a1f11;border: 1px solid #FBC2C4; -moz-border-radius: 5px; -webkit-border-radius:5px; }

#succsess_page {
	background-image:url(images/email-sent.png);
	background-repeat:no-repeat;
	height:200px;
	width:500px;
	}
#succsess_page p{
	padding-top:150px;
	padding-left:15px;
	}
	
#thankyou {
	margin-top:10px;
}
.button {
	margin-left:100px;
}
#number {
	font-size:14px;
	position:absolute;
	top:90px;
	padding-left:140px;
	
}