/*  Grid
------------------------------------------------------------------------------*/
/*  COLOURS
------------------------------------------------------------------------------*/
.K_bgColor_WhiteTransparent {
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.95);
}
.K_bgColor_OffWhiteTransparent {
  background-color: #f8f8f8;
  background-color: rgba(248, 248, 248, 0.95);
}
.K_bgColor_warmWhiteTransparent {
  background-color: #fff4e8;
  background-color: rgba(255, 244, 232, 0.95);
}
.K_bgColor_darkOpaque {
  background-color: black;
}
/*  Typography Variables
------------------------------------------------------------------------------*/
html body div.clear,
html body span.clear {
  background: none;
  border: 0;
  clear: both;
  display: block;
  float: none;
  font-size: 0;
  margin: 0;
  padding: 0;
  position: static;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
/*  Main Layout
------------------------------------------------------------------------------*/
#main-outer {
  margin-left: auto;
  margin-right: auto;
  width: 980px;
  position: relative;
  background-position: center;
  background-repeat: repeat-y;
}
#main {
  width: 940px;
  margin-left: 20px;
  margin-right: 20px;
}
#header {
  position: relative;
}
#primary {
  position: relative;
  min-height: 200px;
}
#backgrounder {
  position: absolute;
  z-index: -1;
  width: 940px;
  margin-left: 20px;
  margin-right: 20px;
  height: 100%;
  min-height: 100%;
}
.masthead {
  height: 120px;
}
#backgrounder {
  background-repeat: no-repeat;
}
.contents {
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.95);
  margin-bottom: 40px;
  margin-left: 300px;
  padding-right: 40px;
  padding-left: 40px;
  padding-bottom: 20px;
  margin-right: 40px;
}
.contents h3 {
  padding-bottom: 20px;
  padding-top: 20px;
}
.contents h4 {
  padding-top: 10px;
}
.contents h6 {
  padding-bottom: 2px;
}
.contents .block {
  padding-bottom: 20px;
}
.contents hr {
  height: 1px;
  margin-bottom: 50px;
  border-style: none;
  border-width: 0px;
}
.contents p {
  padding-bottom: 10px;
}
/*  Header
------------------------------------------------------------------------------*/
#navigation {
  position: absolute;
  z-index: 100;
  left: 40px;
  width: 220px;
}
#navigation ul {
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.95);
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 40px;
  padding-left: 38px;
}
#navigation #logo {
  padding-left: 36px;
  padding-right: 24px;
  padding-bottom: 12px;
  padding-top: 16px;
  background-color: black;
}
#navigation-append {
  padding-bottom: 20px;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.95);
}
#navigation-append h3 {
  padding-top: 20px;
  padding-left: 38px;
  padding-bottom: 0px;
}
#navigation-append ul {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 38px;
  background-color: transparent;
  letter-spacing: normal;
}
#navigation-append p {
  padding-left: 38px;
}
#navigation-append hr {
  visibility: hidden;
}
.scroll {
  position: fixed;
  top: 0px;
}
/*  Footer
------------------------------------------------------------------------------*/
#footer {
  background-color: black;
}
#footer-inner {
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 40px;
  color: white;
}
#footer-inner a {
  color: white;
  border-bottom-color: #646464;
}
#footer-inner h3 {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 300;
}
#footer-inner .copyright {
  width: 300px;
  float: left;
}
#footer-inner .contact {
  margin-left: 130px;
  float: left;
}
#footer-inner .links,
#footer-inner .credits {
  margin-left: 50px;
  float: left;
}
#footer-inner .terms a,
#footer-inner .doje a {
  color: gray;
  border-bottom-style: none;
}
/*  Utility
------------------------------------------------------------------------------*/
.display-none {
  display: none;
}
/*  Forms
------------------------------------------------------------------------------*/
label {
  display: none;
}
input {
  border: 0px none;
  border-bottom: 1px;
  border-bottom-style: dashed;
  border-bottom-color: gray;
  margin-bottom: 10px;
  padding: 0px;
  background-color: transparent;
  color: black;
}
.required {
  background-image: url('/workspace/web/images/form-required.png');
  background-repeat: no-repeat;
  background-position-y: 8px;
  background-position-x: 5px;
}
.invalid {
  color: red;
}
/* ---------------------------------------------------------------------------*
 *  Page Specific
------------------------------------------------------------------------------*/
#home .smallname {
  position: absolute;
  bottom: 0px;
  right: 0px;
  padding: 20px;
  padding-bottom: 8px;
  padding-top: 12px;
  background-color: white;
}
#home .smallname p {
  padding-bottom: 0px;
  font-weight: 300;
}
#stockists #backgrounder {
  background-position: right top;
  background-image: url('/workspace/web/images/ship-940.jpg');
  background-repeat: no-repeat;
}
#styles .style-box {
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.95);
  margin-bottom: 40px;
  margin-left: 300px;
}
#styles .style-shot {
  float: left;
}
#styles .label {
  padding-left: 20px;
  padding-top: 20px;
}
#styles .label h3 {
  padding-bottom: 5px;
}
#styles .label h3 small {
  background-color: black;
  border-bottom-left-radius: 4px 4px;
  border-bottom-right-radius: 4px 4px;
  border-top-left-radius: 4px 4px;
  border-top-right-radius: 4px 4px;
  color: white;
  margin-left: 5px;
  padding: 2px 6px;
  padding-left: 6px;
  padding-right: 6px;
  vertical-align: middle;
}
#styles .label h3 a {
  border-bottom-style: none;
  border-bottom-width: 0px;
  padding-bottom: 0px;
}
#styles .label p {
  padding-bottom: 5px;
}
#product-card {
  position: absolute;
  bottom: 0px;
  width: 900px;
  overflow: hidden;
  padding-left: 40px;
}
#product-card .details {
  float: left;
  width: 640px;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.95);
  padding-left: 40px;
  margin-bottom: -2000px;
  padding-bottom: 2000px;
}
#product-card .summary {
  float: left;
  width: 160px;
  padding-top: 12px;
}
#product-card .description {
  float: left;
  width: 440px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 28px;
}
#product-card .purchase {
  width: 180px;
  float: left;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.95);
  padding-top: 26px;
  margin-left: 40px;
  margin-bottom: -2000px;
  padding-bottom: 2000px;
}
#product-card .purchase h3 {
  padding-bottom: 5px;
}
#product-card .purchase legend {
  padding-left: 20px;
}
#product-card .purchase select {
  margin-left: 16px;
  margin-bottom: 1em;
  width: 144px;
}
#product-card .purchase .colours {
  width: 180px;
}
#product-card .purchase .colours p {
  padding-bottom: 0px;
  padding-left: 20px;
  padding-top: 5px;
}
#product-card .purchase .input {
  padding-left: 20px;
}
#product-card .purchase .success {
  padding-left: 20px;
  padding-right: 20px;
}
#product-card .hand {
  cursor: pointer;
}
#product-card .big-button {
  background-color: black;
  padding-bottom: 8px;
  padding-top: 13px;
}
#product-card .big-button h3,
#product-card .big-button p {
  padding-left: 20px;
  padding-bottom: 4px;
}
#product-card #notify {
  background-color: transparent;
  padding-top: 0px;
  padding-bottom: 0px;
  height: 105px;
}
#product-card #nope {
  height: 84px;
}
#product-card #nope a {
  color: white;
  border-bottom-color: gray;
}
.caption {
  position: absolute;
  bottom: 0px;
  right: 0px;
  background-color: white;
  padding: 10px;
}
.caption p {
  padding-bottom: 0px;
}
#four-oh-four .masthead {
  height: 136px;
}
#four-oh-four .proverb {
  padding-top: 300px;
  padding-left: 250px;
}
#stories .contents {
  margin-right: 100px;
}
#stockists #backgrounder {
  background-position: left top;
  background-image: url('/workspace/web/images/ship-940.jpg');
}
.vcard {
  padding-bottom: 10px;
}
.vcard p {
  padding-bottom: 0px;
}
#order .masthead {
  height: 10px;
}
#order .letterhead {
  clear: both;
  font-size: 9px;
  color: gray;
  text-align: center;
  display: block;
  line-height: 12px;
  text-shadow: 1px;
  font-weight: 100;
}
#order .contents {
  color: #32321e;
  padding: 0px;
  margin-bottom: 0px;
}
#order hr {
  background-image: url('/workspace/web/images/paper-fold.jpg');
  background-position: top;
  background-repeat: no-repeat;
  height: 52px;
  margin: 0px;
  border-style: none;
  border-width: 0px;
}
#order .photo {
  float: left;
}
#order img.order-photo {
  border-color: #dcdcdc;
  border-style: solid;
  border-width: 1px;
}
#order h6 {
  padding-top: 10px;
}
#order .summary {
  float: left;
  width: 258px;
  padding-left: 20px;
}
#order .order-print {
  display: none;
}
#order .shipping-to {
  float: left;
}
#order .address {
  display: block;
  float: left;
  width: 150px;
  padding-left: 10px;
  padding-top: 3px;
  line-height: 14px;
}
#order .shipping-info {
  clear: both;
}
#letter-head,
#letter-body,
#letter-footer,
#letter-faq {
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 0px;
  padding-bottom: 0px;
}
#letter-head {
  height: 111px;
  background-image: url('/workspace/web/images/paper_01.jpg');
  background-position: top;
  padding-top: 52px;
}
#letter-body {
  background-image: url('/workspace/web/images/paper_03.jpg');
  background-repeat: repeat-y;
  background-position: top;
  padding-top: 20px;
}
#letter-faq {
  background-image: url('/workspace/web/images/paper_03.jpg');
  background-repeat: repeat-y;
  background-position: top;
  padding-top: 20px;
}
#letter-footer {
  height: 132px;
  background-image: url('/workspace/web/images/paper_05.jpg');
  background-position: bottom;
  margin-bottom: 40px;
}
/* NOT MINE
==============================================================================*/
/*  
Sticky Footer Solution
by Steve Hatcher
http://stever.ca http://www.cssstickyfooter.com
*/
html,
body,
#main-outer {
  height: 100%;
}
body > #main-outer {
  height: auto;
  min-height: 100%;
}
/* must be same height as the footer */
#main {
  overflow: auto;
  padding-bottom: 200px;
}
#footer {
  position: relative;
  margin-top: -200px;
  /* negative value of footer height */

  height: 200px;
  clear: both;
  margin-left: auto;
  margin-right: auto;
  width: 940px;
}
/*Opera Fix*/
body:before {
  /* thanks to Maleika (Kohoutec)*/

  content: "";
  height: 100%;
  float: left;
  width: 0;
  margin-top: -32767px;
  /* thank you Erik J */

}
/* 
Clear Floated Elements
*/
/* http://sonspring.com/journal/clearing-floats */
.klear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
/* http://perishablepress.com/press/2009/12/06/new-clearfix-hack */
.clearfix:after {
  clear: both;
  content: ' ';
  display: block;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  width: 0;
  height: 0;
}
/*
	The following zoom:1 rule is specifically for IE6 + IE7.
	Move to separate stylesheet if invalid CSS is a problem.
*/
* html .clearfix,
*:first-child + html .clearfix {
  zoom: 1;
}
/*  Masonry, the not-autogenerated part
------------------------------------------------------------------------------*/
.wrap {
  background: #FFF;
  border: 0px solid #456;
  padding: 0px;
  margin-bottom: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
.wrap:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.box {
  margin: 0px;
  padding: 0px;
  background: #D8D5D2;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  font-size: 11px;
  line-height: 0px;
  float: left;
}
