/*
Theme Name: Creative Cranes
Theme URI: http://www.creativecranes.com
Description: Mambo Sprouts (custom design)
Author: Jay @ CreativeCranes
*/

/* RESET */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0; }
table { border-collapse:collapse; border-spacing:0; }
fieldset, img { border:0; }
address, caption, cite, code, dfn, strong, th, var { font-style:normal; font-weight:normal; }
ol, ul, li { list-style:none; list-style-position: outside; }
caption, th { text-align:left; }
h1, h2, h3, h4, h5, h6 { font-size:100%; font-weight:normal; }
q:before, q:after { content:'';}

/* The below restores some sensible defaults */
strong { font-weight:bold; }
em { font-style:italic; }
a img { border:none; } /* Gets rid of IE's blue borders */

body {
	color: #000;
	font: 12px/20px trebuchet MS, arial, sans-serif;
}

/* SELECTION COLOR */
::selection { background: #d2ce70; color: #fff; }
::-moz-selection { background: #d2ce70; color: #fff; }


/* GENERAL */
.clear { clear: both; }
.right { float: right; }
.left { float: left; }

img.left { margin-right: 20px; }
img.right { margin-left: 20px; }
img.home-content-graphic { margin: 20px 0; }

div.right { width: 465px; }

hr { border: none; border-bottom: 1px solid #919191; margin: 10px 0 20px; }

.border-1px { border: 1px solid #000; }

/* GENERAL TYPOGRAPHY */
p {
    font-size: 1.2em;
    line-height: 22px;
    margin: 0 0 20px;
}

p.welcome-bar {
    background: #c46c3c;
    color: #fff;
    margin: 0 0 10px;
    padding: 5px 0;
    text-align: center;
}
p.welcome-bar a { color: #000; }

h1 {
    background: #a44334;
    color: #fff;
    display: block;
    font-size: 4em;
    margin: 0 0 10px;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
}
div#sidebar h1 {
    background: #f68d3c;
    font-size: 3.2em;
    margin: 0 0 20px;
    text-align: left;
}

h2.tagline {
    color: #919191;
    float: left;
    font-size: 2em;
    margin: 15px 30px 0 0;
    padding: 20px 0 0;
    text-transform: uppercase;
}

div#sidebar h2 {
    color: #fff;
    font-size: 2.8em;
    margin: 0 0 10px;
    text-transform: uppercase;
}

h2 {
    color: #000;
    font-size: 3.2em;
    margin: 0 0 10px;
    text-transform: uppercase;
}

h3 {
    font-size: 2.3em;
    text-transform: uppercase;
}

div.result-category h3 { color: #919191; font-size: 3.2em; margin: 20px 0 40px; }

div.result-box h3 { color: #000; font-size: 2.3em; margin: 0 0 10px; }

div#footer h3 {
    background: #eceaeb;
    color: #a44334;
    font-size: 2em;
    margin: 0 0 5px;
    padding: 3px;
}

span.details {
    color: #a44334;
    display: block;
    font-size: 2em;
    text-transform: uppercase;
}

div.staff-bio small {
    color: #919191;
    display: block;
    font-size: 1.3em;
    margin: 0 0 10px;
    text-transform: uppercase;
}


a { text-decoration: none; color: #a44334; }
a:hover { color: #000; text-decoration: underline; }
div.post a { color: #5e8884; }
div.post a:hover { color: #000; }
div.result-box a { color: #77abda; text-transform: uppercase; }
div.result-box a:hover { color: #000; }
div#footer div.links a { color: #fff; }
div#footer div.links a:hover { color: #000; }


/* GENERAL STUCTURE */
div.container {
    margin: 0 auto;
    width: 960px;
}

div#header {
    margin: 15px 0 0;
    border-bottom: 15px solid #d2ce70;
    padding: 0 0 10px;
}

div#header-middle {
    float: left;
    margin: 0 0 0 25px;
    height: 180px;
    width: 485px;
}

div#header-right {
    float: left;
    margin: 0 0 0 15px;
    width: 215px;
}

div#header-right a span {
    line-height: 1.5em;
}

div#content {
    background: #ebebeb;
}

div#content div.container { background: #fff; padding: 10px 0; }

div#sidebar {
    float: left;
    margin: 0 0 0 20px;
    width: 230px;
}
body.home div#sidebar {
    width: 288px;
}

div#main {
    border-left: 2px solid #ebebeb;
    float: right;
    margin: 0 20px 0 0;
    padding-left: 25px;
    width: 655px;
}

body.home div#main {
    background: #f4ebcc;
    border-left: none;
    padding-left: 0;
    width: 602px;
}

div.post {
    padding: 10px 20px 20px;
}

div#content-bottom { margin: 10px 20px 30px; }

div#footer {
    background: #909090;
    border-top: 1px solid #b2d4d3;
    padding: 20px;
}


/* LOGO */
img.logo {
    float: left;
    margin: 25px 0 0;
}


/* CART SUMMARY */
div.cart-summary {
    float: left;
    margin: 15px 0 0;
    padding: 0;
    width: 130px;
}

div.cart-summary span.icon-cart {
    background: url(../images/sprite.png) no-repeat top right;
    display: block;
    float: left;
    height: 60px;
    width: 70px;
}

div.cart-summary span.count {
    color: #919191;
    float: right;
    font-size: 1.1em;
    text-align: right;
    text-transform: uppercase;
}

div.cart-summary a {
    background: #a44334;
    color: #fff;
    float: right;
    display: block;
    font-size: 1.2em;
    margin: 2px 0 0;
    padding: 1px 4px 2px;
    text-align: center;
    text-transform: uppercase;
}
div.cart-summary a:hover { background: #d2ce70; text-decoration: none; }


/* NAV */
ul#nav { margin: 85px 0 0; }
body.home ul#nav { margin: 24px 0 0; }

ul#nav li { float: left; }

ul#nav li a {
    background: #a44334;
    color: #fff;
    float: left;
    font-size: 1.4em;
    margin: 0 16px 0 0;
    padding: 5px 11px 7px;
    text-transform: uppercase;
}
body.home ul#nav li a {
    font-size: 1.8em;
    margin: 0 20px 0 0;
    padding: 5px 20px 7px;
}

ul#nav li a:hover {
    background: #d2ce70;
    text-decoration: none;
}

ul.sub-nav { border-top: 1px solid #919191; }
ul.sub-nav li { border-bottom: 1px solid #919191; }
ul.sub-nav li a {
    color: #000;
    display: block;
    font-size: 1.2em;
    font-weight: bold;
    padding: 15px 0;
    text-transform: uppercase;
}
ul.sub-nav li a.active { color: #a44334; font-weight: bold; }
ul.sub-nav li a:hover { color: #a44334; }


/* SEARCH */
form.search {
    float: left;
    margin: 25px 0 0;
}
body.home form.search { margin: 10px 0 0; }

form.search input.textbox {
    border: 2px solid #a44334;
    color: #919191;
    float: left;
    height: 31px;
    line-height: 31px;
    padding: 0 5px;
    text-transform: uppercase;
    width: 310px;
}
body.home form.search input.textbox { width: 220px; }

form.search input.submit {
    background: #a44334 url("../images/sprite.png") no-repeat right -83px;
    border: medium none;
    cursor: pointer;
    float: left;
    height: 35px;
    width: 36px;
}


form.search a {
    background: #a44334;
    color: #fff;
    float: left;
    font-size: 1.8em;
    margin: 0 0 0 10px;
    padding: 5px 7px 7px;
    text-transform: uppercase;
}

form.search a:hover { background: #d2ce70; text-decoration: none; }


/* SOCIAL MEDIA */
ul.icons-social { float: right; margin: 25px 25px 0 10px; }
body.home ul.icons-social { margin: 1px 0 0 10px; }
ul.sub-nav ul.icons-social { margin-top: 10px; }

ul.icons-social li { float: left; border-bottom: none; }

ul.icons-social li a {
    background: url("../images/sprite.png") no-repeat -43px -141px;
    display: block;
    height: 35px;
    margin: 0 10px 0 0;
    text-indent: -9000px;
    width: 35px;
}
ul.sub-nav ul.icons-social li a { border-bottom: none; padding: 0; }

ul.icons-social li a.icon-twitter { background: url("/images/sharing/twitter.png") no-repeat; }
ul.icons-social li a.icon-facebook { background: url("/images/sharing/fb.png") no-repeat; }
ul.icons-social li a.icon-pinterest { background: url("/images/sharing/pinterest.png") no-repeat; }


/* LOGIN SUMMARY */
span.login-summary {
    color: #919191;
    float: right;
    font-size: 1.1em;
    text-transform: uppercase;
}


/* ACTION BOXES */
a.exclusive-offers {
    background: #a5a86f;
    color: #fff;
    display: block;
    float: right;
    font-size: 1.2em;
    height: 160px;
    padding: 0 10px;
    text-align: center;
    width: 225px;
}
a.exclusive-offers h2 {
    color: #fff;
    font-size: 3.7em;
    margin: 0 0 5px;
    padding: 5px 0 0;
    text-align: center;
    text-transform: uppercase;
}
a.exclusive-offers:hover { color: #fff; text-decoration: none; }


/* SLIDESHOW */
div#slides { margin: 0 0 20px; position: relative; }
div.slides_container {
    height: 348px;
    width: 960px;
}
div.slides_container div {
    display: block;
    height: 348px;
    width: 960px;
    z-index: 1;
}

div#slides a.prev,
div#slides a.next {
    background: url(../images/slideshow-controls.png) no-repeat 0 0;
    display: block;
    height: 32px;
    left: 10px;
    position: absolute;
    top: 170px;
    width: 32px;
    z-index: 100;
}
div#slides a.next {
    background-position: 0 -32px;
    left: auto;
    right: 10px;
    top: 170px;
}

div#slides ul.pagination { bottom: 20px; position: absolute; right: 10px; z-index: 90; }
div#slides ul.pagination li { float: left; margin: 0 10px 0 0; }
div#slides ul.pagination li a {
    background: url(../images/slideshow-pagination.png) no-repeat 0 0;
    display: block;
    height: 14px;
    text-indent: -9000px;
    width: 14px;
}
div#slides ul.pagination li.current a { background-position: 0 -19px; }


/* BANNER */
div#banner { margin: 0 0 20px; padding: 0 20px; }


/* BREADCRUMBS */
div.breadcrumbs {
    border-bottom: 2px solid #ebebeb;
    color: #5e8884;
    margin: 0 0 20px;
    padding: 5px 20px 15px;
    text-transform: uppercase;
}
div.breadcrumbs a { color: #5e8884; }
div.breadcrumbs a:hover { color: #000; }


/* SIDEBAR */
div.sidebar-box {
    margin: 0 0 20px;
    padding: 20px;
}

div.sidebar-box p { color: #fff; }
div.sidebar-box a { color: #000; }
div.sidebar-box a.see-all {
    background: #fff;
    color: #5e8884;
    display: block;
    float: right;
    font-size: 1.8em;
    margin: 30px 0 0;
    padding: 3px 3px 3px;
    text-align: center;
    text-transform: uppercase;
    width: 80px;
}
div.sidebar-box a.see-all:hover {
    background: #5e8884;
    color: #fff;
    text-decoration: none;
}


/* SIDEBAR BOX COLORS */
div.product-information { background: #d69253; }
div.current-events-contests { background: #a5a86f; }


/* BOTTOM CONTENT */
div#content-bottom div.saved-amount {
    background: #a44334;
    float: left;
    padding: 14px 10px 10px;
}
div#content-bottom div.saved-amount span {
    color: #fff;
    float: left;
    font-size: 3em;
    text-transform: uppercase;
}
div#content-bottom div.saved-amount span.amount {
    background: #fff;
    color: #5e8884;
    float: none;
    font-size: 1em;
    margin: 0 0 0 20px;
    padding: 0 5px;
}
div#content-bottom div.saved-amount small {
    color: #fff;
    float: left;
    font-size: 1.2em;
    margin: 0 0 0 5px;
}

div#content-bottom a.save-now {
    background: #5e8884;
    color: #fff;
    float: right;
    font-size: 3em;
    padding: 14px 20px 10px;
    text-transform: uppercase;
}

div#content-bottom a.save-now:hover { background: #a44334; text-decoration: none; }


/* FOOTER */
div.store-locator {
    background: #ebebeb;
    border: 1px solid #8c8c8c;
    float: left;
    padding: 10px;
    width: 375px;
}
div.store-locator p { font-size: 1em; line-height: 20px; }

div.store-locator form { margin: 0 0 15px; }

div.store-locator form label {
    font-size: 1.3em;
    margin: 0 5px 0 0;
    text-transform: uppercase;
}
div.store-locator form input#zip-code {
    margin: 0 5px 0 0;
    padding: 3px;
    width: 100px;
}

div.store-locator form select#radius {
    margin: 0 5px 0 0;
    padding: 3px;
    width: 70px;
}

div.store-locator form button.submit {
    background: #a44334;
    border: none;
    color: #fff;
    cursor: pointer;
    font-size: 1.3em;
    padding: 0 2px 3px;
    text-transform: uppercase;
}

div.store-locator small { font-size: 0.8em; }
div.store-locator small a { color: #77abda; }
div.store-locator small a:hover { color: #000; }

div#footer div.links {
    float: right;
}
div#footer div.links div {
    float: left;
    margin: 0 30px;
}
div#footer div.links div.last { margin-right: 0; }
div#footer div.links li {
    line-height: 1.5em;
}

/* COPYRIGHT NOTICE */
p.copyright {
    clear: both;
    float: left;
    margin: 20px 0 0;
    text-align: center;
    width: 960px;
}


/* FORMS */
form.product-list { margin: 30px 0; }
form.sort-by { margin: 0 0 15px; }

form.product-list label,
form.sort-by {
    font-size: 1.2em;
    font-weight: bold;
    text-transform: uppercase;
}
form.sort-by label { display: block; margin: 10px 0 0; }

form.product-list select,
form.sort-by select {
    margin: 10px 0 0;
    padding: 5px;
    width: 200px;
}
form.sort-by select { margin: 0 0 10px; }

form.product-list option,
form.sort-by option { padding: 3px 0; }


/* STAFF BIO + PICTURS */
div#staff { margin: 50px 0 0; }
div.staff-bio { border-bottom: 1px solid #919191; margin: 0 0 30px; padding: 0 0 15px; *padding: 0 0 0; }

div#staff span.picture {
    background: url(../images/sprite-staff.png) no-repeat 0 0;
    display: block;
    height: 139px;
    width: 139px;
}
div#staff span.msaline { background-position: 0 0; }
div#staff span.mcampbell { background-position: 0 -161px; }


/* SEARCH RESULTS */
div.result-category { border-bottom: 1px solid #919191; margin: 0 0 30px; padding: 0 0 15px; }
div.result-box { margin: 0 0 30px; }

div.result-category a.view-all-brands {
    background: #a44334;
    color: #fff;
    float: right;
    font-size: 3.5em;
    margin: 0 0 10px 0;
    padding: 10px 11px 7px;
    text-transform: uppercase;
}
div.result-category a.view-all-brands:hover { background: #d2ce70; text-decoration: none; }


/* COUPONS */
a.print-cart {
    background: #47bfbd;
    color: #fff !important;
    font-size: 3em;
    padding: 5px 10px 5px;
}
a.print-cart:hover { background: #F68D3C; text-decoration: none; }

a.coupon-link {
    color: #000000;
    font-size: 1.2em;
    font-weight: bold;
    margin: 0 20px 0 0;
    text-transform: uppercase;
}
a.coupon-link:hover { color: #A44334; }

div.coupon-box {
    border: 1px solid #919191;
    float: left;
    height: 380px;
    margin: 0 20px 40px 0;
    position: relative;
    width: 195px;
}

div.coupon-box span.save {
    background: url(../images/sprite.png) no-repeat 0 -247px;
    display: block;
    height: 50px;
    left: -5px;
    position: absolute;
    top: -5px;
    width: 80px;
}

div.coupon-box p {
    border-top: 1px solid #919191;
    display: block;
    height: 50px;
    margin: 0;
    padding: 5px 0 0;
    text-align: center;
}
div.coupon-box a {
    background: #a44334;
    color: #fff;
    display: block;
    font-size: 1.6em;
    margin: 0 auto 20px;
    padding: 4px 10px 5px;
    text-transform: uppercase;
    width: 70px;
}
div.coupon-box a:hover { background: #d2ce70; text-decoration: none; }

div.coupon-box form.add-to-cart {
    float: right;
    margin: 0 10px 0 0;
}
div.coupon-box form.add-to-cart label { font-size: 1.2em; text-transform: uppercase; }
div.coupon-box form.add-to-cart input { cursor: pointer; }


/* STARS */
span.star {
    background: url(../images/sprite-stars.png) no-repeat 0 0;
    display: block;
    float: left;
    height: 18px;
    margin: 0 0 5px;
    width: 80px;
}
span.star-1 { background-position: 0 -5px }
span.star-2 { background-position: 0 -35px }
span.star-3 { background-position: 0 -65px }
span.star-4 { background-position: 0 -95px }
span.star-5 { background-position: 0 -125px }