@charset "UTF-8";
/* A font by Jos Buivenga (exljbris) -> http://www.exljbris.com */
@font-face {
  font-family: 'Museo';
  src: url("/assets/fonts/museo300-regular-webfont.eot");
  src: local("☺"), url("/assets/fonts/museo300-regular-webfont.woff") format("woff"), url("/assets/fonts/museo300-regular-webfont.ttf") format("truetype"), url("/assets/fonts/museo300-regular-webfont.svg#webfont2P0LSEQH") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'MuseoSans';
  src: url("/assets/fonts/museosans_500-webfont.eot");
  src: local("☺"), url("/assets/fonts/museosans_500-webfont.woff") format("woff"), url("/assets/fonts/museosans_500-webfont.ttf") format("truetype"), url("/assets/fonts/museosans_500-webfont.svg#webfont7MUOI7Jm") format("svg");
  font-weight: normal;
  font-style: normal; }
/* CSS Reset */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, menu, time, mark, audio, video {
  background: transparent;
  border: 0;
  font-size: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline; }

article, aside, figure, footer, header, hgroup, nav, section {
  display: block; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

q:before, q:after {
  content: '';
  content: none; }

a {
  background: transparent;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline; }
  a.img-link:hover {
    border: none; }

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

hr {
  border: 0;
  border-top: 1px solid #ccc;
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

body {
  font: 12px sans-serif;
  *font-size: small;
  *font: x-small;
  line-height: 1.22; }

table {
  font-size: inherit;
  font: 100%; }

select, input, textarea {
  font: 99% sans-serif; }

pre, code, kbd, samp {
  font-family: monospace, sans-serif; }

body, select, input, textarea {
  color: #444; }

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  text-rendering: optimizeLegibility; }

html {
  -webkit-font-smoothing: antialiased; }

a {
  color: #c1002a;
  text-decoration: none; }
  a:hover {
    outline: none; }
  a:active {
    outline: none;
    color: #c1002a;
    text-decoration: none; }
  a:visited {
    color: #c1002a;
    text-decoration: none; }
  a:hover {
    border-bottom: 1px dotted #c1002a;
    color: #036; }

ul {
  margin-left: 0; }

ol {
  list-style-type: decimal;
  margin-left: 30px; }

small {
  font-size: 85%; }

strong, th {
  font-weight: bold; }

td {
  vertical-align: top; }
  td img {
    vertical-align: top; }

sub {
  font-size: smaller;
  vertical-align: sub; }

sup {
  font-size: smaller;
  vertical-align: super; }

pre {
  padding: 15px;
  white-space: pre;
  white-space: pre-wrap;
  white-space: pre-line;
  word-wrap: break-word; }

input[type="radio"] {
  vertical-align: text-bottom; }
input[type="checkbox"] {
  vertical-align: bottom;
  *vertical-align: baseline; }

.ie6 input {
  vertical-align: text-bottom; }

label {
  cursor: pointer; }

input[type=button], input[type=submit] {
  cursor: pointer; }

button {
  cursor: pointer; }

::-moz-selection, ::-moz-selection {
  background: #FF5E99;
  color: #fff;
  text-shadow: none; }

::-moz-selection, ::selection {
  background: #FF5E99;
  color: #fff;
  text-shadow: none; }

a:link {
  -webkit-tap-highlight-color: #FF5E99; }

html {
  overflow-y: scroll; }

button {
  width: auto;
  overflow: visible; }

.ie7 img {
  -ms-interpolation-mode: bicubic; }

.ir {
  background-repeat: no-repeat;
  display: block;
  overflow: hidden;
  text-indent: -999em; }

.hidden {
  display: none;
  visibility: hidden; }

.visuallyhidden {
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important; }

.invisible {
  visibility: hidden; }

.clearfix {
  display: inline-block; }
  .clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden; }

* html .clearfix {
  height: 1%; }

.clearfix {
  display: block; }

/* Primary Styles
	Author: Lea Alcantara
 */
html {
  background: #9d3131 url(/assets/images/bg.jpg) repeat; }

body {
  background: transparent url(/assets/images/body-bg.jpg) top repeat-x; }

p {
  line-height: 1.5em;
  margin: 0 0 1em 0; }

.mascot {
  position: absolute;
  right: 0; }

.fright {
  float: right; }

/* Main Navigation */
nav ul li {
  display: block;
  float: left; }

#primary {
  clear: both;
  margin: 0;
  overflow: hidden;
  padding: 10px 0;
  position: absolute;
  top: 145px; }
  #primary #home-nav {
    margin: 0 120px 0 0; }

.-moz- #primary #home-nav {
  margin: 0 119px 0 0; }

#primary .active, #primary a:hover {
  background: #fff;
  color: #000; }
#primary li a {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  color: #fff;
  display: block;
  font-family: MuseoSans, sans-serif;
  font-size: 13px;
  font-weight: bold;
  height: 19px;
  margin: 0 1px 0 0;
  padding: 7px 26px;
  text-decoration: none;
  text-transform: uppercase; }
  #primary li a:hover {
    border-style: none;
    color: #c1002a; }

/* Sub Navigation */
#sub {
  background: #fff url(/assets/images/subnav-bg.gif) bottom repeat-x;
  height: 44px;
  margin: 0 auto -10px auto;
  overflow: hidden;
  padding: 0;
  width: 835px; }
  #sub li a {
    color: #666;
    display: block;
    font-family: Museo, sans-serif;
    font-size: 1.1em;
    padding: 7px 0 7px 26px;
    text-transform: lowercase; }
    #sub li a:after {
      color: #666;
      content: "| ";
      font-weight: normal;
      padding: 0 0 0 26px; }
  #sub li.last a:after {
    content: ""; }
  #sub li a:hover {
    background: url(/assets/images/subnav-active.gif) top center no-repeat;
    color: #b16e4c;
    height: 44px;
    text-decoration: none; }
  #sub .active {
    background: url(/assets/images/subnav-active.gif) top center no-repeat;
    color: #b16e4c;
    height: 44px;
    text-decoration: none;
    font-weight: bold; }

#blog-archives {
  overflow: hidden; }
  #blog-archives li {
    padding: 0.1em 0; }
  #blog-archives ul {
    margin: 0.2em 0 0 1em; }
  #blog-archives li li {
    float: none;
    list-style-type: disc; }

/* Top Header Section Styles */
#social {
  background: url(/assets/images/ribbon.png) bottom no-repeat;
  float: right;
  height: 140px;
  position: relative;
  width: 180px; }
  #social ul {
    margin: 10px; }
  #social li {
    padding: 0 5px; }
  #social input#keywords {
    background: #fff;
    border-radius: 5px;
    border: 2px solid #b07b54;
    margin: 10px 10px 8px;
    padding: 3px;
    width: 147px; }

.searchbtn {
  background: #fff url(/assets/images/search-button.png) top no-repeat;
  border: 0;
  float: right;
  height: 13px;
  width: 12px; }

#social .searchbtn {
  position: absolute;
  right: 20px;
  top: 45px; }
#social .question-call-to-action {
  font: 12px/16px sans-serif;
  text-align: center;
  color: #000;
  font-weight: 500;
  font-weight: bold;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); }
  #social .question-call-to-action span {
    font: 18px/16px Museo, sans-serif;
    font-weight: normal; }

#banner .searchbtn {
  bottom: 75px;
  left: 450px;
  position: absolute; }

header {
  clear: both;
  height: 187px;
  margin: 0 auto;
  width: 835px; }
  header h1 a {
    background: url(/assets/images/logo.png) no-repeat;
    display: block;
    height: 191px;
    position: absolute;
    text-indent: -2000px;
    top: -30px;
    width: 311px; }
    header h1 a:hover {
      border: 0; }

/* Main Container Styles */
#container {
  background: #fff;
  margin: 0 auto;
  overflow: hidden;
  padding: 25px 35px 0 35px;
  width: 765px; }

#category #container {
  padding: 50px 35px; }

#content {
  margin: 0 0 40px 0;
  overflow: hidden; }

#main, .main {
  float: left;
  width: 520px; }

#sidebar, .sidebar {
  float: left;
  margin: 0 0 20px 20px;
  width: 225px; }

#sig {
  background: url(/assets/images/carole-sig.jpg) top no-repeat;
  display: block;
  height: 32px;
  left: 110px;
  position: relative;
  text-indent: -1000px;
  top: -10px;
  width: 202px; }

/* Homepage Styles*/
#banner {
  margin: 0 auto 25px 0;
  position: relative; }
  #banner img {
    display: block;
    margin: 0 auto;
    text-align: center; }

#col1, #col2, #col3 {
  float: left;
  padding: 0 10px;
  width: 235px; }

.halfWidth {
  float: left;
  width: 362px; }
  .halfWidth:nth-child(2) {
    padding: 0 0 0 20px; }

.divide {
  background: url(/assets/images/column-divider.gif) top right repeat-y;
  min-height: 350px;
  padding: 0 20px 0 0; }

audio {
  margin: .5em 0;
  width: 215px; }

#col1 h1, #col2 h2, #col3 h2, .fullWidth h1, .halfWidth h1, .main h1, .sidebar h1 {
  background: #fff;
  color: #000;
  font-family: Museo, sans-serif;
  font-size: 2.3em;
  font-weight: normal;
  margin: 0 0 10px 0; }

#col1 h2, .fullWidth h2, .halfWidth h2, .main h2, .sidebar h2 {
  color: #c1002a;
  font-family: Museo, sans-serif;
  font-size: 2em;
  font-weight: normal;
  margin: 0 0 .5em 0;
  text-align: center; }

.fullWidth h2, .halfWidth h2, .main h2, .sidebar h2 {
  text-align: left; }

#home #col2 h2, #home #col3 h2 {
  margin: 35px 0 10px 0; }

#col1 h3, #col2 h3, #col3 h3, .fullWidth h3, .halfWidth h3, .main h3, .sidebar h3 {
  color: #000;
  font-family: Museo, sans-serif;
  font-size: 1.25em;
  font-weight: normal; }

#col3 article {
  margin: 0 0 20px 0; }

#col1 ul, #col2 ul, #col3 ul, .fullWidth ul, .halfWidth ul, .main ul, .sidebar ul {
  list-style-type: disc;
  padding-left: 20px; }

#col1 ul p, #col2 ul p, #col3 ul p, .fullWidth ul p, .halfWidth ul p, .main ul p, .sidebar ul p {
  margin-bottom: 5px; }

.highlight {
  background: #c23839;
  border-radius: 10px;
  box-shadow: 3px 3px 4px #ccc;
  /* For IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#cccccc')";
  /* For IE 5.5 - 7 */
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#cccccc');
  color: #fff;
  display: block;
  margin: 0 0 10px 0;
  padding: 10px;
  margin: 0 0 20px 0; }
  .highlight a {
    border-bottom: 1px dotted #eee;
    color: #ffc; }

p.highlight a {
  border-bottom: 1px dotted #eee;
  color: #ffc; }

#col3 article a h3 {
  color: #fff; }
#col3 article a p {
  margin: 0; }
#col3 article a:hover {
  border-style: none; }
#col3 ul {
  margin: 10px 0; }

#sidebar ul {
  margin: 0 0 20px 0; }

#col3 ul li, #sidebar ul li {
  margin: 0 0 5px 0; }

#col3 ul li li, #sidebar ul li li {
  margin: 5px 0 5px 15px; }

/* Recipe Styles */
#main {
  margin: 0 0 1em 0; }
  #main h1 {
    background: #fff;
    color: #000;
    font-family: Museo, sans-serif;
    font-size: 2.3em;
    font-weight: normal;
    margin: 0 0 10px 0; }

#sidebar h1 {
  background: #fff;
  color: #000;
  font-family: Museo, sans-serif;
  font-size: 2.3em;
  font-weight: normal;
  margin: 0 0 10px 0; }

#main h2, #sidebar h2 {
  color: #666;
  font-family: Museo, sans-serif;
  font-size: 1.2em;
  font-weight: bold; }

#main ul {
  list-style-type: none;
  margin: .5em 0 1em 0; }
  #main ul li {
    line-height: 1.5em;
    margin: 0 0 1em 0; }
#main ol {
  margin: .5em 0 1em 0; }
  #main ol li {
    line-height: 1.5em;
    margin: 0 0 1em 0; }
#main.product-detail ul {
  list-style-type: disc;
  padding-left: 20px; }
#main ul.dots {
  list-style-type: disc;
  margin-left: 1.25em; }
#main .main-image {
  border: 2px solid #ccc;
  margin: 0 0 .5em 0;
  width: 470px; }
#main .meta {
  clear: both;
  margin: 5px 0; }
  #main .meta strong {
    color: #666;
    font-family: Museo, sans-serif; }

#recipe-form {
  background: #b0232c;
  border-radius: 20px;
  border: 1px solid #333;
  font-family: Museo, sans-serif;
  margin-bottom: 70px;
  padding: 20px 30px;
  width: 85%; }
  #recipe-form h1 {
    color: #fff;
    font-size: 50px;
    font-weight: normal; }
  #recipe-form h2 {
    color: #ccc;
    font-size: 1.5em;
    margin: -5px 0 0 0;
    text-transform: uppercase; }
  #recipe-form p {
    color: #fff;
    font-size: 1.1em; }
  #recipe-form input[type=text] {
    border-radius: 10px;
    border: 0;
    box-shadow: 1px 1px 2px #333;
    height: 25px;
    margin: 7px 0;
    padding: 10px;
    width: 425px; }

#sidebar .youtube {
  background: url(/assets/images/youtube_16.png) top left no-repeat;
  padding: 0 0 0 25px; }
#sidebar .podcast {
  background: url(/assets/images/16-podcast-square.png) top left no-repeat;
  padding: 0 0 0 25px; }
#sidebar ul {
  list-style-type: none; }

/* Shows Styles */
.vid-slide {
  background: #333;
  box-shadow: 3px 3px 4px #ccc;
  /* For IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#cccccc')";
  /* For IE 5.5 - 7 */
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#cccccc');
  height: 260px;
  margin: 0 auto;
  overflow: hidden;
  width: 675px; }
  .vid-slide img {
    float: left; }
  .vid-slide .blurb {
    color: #fff;
    float: right;
    font-family: Museo, sans-serif;
    margin: 10px 15px;
    width: 160px; }
  .vid-slide h1 {
    font-size: 1.9em;
    font-weight: normal;
    margin: 0 0 10px 0; }

.button a {
  background: #c23839;
  border-radius: 20px;
  color: #fff;
  display: block;
  font-family: Museo, sans-serif;
  font-size: 1.25em;
  font-weight: 600;
  margin: 1.2em auto;
  padding: 7px;
  text-align: center;
  width: 110px; }
  .button a:hover {
    background: #000;
    border: 0; }

/* Blog Styles */
#blog-categories {
  background: #333;
  border-radius: 15px;
  margin: 0 0 50px 0;
  overflow: hidden;
  padding: 10px 10px 0 10px; }
  #blog-categories ul {
    margin: 0 0 0 8px; }
  #blog-categories li {
    margin: 0 2px;
    width: 100px; }
  #blog-categories h1 {
    font-size: 1.3em; }
  #blog-categories h2 {
    background: #333;
    height: 2.5em;
    margin: 0 0 -20px 0;
    position: relative;
    top: -40px;
    width: 100px; }
  #blog-categories a {
    color: #fff;
    font-family: Museo, sans-serif;
    text-align: center; }
    #blog-categories a:hover {
      border: 0;
      color: #ffc; }
  #blog-categories li img {
    margin: 0 auto;
    z-index: -1; }

#main article {
  border-bottom: 1px dotted #eee;
  line-height: 1.5em;
  margin: 0 0 1.5em 0;
  overflow: hidden;
  padding: 0 0 1.5em 0; }
#main h1 {
  line-height: 1em; }
#main article img {
  margin: 0.5em 0; }
#main .date {
  color: #999;
  font-size: .9em;
  margin: 0;
  text-transform: uppercase; }
#main .addthis_toolbox {
  display: block;
  float: left;
  width: 75px; }

#blog #main .addthis_toolbox {
  width: 100px; }

#main .comment-total {
  position: relative;
  top: 4px; }

#sidebar iframe {
  margin: 1em 0; }

#comment-list ol {
  list-style-type: none;
  margin: 0; }
  #comment-list ol li {
    border-bottom: 1px dotted #ccc;
    margin: 1em 0;
    padding: 1em 0; }
#comment-list label {
  display: block;
  font-weight: bold;
  margin-top: .7em;
  width: 100px; }
  #comment-list label.captcha {
    width: 100%; }

.screen-reader {
  display: block !important;
  left: -9999px !important;
  position: absolute !important;
  top: -9999px !important; }

#comment-list input {
  border: 1px solid #ccc;
  margin-bottom: .5em;
  padding: .7em;
  width: 350px; }
#comment-list textarea {
  border: 1px solid #ccc;
  margin-bottom: .5em;
  padding: .7em;
  width: 350px;
  height: 200px; }

/* Shop Styles */
.slider {
  margin-bottom: 1em; }

.slide-main {
  margin-bottom: 10px; }

.product-block {
  float: left;
  height: 185px;
  margin-right: 13px;
  width: 158px; }

.slider .product-block {
  height: 125px; }

.product-block.last {
  margin-right: 0; }
.product-block img {
  border: 1px solid #c0ad9c; }

.slide-main img {
  border: 1px solid #c0ad9c; }

.product-block a {
  color: #c0ad9c; }

#sidebar.shop a {
  color: #c25653; }
#sidebar.shop .highlight a {
  color: #ffc; }
#sidebar .product-block {
  float: none;
  height: inherit;
  margin-right: 0; }

.cart-view #main, #main.product-detail {
  width: 520px; }

.add-item.highlight {
  float: right;
  font-family: Museo, sans-serif;
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 20px 20px;
  padding: 15px;
  min-width: 120px;
  height: inherit; }
  .add-item.highlight .qty-box {
    border-radius: 5px;
    border: none;
    padding: 2px 4px;
    width: 24px; }
  .add-item.highlight select {
    margin-bottom: 15px;
    font-size: 12px; }
  .add-item.highlight .add-to-cart {
    background: #ffffff;
    border-radius: 5px;
    border: none;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
    color: #c63e3e;
    display: block;
    font-family: sans-serif;
    padding: 10px;
    text-transform: uppercase;
    width: 100%;
    box-sizing: border-box; }

.notification {
  border-radius: 15px;
  width: 450px;
  padding: 15px;
  background: #f0f;
  color: #fff;
  font-weight: bold;
  margin-bottom: 10px; }

.view-cart, .cart-view.review {
  width: 100%; }

.view-cart th, .cart-view.review th {
  text-align: left; }

.view-cart th {
  padding: 5px; }

.cart-view.review th, .cart-view.review td {
  padding: 5px; }
.cart-view.review th {
  background: #bfa694;
  color: #fff; }
.cart-view.review tr.odd td, .cart-view.review tr.even td {
  padding: 15px 5px; }

.view-cart th.images, .view-cart th.quantity, .view-cart th.price {
  width: 15%; }

.cart-view.review th.availability, .cart-view.review th.quantity, .cart-view.review th.unit-price, .cart-view.review th.price {
  width: 15%; }

.view-cart th.details {
  width: 55%; }

.cart-view.review th.items {
  width: 40%; }

.billing-info, .shipping-info {
  float: left;
  margin-right: 40px;
  height: 92px; }

.edit-addresses {
  clear: left;
  padding-top: 10px;
  margin-bottom: 10px; }

.billing-info h3, .shipping-info h3 {
  color: #bfa694; }

.view-cart tr.odd {
  background: #eee; }
.view-cart tr.even {
  background: #ddd; }
.view-cart td {
  padding: 5px 5px 25px 5px; }
  .view-cart td.product-image {
    text-align: center;
    background: #fff; }
.view-cart .pricing td {
  padding: 5px; }

.update-cart {
  background: none;
  border: none;
  color: #bba38e;
  text-transform: lowercase; }

td.promo-code, td.subtotal, td.shipping, td.tax, td.discount, td.total {
  text-align: right;
  padding-right: 15px; }
td.discount {
  border-bottom: 1px solid #bda697; }
td.promo-code input.promo-field {
  border-radius: 3px;
  border: 1px solid #CCC;
  max-width: 100px;
  padding: 3px; }

input.qty-update {
  border-radius: 3px;
  border: 1px solid #CCC;
  max-width: 100px;
  padding: 3px; }

.checkout, .return-shop {
  border-radius: 5px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.25);
  color: #fff;
  display: block;
  font-weight: bold;
  height: 15px;
  margin: 10px 136px 0;
  padding: 10px 25px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: 150px;
  background: #c23839;
  background: -webkit-linear-gradient(top, #c23839 0%, #932a2a 100%);
  background: linear-gradient(top, #c23839 0%, #932a2a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c23839', endColorstr='#932a2a',GradientType=0 );
  border: solid 1px rgba(0, 0, 0, 0.125); }

a.checkout, a.return-shop {
  border-radius: 5px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.25);
  color: #fff;
  display: block;
  font-weight: bold;
  height: 15px;
  margin: 10px 136px 0;
  padding: 10px 25px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: 150px;
  background: #c23839;
  background: -webkit-linear-gradient(top, #c23839 0%, #932a2a 100%);
  background: linear-gradient(top, #c23839 0%, #932a2a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c23839', endColorstr='#932a2a',GradientType=0 );
  border: solid 1px rgba(0, 0, 0, 0.125); }

.subtext, a.subtext {
  color: #c2a796; }

.return-shop, a.return-shop {
  background: #febbbb;
  background: -webkit-linear-gradient(top, #febbbb 0%, #fe9090 45%, #ff5c5c 100%) !important;
  background: linear-gradient(top, #febbbb 0%, #fe9090 45%, #ff5c5c 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#febbbb', endColorstr='#ff5c5c',GradientType=0 );
  border: solid 1px #888 !important; }

.checkout:hover, a.checkout:hover {
  border-bottom: 1px solid inherit;
  background: red !important; }

.return-shop:hover, a.return-shop:hover {
  background: gray !important;
  border-bottom: 1px solid inherit; }

.checkout-form, .billing-shipping {
  width: 348px; }

.checkout-form .row, .billing-shipping .row {
  margin-bottom: 8px; }

.checkout-form label, .billing-shipping label {
  float: left;
  width: 125px;
  margin-right: 10px;
  line-height: 26px; }

.checkout-form input[type="text"], .billing-shipping input[type="text"] {
  float: right;
  width: 208px;
  height: 24px;
  border: 1px solid #999; }

.checkout-form input.checkout, .billing-shipping input.checkout {
  border-radius: 5px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.25);
  color: #fff;
  display: block;
  font-weight: bold;
  padding: 10px 25px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: 212px;
  height: inherit;
  background: #dc001e; }

.show-shipping {
  height: 30px;
  background: #ffffc2;
  margin-bottom: 10px; }
  .show-shipping .use_billing_info {
    margin: 10px; }

.checkout-form .show-shipping label, .billing-shipping .show-shipping label {
  display: inline;
  float: none;
  line-height: 30px; }

.checkout-form .show-shipping input, .billing-shipping .show-shipping input {
  width: inherit;
  float: left;
  line-height: 30px;
  padding-left: 10px; }

.checkout-form legend, .billing-shipping legend {
  font-size: 20px;
  font-weight: bold;
  height: 35px;
  padding-top: 20px; }

.checkout-form.billing {
  width: 510px;
  clear: both;
  padding-top: 20px; }

.site-security {
  width: 100%;
  text-align: center; }
  .site-security .sitelock, .site-security .positivessl {
    display: block;
    float: left;
    min-height: 100px;
    font-size: 10px; }
  .site-security .sitelock {
    padding-top: 15px;
    width: 117px;
    margin-right: 8px; }
  .site-security .positivessl {
    width: 98px; }

#payment {
  width: 350px; }
  #payment input {
    padding: 0 5px;
    width: 198px; }

/* Archives Styles */
.archive-list {
  list-style-type: none; }

#nav_cat_archive {
  list-style-type: none; }
  #nav_cat_archive ul {
    list-style-type: none;
    margin: 1em 0 1.5em 0; }

.archive-list li, #nav_cat_archive li li {
  margin: 0 0 1em 0; }

/* General Link Styles */
.email {
  background: url(/assets/images/email_16.png) no-repeat;
  list-style-type: none;
  padding: 2px 0 2px 25px; }

.rss {
  background: url(/assets/images/rss_16.png) no-repeat;
  list-style-type: none;
  padding: 2px 0 2px 25px; }

/* Footer Styles */
footer {
  background: #8b221b url(/assets/images/footer-bg.jpg) repeat-x;
  clear: both;
  color: #fff;
  font-size: 12px;
  margin: 0 auto;
  overflow: hidden;
  padding: 20px 0;
  text-align: center;
  width: 835px; }

#foot {
  width: 765px;
  margin: 0 auto; }
  #foot li {
    padding: 0 14px; }
  #foot a {
    color: #fff;
    text-decoration: none; }
    #foot a:hover {
      border-bottom: 1px dotted #eee;
      color: #ffc; }

/* 
 * print styles
 */
@media print {
  * {
    background: transparent !important;
    color: #444 !important;
    text-shadow: none; }

  a {
    color: #444 !important;
    text-decoration: underline; }
    a:visited {
      color: #444 !important;
      text-decoration: underline; }
    a:after {
      content: " (" attr(href) ")"; }

  abbr:after {
    content: " (" attr(title) ")"; }

  .ir a:after {
    content: ""; }

  /* Don't show links for images */
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  img {
    page-break-inside: avoid; } }
/* Grade-A Mobile Browsers */
@media screen and (max-device-width: 480px) {
  html {
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none; } }
.testimonialPhoto {
  float: right;
  width: 100px;
  margin-left: 15px;
  margin-bottom: 10px;
  border-radius: 8px;
  box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.25); }

.pageSubNav {
  margin-bottom: 10px; }
  .pageSubNav a {
    display: inline-block;
    background: #c23839;
    color: #fff;
    border-radius: 5px;
    padding: 5px;
    margin-right: 5px; }
    .pageSubNav a:hover {
      border: none;
      background: #982727;
      color: #fff; }

.fresco {
  display: inline-block; }
  .fresco img {
    vertical-align: bottom; }
