/*
Theme Name: The Spice Trader
Theme URI: http://www.avatar.co.nz
Description: The Spice Trader theme by <a href="http://www.avatar.co.nz">Avatar</a>
Version: 1
Author: Avatar
Author URI: http://www.avatar.co.nz
Tags: avatar
*/

/* Header
-------------------------------------------------------------- */

* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; *behavior: url(/scripts/boxsizing.htc);}

body {
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #333;
	background: #fff url(images/bg.jpg);
	margin: 0;
}
.wrapper {
	width: 940px;
	margin: 0 auto;
}
a img {
	border: none;
}

/* Header
-------------------------------------------------------------- */

#header {
	width: 940px;
	height: 95px;
}
#logo {
	float: left;
	width: 620px;
	height: 95px;
}
#client-login {
	float: right;
	text-align: right;
	width: 300px;
	height: 13px;
	font-size: 11px;
	line-height: 13px;
	text-transform: uppercase;
	margin: 15px 15px 16px 0;
}
#client-login img {
	margin-right: 5px;
}
#cart-menu {
	float: right;
	width: 300px;
	height: 30px;
	background: url(images/bg-dark.jpg);
	border-radius: 5px;
}
#cart-menu ul {
	width: 300px;
	height: 30px;
	list-style-type: none;
	padding: 0;
	margin: 0;
	background: url(images/icon-basket.png) no-repeat 10px 5px;
}
#cart-menu ul li {
	float: right;
	margin: 0;
	padding: 0;
	color: #C1272D;
	background: url(images/cart-menu-divider.gif) no-repeat 0 0;
}
#cart-menu ul li a, #cart-menu ul li.basket {
	display: block;
	padding: 9px 15px;
	font-size: 12px;
	line-height: 12px;
	text-decoration: none;
	text-transform: uppercase;
}
#cart-menu ul li.basket {
	background-image: none;
}
#cart-menu ul li a:hover {
	text-decoration: underline;
}

/* Menu
-------------------------------------------------------------- */

#menu-container {
	position: relative;
	width: 940px;
	height: 40px;
	background: url(images/menu-bg.gif);
	margin-bottom: 15px;
}
#menu-container ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#menu-container ul li {
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 200;
	background: url(images/menu-divider.gif) no-repeat top left;
}
#menu-container ul li a {
	display: block;
	padding: 13px 10px;
	color: #EEE7E3;
	font-size: 14px;
	line-height: 14px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 600;
}
#menu-container ul li a:hover, #menu-container ul li.active a {
	color: #fff;
	text-decoration: none;
}
#menu-container ul li.home a, #menu-container ul li.menu-item-74 a {
	background: url(images/icon-home.png) no-repeat 20px 12px;
	text-indent: -1000px;
	width: 58px;
	overflow: hidden;
}
#menu-container ul li.home a:hover, #menu-container ul li.menu-item-74 a:hover {
	background-position: 20px -38px;
}
#menu-container ul ul {
	display: none;
}

/* --------- Drop downs --------- */

#menu-container li ul.sub-menu {
	display: none;
	position: absolute;
	z-index: 200;
	clear: both;
	width: 210px;
	top: 40px;
	margin: 0;
}
#menu-container li ul.sub-menu:hover {
	display: block;
}
#menu-container li ul.sub-menu li {
	clear: both;
	padding: 0;
	margin: 0;
	float: left;
}
#menu-container li ul.sub-menu li a {
	display: block;
	width: 210px;
	color: #C1272D;
	font-size: 13px;
	line-height: 13px;
	padding: 10px 15px;
	font-weight: normal;
	text-decoration: none;
	background: #fff;
}
#menu-container li ul.sub-menu li a:hover, #menu-container li ul.sub-menu li.active a {
	color: #fff;
	text-decoration: none;
	background: #C1272D;
}
#menu-container li ul.sub-menu ul {
	display: none;
	margin-left: 210px; /* ul width */
	top: 0;
}
#menu-container li ul.sub-menu ul li a:hover {
	background-color: #fff;
	color: #C1272D;
}

/* Slider
-------------------------------------------------------------- */

#slider {
	width: 100%;
	height: auto;
	position: relative;
	box-shadow: 0 0 10px #DAD4CD;
	margin-bottom: 15px;
	border: 5px solid #fff;
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	top: 10px;
	right: 10px;
	z-index: 100;
}
#section-banner {
	width: 100%;
	height: 220px;
	box-shadow: 0 0 10px #DAD4CD;
	border: 5px solid #fff;
}

/* CTAs
-------------------------------------------------------------- */

#cta-container {
	width: 100%;
	height: 233px;
	padding: 15px 0;
	background: url(images/bg-dark.jpg);
}
.cta1, .cta2 {
	float: left;
	display: block;
	width: 460px;
	height: 203px;
	margin-right: 20px;
	position: relative;
	box-shadow: 0 0 10px #C0BDBA;
}
.last {
	margin-right: 0;
}
.cta1 {
	background: url(images/cta1.jpg) no-repeat 5px 5px;
}
.cta2 {
	background: url(images/cta2.jpg) no-repeat 5px 5px;
}
#cta-container a {
	display: block;
	position: relative;
	width: 460px;
	height: 203px;
	background: url(images/cta-border.png) no-repeat;
	text-decoration: none;
}
#cta-container a:hover {
	text-decoration: none;
	background-position: 0 -203px;
}
.cta h2 {
	display: block;
	position: absolute;
	width: 460px;
	height: 35px;
	text-align: center;
	color: #C1272D;
	font-size: 16px;
	line-height: 35px;
	font-weight: 600;
	margin: 0;
	padding: 0;
	bottom: 0;
}
a.cta:hover  h2{
	color: #fff;
}


/* Body
-------------------------------------------------------------- */

#body {
	float: left;
	width: 620px;
	margin: 30px 0;
}
h1 {
	color: #C1272D;
	font-size: 22px;
	line-height: 22px;
	font-weight: bold;
	margin: 0 0 15px 0;
	padding: 0;
}
h2 {
	color: #C1272D;
	font-size: 18px;
    font-weight: bold;
	margin: 20px 0 0 0;
}
h3 {
	color: #C1272D;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
}
h3.seo, h3.tagline {
	color: #333;
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	margin: 20px 0 12px 0;
}
p {
	margin: 8px 0 12px 0;
}
a {
	color: #C1272D;
	text-decoration: none;
}
a:hover {
	color: #C1272D;
	text-decoration: underline;
}
#body ul {
    margin: 15px 0;
    padding-left: 15px;
}
#body li {
    background: url(images/bullet.png) no-repeat 2px 5px;
    list-style-type: none;
    margin: 0 0 6px;
    padding: 0 18px;
}
div.ddsg-wrapper p {
	display: none;
}
.datetime {
	font-size: 11px;
}
.left {
	float: left;
	margin: 5px 10px 0 0;
}
.right {
	float: right;
	margin: 5px 0 0 10px;
}
.spice-fact {
	background: url(images/bg-dark.jpg);
	border-radius: 10px;
	padding: 10px 15px 5px 15px;
}
a.btn,.btn,.wpsc_buy_button_container input {
	display: inline-block;
	color: #fff;
	font-size: 12px;
	line-height: 12px;
	padding: 10px 32px 8px 10px;
	font-weight: 600;
	text-decoration: none;
	background: #C1272D url(images/btn-arrow.png) no-repeat top right;
	border-radius: 5px;
	box-shadow: 1px 1px 1px 0 #ccc;
	text-transform: uppercase;
}
a.btn:hover,.btn:hover {
	color: #fff;
	text-decoration: none;
}
.clear-floats {
	clear: both;
}

/* Forms
-------------------------------------------------------------- */

#gform_1 select, #gform_1 input, #gform_1 textarea {
	border: 1px solid #AAAAAA;
}
#gform_1 input.gform_button {
    background: #C1272D;
    border: 1px solid #C1272D;
	font-weight: bold;
	text-transform: uppercase;
    color: #fff;
    margin: 0;
    padding: 5px 10px;
    width: auto;
	cursor: pointer;
}
#body .gform_body ul {
    margin: 0;
    padding: 0;
}
#body .gform_body li {
    background: none;
    margin: 0;
    padding: 0;
}

/* Sidebar
-------------------------------------------------------------- */

#sidebar {
	float: right;
	width: 300px;
	margin: 30px 0 10px 0;
}
.featured-product {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
.featured-product h2 {
	display: block;
	width: 100%;
	height: 35px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 600;
	line-height: 35px;
	padding: 0 0 0 15px;
	margin: 0;
	background: url(images/cta-bg.gif) 0 0;
}
.featured-product-content {
	float: left;
	width: 100%;
	padding: 10px 15px;
	background: #fff;
	border: 1px solid #E6DFD7;
	border-top: 0;
	text-align: center;
}
.featured-product-content .featured-product-description {
	font-size: 14px;
	font-weight: 600;
	margin: 0;
}
.featured-product-content .featured-product-price {
	font-size: 18px;
	font-weight: bold;
	color: #CC3333;
	margin-top: 5px;
	text-transform:capitalize;
}
.cents {
	font-size: 12px;
}
.tid-bit {
	float: left;
	width: 100%;
	background: url(images/bg-dark.jpg);
	border-radius: 10px;
	padding: 5px 15px;
	margin-bottom: 20px;
}
.sidebar-cta {
	float: left;
	width: 100%;
	height: 35px;
	margin-bottom: 20px;
}
.sidebar-cta a {
	display: block;
	width: 100%;
	height: 35px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 600;
	line-height: 35px;
	padding: 1px 0 0 15px;
	background: url(images/cta-bg.gif) 0 0;
	box-shadow: 0 0 5px #DAD4CD;
}
.sidebar-cta a:hover {
	color: #fff;
	/*color: #C1272D;
	background-position: 0 -35px;*/
}

/* WordPress Core
-------------------------------------------------------------- */

.alignnone {
    margin: 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

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

a img.alignnone {
    margin: 0;
}

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

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 12px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Footer
-------------------------------------------------------------- */

#footer-container {
	clear: both;
	width: 100%;
	height: 165px;
	background: url(images/bg-dark.jpg);
	font-size: 12px;
}
#footer {
	padding-top: 24px;
}
#footer p {
	margin: 0 0 15px 0;
}
#footer a {
	color: #57514C;
	text-decoration: none;
}
#footer a:hover {
	color: #C1272D;
	text-decoration: none;
}
#copyright {
	float: left;
	width: 45%;
}
#footer-links {
	float: right;
	width: 45%;
	text-align: right;
}
#footer-links a {
	margin: 0 0 0 15px;
}
#avatar-link {
	margin-top: 6px;
}
#avatar-link a {
	color: #AA9C92;
}
#avatar-link a:hover {
	color: #C1272D;
}

/*WP E-commerce theme*/
.clearfix:after {visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0;}

.wpsc-breadcrumbs {margin-bottom:20px;}

.wpsc_product_price .product-price {font-size:18px; font-weight:bold; color:#CC3333; margin-top:5px;}
.wpsc_product_price .cents {font-size:14px;}

/*product:categories*/
#body ul.product-grid {padding:0; margin:0;}
#body ul.product-grid li {position:relative; float:left; width:150px; min-height:200px; margin:0 3px 10px 0; padding:5px 0 0; background:none; text-align:center; background:#FFF; border:1px solid #E6DFD7;}
.prodtitle {position:absolute; left:0; top:133px; width:100%; padding-top:5px;}
.wpsc_page_numbers_bottom a {display:inline-block; height:20px; margin-right:2px; padding:0 3px; text-align:center; text-decoration:none; border:1px solid #C1272D;}
.sale {position: absolute; right: 0; top: 130px;  padding: 0 10px; color: #fff; background: #C1272D; background: rgba( 193, 39, 45, .75); text-transform: uppercase}

/*product:single*/
.imagecol {float:left; margin:0 20px 20px 0;}
.preview_link {position: relative;}
.preview_link:after {content: '\002B'; position: absolute; right: 0; bottom: 5px; width: 30px; height: 30px; font-size: 2em; color: #c1272d;}
.product-details {float:left; width:300px; height:300px;}
.wpsc_variation_forms {margin:0 0 20px;}
.btn-wrapper {margin:0 0 20px;}
.wpsc_quantity_update input,.wpsc_buy_button_container,.wpsc_select_variation {float:left;}
.wpsc_quantity_update input,.wpsc_buy_button_container {height:31px;}
.wpsc_buy_button_container {position:relative;}
.wpsc_buy_button_container input {border:0;}
.wpsc_quantity_update input,.wpsc_select_variation {margin:2px 7px 0 0; border:1px solid #E6DFD7; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; text-align:center;}
.wpsc_buy_button_container input:hover {cursor:pointer;}
.product-meta-list {padding:0 !important;}
.product-meta {display:inline-block; min-width:125px;}
.product_description {clear:both;}
.wpsc_loading_animation {margin:10px 0 0; padding:5px; background:#FFF; border:1px solid #E6DFD7; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; text-align:center;}

/*product:checkout*/
body.wpsc-shopping-cart input,body.wpsc-shopping-cart textarea {height:30px; border:1px solid #E6DFD7; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px;}
.checkout_cart {width: 85%;}
.checkout_cart .header th {text-align: left;}
.wpsc_checkout_forms input,.wpsc_checkout_forms textarea {width:340px; padding:5px;}
.adjustform input {text-align:center;}
.validation-error {color:red;}
/*form elements*/
body.wpsc-shopping-cart textarea {height:80px; font-family:'Open Sans',Arial,sans-serif; font-size:13px;}
body.wpsc-shopping-cart input[type="checkbox"] {width:15px; height:15px;}
body.wpsc-shopping-cart input[type="submit"] {width:100px;}
input.btn {border:0;}
input.btn:hover {cursor:pointer;}

td {padding:0;}

/*page: monthly specials*/
body.page-template-page-monthly-specials-php .pricedisplay {display: none;}
body.page-template-page-monthly-specials-php h2.widgettitle {margin-top: 0;}

body.wpsc-shopping-cart .make_purchase {

	margin-bottom: 50px;

}