html {
  min-height: 100%;
}
body {
  margin: 0;
  overflow-x: hidden;
  color: #fff;
  text-shadow: 0px -1px 0px rgba(0,0,0,0.3);
  background: #ff6d00;
  background: url(grain.png), no-repeat 0 50% -moz-radial-gradient(50% 0%, circle, #f68a00,#ff6d00);
  background: url(grain.png), no-repeat 0 50% -webkit-gradient(radial, center top, 0, center top, 600, from(#f68a00), to(#ff6d00));
  background-size: 100px 100px, 100% 100%;
}
@media (min--moz-device-pixel-ratio: 1.5),
         (-o-min-device-pixel-ratio: 3/2),
         (-webkit-min-device-pixel-ratio: 1.5),
         (min-device-pixel-ratio: 1.5),
         (min-resolution: 1.5dppx) {
  body {
    background-size: 50px 50px, auto;
  }
}
img {
  border: 0;
}
div#hellobar-container {
  text-shadow: none !important;
}
#content {
  position: relative;
  width: 480px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 90px;
  background: 80px 0px;
  min-height: 100%;
  font: 20px/28px Georgia;
  -webkit-transform: translateX(-100px);
  -moz-transform: translateX(-100px);
}
h1 {
  font: 45px/52px "Montserrat", Georgia;
  font-weight: normal;
  margin: 0;
  text-rendering: optimizelegibility;
}
h2 {
  font: 30px/35px "Montserrat", Georgia;
  font-weight: normal;
  margin: 10px 0 40px 0;
  text-rendering: optimizelegibility;
}
h2 > img {
  width: 35px;
  margin: 0px 10px 0 0;
  float: left;
}
@-webkit-keyframes bump {
 0% {
  opacity:0;
  -webkit-transform: rotate(-20deg) translateX(100px) translateY(-400px);
 }
 to {
  opacity:0.999;
  -webkit-transform: rotate(0deg);
 }
}
@-moz-keyframes bump {
 0% {
  opacity:0;
  -moz-transform: rotate(-20deg) translateX(100px) translateY(-400px);
 }
 to {
  opacity:0.999;
  -moz-transform: rotate(0deg);
 }
}
#book {
  position: absolute;
  left: 50%;
  margin-left: 160px;
  top: 80px;
  width: 220px;
  opacity: 0.999; /* get rid of jagged edges, meh */
  -webkit-animation: bump 2s;
  -moz-animation: bump 2s;
  margin-left: 250px \0/; /* IE hack */
}
#tweet {
  position: absolute;
  display: block;
  right: -270px;
  width: 220px;
  top: 260px;
}
em {
  background: rgba(255,255,200,0.3);
  color: #fff;
  padding: 0 4px;
  font-style: normal;
}
p a {
  color: #fff;
  font-weight: bold;
}
p.coupon {
  text-align: center;
  margin: 0;
  padding: 0;
}
p.coupon a {
  font-weight: normal;
  font-size: 15px;
}
p.footer a { color: #fff; text-decoration:none; font-weight:bold }
p.footer {
  font-size: 13px;
  line-height: 17px;
  margin: 40px 0;
  opacity: 0.5;
}
ul a {
 color: #fff;
}
hr {
  border: 0;
  height: 1px;
  margin: 40px 40px;
  background: rgba(255,255,255,0.5);
}
.page {
  padding: 3px;
  background: #fff;
  border: 1px solid #eee;
  box-shadow: 0 1px 7px rgba(0,0,0,0.4);
  -webkit-transform: rotate(3deg);
  position: absolute;
  right: -120px;
  width: 100px;
}
.page.v2 {
-webkit-transform: rotate(5deg);
}
.page.v3 {
-webkit-transform: rotate(7deg);
}
#email_list input[type=text] {
  font: 20px/25px Georgia;
  padding: 4px;
  border: 0;
  border-radius: 3px;
  color: #000;
  background: rgba(255,255,255,0.98);
  outline: 0;
  box-shadow: 0px 1px 3px rgba(0,0,0,0.3) inset;
}
input:-moz-placeholder {
    color: #fbb156 !important;
}

::-webkit-input-placeholder {
    color: #fbb156;
}

#content a.buy_ebook {
  font: 20px/35px Montserrat !important;
  text-decoration: none !important;
  color: #fff !important;
  display: block !important;
  -moz-border-radius: 15px !important;
  -webkit-border-radius: 15px !important;
  border-radius: 15px !important;
  background: #a0c93c !important;
  background: -moz-linear-gradient(top, #a0c93c, #85b149) !important;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#a0c93c), to(#85b149)) !important;
  background: -ms-linear-gradient(top, #a0c93c, #85b149) !important;
  text-align: center !important;
  font-size: 16px !important;
  line-height: 20px !important;
  padding: 8px 16px !important;
  border: 0 !important;
  xbox-shadow: 0 1px 3px rgba(0,0,0,0.4);
  border: 1px solid #ddd !important;
  border: 1px solid #85b149 !important;
  text-shadow: 0px 1px 1px rgba(0,0,0,0.3) !important;
  -webkit-transition:box-shadow 1s !important;
  -moz-transition:box-shadow 1s !important;
  -moz-text-size-adjust: none !important;
  -webkit-text-size-adjust: none !important;
  -ms-text-size-adjust: none !important;
}
.buy_ebook:hover {
  box-shadow: 0 0 40px rgba(255,255,255,1.0);
}
blockquote {
  position: relative;
  margin: 5px 5px 90px 5px;
  text-indent: 10px;
  padding: 20px;
  border-radius: 20px;
  color: #222;
  font-size: 14px;
  font-style: italic;
  line-height: 20px;
  text-shadow: none;
  background: #fff;
  background: no-repeat 0 50% -moz-radial-gradient(50% 0%, circle, #fff,#fff);
  background: no-repeat 0 50% -webkit-gradient(radial, center top, 0, center top, 600, from(#fff), to(#fff));
  box-shadow: 0px 2px 20px rgba(0,0,0,0.3);
}
blockquote span img {
  width: 35px;
  float: left;
  margin-top: -6px;
}
blockquote::after {
  position: absolute;
  content: "▼";
  text-shadow: none;
  font-size: 50px;
  color: #fff;
  width: 40px;
  height: 20px;
  left: 10px;
  bottom: -20px;
  text-indent: 0;
  padding-left: 12px;
  margin: 0;
}
@-moz-document url-prefix() {
  blockquote::after {
    padding-left: 20px;
  }
}
blockquote span {
  display: block;
  position: absolute;
  bottom: -73px;
  left: 30px;
  color: #fff;
  font-style:normal;
}
blockquote a {
  color:#fff;
}

div.top50 {
  position: absolute;
  left: 50%;
  top: 190px;
  z-index: 2;
  background: #fff;
  color:#ef611a;
  padding: 4px;
  width: 200px;
  margin: 0 0 0 170px;
  -webkit-transform: rotate(-3deg);
  font: 14px/18px "Montserrat", Georgia;
  text-shadow: none;
  text-align: center;
  box-shadow: 0 0 30px rgba(255,255,255,0.8);
  -webkit-backface-visibility: hidden; /* anti-jaggies */
}

a#sidebar_buy {
  position: absolute;
  left: 50%;
  top: 320px;
  z-index: 20000;
  width: 200px;
  margin: 0 0 0 260px;
}

div.top50 a {
  color:#ef611a;
}

#email_list input[type=submit] {
  font: 20px/35px Montserrat;
  text-decoration: none;
  color: #000;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  background: #eee;
  background: -moz-linear-gradient(top, #fff, #aaa);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#aaa));
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  padding: 8px 16px;
  border: 0;
  xbox-shadow: 0 1px 3px rgba(0,0,0,0.4);
  xborder: 1px solid #eee;
  text-shadow: 0px 1px 1px #fff;
}
#email_list input[type=submit]:hover {
  opacity: 0.75;
}
#email_list span.label, #email_list span.spacer, #email_list span.multiple span {width:120px;float:left;}
#email_list span.multiple {float:left;}
#email_list span.button {padding-left:120px;}
#email_list div.clear {clear:both;padding-top:5px;}

#content .gumroad-button-logo {
  display: none !important;
}
