




/*
     FILE ARCHIVED ON 18:08:16 Sep 19, 2015 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 21:57:44 May 31, 2016.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/* @override 
	http://beemaid.devphp.thinkshiftinc.com/converter/css/style.css */

/*
	Fluid Baseline Grid v1.0.0
	Designed & Built by Josh Hopkins and 40 Horse, http://40horse.com	
	Licensed under Unlicense, http://unlicense.org/
	
	Base stylesheet with CSS normalization, typographic baseline grid and progressive responsiveness
*/

/* HTML5 DECLARATIONS */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, dialog {display: block}
audio[controls],canvas,video {display: inline-block; *display: inline; zoom: 1}

/* BASE */
html {height: 100%; font-size: 14px; overflow-y: scroll; -webkit-text-size-adjust: 100%} /* Force scrollbar in non-IE and Remove iOS text size adjust without disabling user zoom */
body {margin: 0; min-height: 100%; -webkit-font-smoothing:antialiased; font-smoothing:antialiased; text-rendering:optimizeLegibility; } /* Improve default text rendering, handling of kerning pairs and ligatures */

/* DEFAULT FONT SETTINGS */
/* 16px base font size with 150% (24px) friendly, unitless line height and margin for vertical rhythm */
/* Font-size percentage is based on 16px browser default size */
body, button, input, select, textarea {font: 14px/1.5 Georgia,Palatino,"Palatino Linotype",Times,"Times New Roman",serif; *font-size: 1em; color: #333} /* IE7 and older can't resize px based text */
p, blockquote, q, pre, address, hr, code, samp, dl, ol, ul, form, table, fieldset, menu, img {margin: 0 0 1.5em; padding: 0}

/* TYPOGRAPHY */
/* Composed to a scale of 12px, 14px, 16px, 18px, 21px, 24px, 36px, 48px, 60px and 72px */
h1, h2, h3, h4, h5, h6 {font-family:Futura, "Century Gothic", AppleGothic, sans-serif;color:#222;text-shadow:1px 1px 1px rgba(0,0,0,.10)}
h1 {margin: 0; font-size: 3.75em; line-height: 1.2em; margin-bottom: 0.4em} /* 60px / 72px */
h2 {margin: 0; font-size: 3em; line-height: 1em; margin-bottom: 0.5em} /* 48px / 48px */
h3 {margin: 0; font-size: 2.25em; line-height: 1.3333333333333333333333333333333em; margin-bottom: 0.6667em} /* 36px / 48px */ 
h4 {margin: 0; font-size: 1.5em; line-height: 1em; margin-bottom: 1em} /* 24px / 24px */
h5 {margin: 0; font-size: 1.3125em; line-height: 1.1428571428571428571428571428571em; margin-bottom: 1.1428571428571428571428571428571em} /* 21px / 24px */
h6 {margin: 0; font-size: 1.125em; line-height: 1.3333333333333333333333333333333em; margin-bottom: 1.3333333333333333333333333333333em} /* 18px / 24px */
p, ul, blockquote, pre, td, th, label {margin: 0; font-size: 1em; line-height: 1.5em; margin-bottom: 1.5em} /* 16px / 24px */
small, p.small {margin: 0; font-size: 0.875em; line-height: 1.7142857142857142857142857142857em; margin-bottom: 1.7142857142857142857142857142857em} /* 14px / 24px */

/* CODE */
pre {white-space: pre; white-space: pre-wrap; word-wrap: break-word} /* Allow line wrapping of 'pre' */
pre, code, kbd, samp {font-size: 1em; line-height: 1.5em; margin-bottom: 1.5em; font-family: Menlo, Consolas, 'DejaVu Sans Mono', Monaco, monospace}

/* TABLES */
table {border-collapse: collapse; border-spacing: 0; margin-bottom: 1.5em}
th {text-align: left}
tr, th, td {padding-right: 1.5em; border-bottom: 0 solid #333}

/* FORMS */
form {margin: 0}
fieldset {border: 0;padding: 0}
textarea {overflow: auto; vertical-align: top}
legend {*margin-left: -.75em}
button, input, select, textarea {vertical-align: baseline; *vertical-align: middle} /* IE7 and older */
button, input {line-height: normal; *overflow: visible}
button, input[type="button"], input[type="reset"], input[type="submit"] {cursor: pointer;-webkit-appearance: button}
input[type="checkbox"], input[type="radio"] {box-sizing: border-box}
input[type="search"] {-webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box;	box-sizing: content-box}
input[type="search"]::-webkit-search-decoration {-webkit-appearance: none}
button::-moz-focus-inner, input::-moz-focus-inner {border: 0; padding: 0}

/* QUOTES */
blockquote, q {quotes: none}
blockquote:before, blockquote:after, q:before, q:after {content: ''; content: none}
blockquote, q, cite {font-style: italic}
blockquote {padding-left: 1.5em; border-left: 3px solid #ccc}
blockquote > p {padding: 0}

/* LISTS */
ul, ol {list-style-position: inside; padding: 0}
li ul, li ol {margin: 0 1.5em}
dl dd {margin-left: 1.5em}
dt {font-family:Futura, "Century Gothic", AppleGothic, sans-serif}

/* HYPERLINKS */
a {text-decoration: none; color:#c47529}
a:hover {text-decoration: underline}
a:focus {outline: thin dotted}
a:hover, a:active {outline: none} /* Better CSS Outline Suppression */

/* MEDIA */
figure {margin: 0}
img, object, embed, video {max-width: 100%;	_width: 100%} /* Fluid images */
img {border: 0;	-ms-interpolation-mode: bicubic} /* Improve IE's resizing of images */
svg:not(:root) {overflow: hidden} /* Correct IE9 overflow */

/* ABBREVIATION */
abbr[title], dfn[title] {border-bottom: 1px dotted #333; cursor: help}

/* MARKED/INSERTED/DELETED AND SELECTED TEXT */
ins, mark {text-decoration: none}
mark {background: #c47529}
ins {background: #d49855}
del {text-decoration: line-through}
::-moz-selection {background: #c47529; color: #fff; text-shadow: none} /* selected text */
::selection {background: #c47529; color: #fff; text-shadow: none} /* selected text */

/* OTHERS */
strong, b, dt { font-weight: bold}
dfn {font-style: italic}
var, address {font-style: normal}
sub, sup {font-size: 75%; line-height: 0; position: relative; vertical-align: baseline} /* Position 'sub' and 'sup' without affecting line-height */
sup {top: -0.5em} /* Move superscripted text up */
sub {bottom: -0.25em} /* Move subscripted text down */
span.amp{font-family:Adobe Caslon Pro,Baskerville,"Goudy Old Style","Palatino","Palatino Linotype","Book Antiqua",Georgia,"Times New Roman",Times,serif;font-style:italic;font-size:110%;line-height:0;position:relative;vertical-align:baseline} /* Best available ampersand */

/* MICRO CLEARFIX HACK */
.cf:before, .cf:after {content:"";display:table} /* For modern browsers */
.cf:after {clear:both}
.cf {zoom:1} /* For IE 6/7 (trigger hasLayout) */

/* DEFAULT MOBILE STYLE */
body {width: 100%; margin: 0 auto} /* Center page without wrapper */
/* column grid */
.col {display:inline-block; float:left; position: relative; margin-left: 1%; margin-right: 1%}
/* 1 column grid */
.col {width:98.0%; }
.full, .half, .third, .quarter, .two-thirds { width:98%; }

/* REMOVE WEBKIT NUMBER SPINNERS */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}



header, footer, section.panel     { width:100%; display:block; margin:0px; padding:0px;  }
section.container                 { width:98%; max-width:1200px; padding:0px 1%; margin:0px auto; }
nav ul                            { text-align:center; list-style-type:none; list-style:none; }


/*User Styles */


body{
  background-color:#d8b541;
  background: url(http://hivetohome.beemaid.com/facebook/converter/img/bg.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; 
 

}


body, button, input, select, textarea, h1, h2, h3, h4, h5, h6 { 
    font-family: "MuseoSlab-500", Trebuchet, Tahoma, Arial, sans-serif;}

header {/*margin: 3% auto 0 auto;*/ padding-top:3%;}


#bottle-container {display:none;}

/* RADIO BUTTONS */
.radio-buttons { margin: 0 auto; text-align: center}
.radio-buttons input {height: 1.7em; cursor: pointer;vertical-align: center; display: inline;}
.radio-buttons label {font-size: 2em; margin-right: 2%; }

.input-num { 
  background: rgba(255,255,255,0.5);
  border: 5px solid white; 
  -webkit-box-shadow: 
    inset 0 0 8px  rgba(0,0,0,0.1),
          0 0 16px rgba(0,0,0,0.1); 

  -webkit-border-radius: 8px;
          border-radius: 8px;

  -moz-box-shadow: 
    inset 0 0 8px  rgba(0,0,0,0.1),
          0 0 16px rgba(0,0,0,0.1); 

  box-shadow: 
    inset 0 0 8px  rgba(0,0,0,0.1),
          0 0 16px rgba(0,0,0,0.1);
  display: block;
  font-size: 1.7em;
  margin: 0 auto 5% auto;
  padding: 15px;
  text-align: center;
  width: 50%;
}


 #convert {
    cursor: pointer;
    display: block;
    width: 314px;
    height: 84px;
    background-image: url("http://hivetohome.beemaid.com/facebook/converter/img/btn-convert.png");
    background-repeat: no-repeat;
    margin: 0 auto;
    min-width: 314px;
    min-height: 84px; 
  }

  
#convert:hover   { background-image: url("http://hivetohome.beemaid.com/facebook/converter/img/btn-convert-hover.png"); }
#convert:active  { background-image: url("http://hivetohome.beemaid.com/facebook/converter/img/btn-convert-active.png"); }

#conversion-results .conversion {margin-bottom: 2%;}
#conversion-results .conversion h2      {color: #3f3d36;font-size: 2em; margin-top:16px;font-weight: normal;margin-bottom: 5%;}
#conversion-results .conversion .honey, 
#conversion-results .conversion .bee, 
#conversion-results .conversion .sugar  {margin: 0;padding: 0;float: left; }
#conversion-results .conversion .sugar  {max-width: 25%}
#conversion-results .conversion .bee    {width: 10%; margin: 16px 1% 0 1%;}
#conversion-results .conversion .honey  {background-image: url("http://hivetohome.beemaid.com/facebook/converter/img/bg-converted.png");width: 194px;height: 93px;text-align: center;}

    @media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
      #conversion-results .honey {
        background-image: url("http://hivetohome.beemaid.com/facebook/converter/img/bg-converted@2x.png");
        -webkit-background-size: 194px 93px; } }


#conversion-results ul li {color: #3f3d36;list-style: none;padding: 8px 8px 8px 30px;background-repeat: no-repeat;background-position: left center; }
.icn-add {background-image: url("http://hivetohome.beemaid.com/facebook/converter/img/icn-plus.png"); }
.icn-liquid {background-image: url("http://hivetohome.beemaid.com/facebook/converter/img/icn-drips.png"); }
.icn-temp {background-image: url("http://hivetohome.beemaid.com/facebook/converter/img/icn-temp.png"); }


#btn-start-over {
  cursor: pointer; width: 124px; height: 34px;
  background-image: url("http://hivetohome.beemaid.com/facebook/converter/img/btn-start-over.png");
  background-repeat: no-repeat;
  min-width: 124px;
  min-height: 34px;
  background-position: center top;
  margin: 0 auto;
}
#btn-start-over:hover {background-image: url("http://hivetohome.beemaid.com/facebook/converter/img/btn-start-over-hover.png"); }
#btn-start-over:active {background-image: url("http://hivetohome.beemaid.com/facebook/converter/img/btn-start-over-active.png"); }

footer .footer-logo {max-width: 295px; margin: 2% auto;}

/* media Queries

FOLDING FLUID GRID
< 767px			- 1-Column Fluid Grid
768px - 1023px	- 2-Column Fluid Grid
> 1024px			- 3-Column Fluid Grid
Change widths as necessary
------------------------------------------- */

/* MOBILE PORTRAIT */
@media only screen and (min-width: 320px) {

}

/* MOBILE LANDSCAPE */
@media only screen and (min-width: 480px) {

}

/* SMALL TABLET */
@media only screen and (min-width: 600px) {

}

/* TABLET/NETBOOK */
@media only screen and (min-width: 768px) { 
  section.container {width: 90%}
	.half        { width:48%; }
	.third       { width:31.33333333333%; }
	.quarter     { width:23%; }
	.two-thirds  { width:64.666666666666%; }




  /* JL STYLES */
  .radio-buttons div                        {display:inline;}
  #bottle-container                         {display:block; position: absolute; top:0; right:-8%; }
  #conversion-results .conversion  .sugar   {width: auto;}
  #conversion-results .conversion .bee      {width: auto; margin: 0 5%;}
  #btn-start-over                           { margin: 0;}
  .footer-logo                              {float:right;}


/* LANDSCAPE TABLET/NETBOOK/LAPTOP */
@media only screen and (min-width: 1024px) { 


}

@media only screen and (min-width: 1280px) { 
/* DESKTOP */



}

/* WIDESCREEN */
/* Increased body size for legibility */
@media only screen and (min-width: 1400px) { 
	
}


/* PRINT */
@media print {
  * {background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important} /* Black prints faster */
  a, a:visited {color: #444 !important; text-decoration: underline}
  a[href]:after {content: " (" attr(href) ")"}
  abbr[title]:after {content: " (" attr(title) ")"}
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {content: ""}  /* Don't print links for images, javascript or internal links */
  pre, blockquote {border: 1px solid #999; page-break-inside: avoid; }
  thead {display: table-header-group; } /* Repeat header row at top of each printed page */
  tr, img {page-break-inside: avoid; }
  img {max-width: 100% !important; }
  @page {margin: 0.5cm}
  p, h2, h3 {orphans: 3; widows: 3}
  h2, h3{page-break-after: avoid}
}