@font-face {font-family: 'RadioTime';src: url('webfonts/24DF96_0_0.eot');src: url('webfonts/24DF96_0_0.eot?#iefix') format('embedded-opentype'),url('webfonts/24DF96_0_0.woff') format('woff'),url('webfonts/24DF96_0_0.ttf') format('truetype');}

@font-face {font-family: 'BrownstoneSansLight';src: url('webfonts/24DFFB_0_0.eot');src: url('webfonts/24DFFB_0_0.eot?#iefix') format('embedded-opentype'),url('webfonts/24DFFB_0_0.woff') format('woff'),url('webfonts/24DFFB_0_0.ttf') format('truetype');}

body {
  margin: 0;
  background: url(images/pattern.png);
  color: #959595;
  font-family: BrownstoneSansLight, "Helvetica Neue", Arial, Helvetica, sans-serif;
  text-rendering: optimizespeed;
  -moz-font-feature-settings:"calt" off;
}
* {
  outline: 0;
}
img {
  border: 0;
}
#content {
  margin: 25px auto;
  width: 828px;
  border: 1px solid #b3bbc5;
  background: #fff;
  position: relative;
  -webkit-transform: translate3d(0,0,0) perspective(1000);
  -webkit-transform-style: preserve-3d;
}
#lt, #rt, #lb, #rb { position: absolute; }
#lt {
  width: 136px;
  height: 137px;
  background: url(images/lt.png);
  background-size: 100%;
  left:-5px;
  top:-6px;
}
#rt {
  width: 137px;
  height: 136px;
  background: url(images/rt.png);
  background-size: 100%;
  right:-5px;
  top:-5px;
}
#lb {
  width: 70px;
  height: 69px;
  background: url(images/lb.png);
  background-size: 100%;
  left:-4px;
  bottom:-4px;
}
#rb {
  width: 70px;
  height: 71px;
  background: url(images/rb.png);
  background-size: 100%;
  right:-4px;
  bottom:-4px;
}
h1,h2,h3,h4 {
  font-weight: normal;
  text-rendering: optimizelegibility;
}
h4,#freckle {
  text-indent: -10000px;
}
#header h1 {
  font: 60px/70px RadioTime;
  text-shadow: 0px 4px 3px rgba(0,0,0,0.2);
  color: #000;
  text-align: center;
  margin: 25px auto 10px;
}

#header_inner a {
  text-decoration: none;
}

#header_inner h1 {
  font: 60px/50px RadioTime;
  text-shadow: 0px 4px 3px rgba(0,0,0,0.2);
  color: #000;
  text-align: center;
  margin: 25px auto 10px;
  width: 700px;
  padding-bottom: 30px;
  border-bottom: 1px solid #d8d8d8;
}

#header h2 {
  margin: 0 auto;
  font: 30px/40px BrownstoneSansLight;
  color: #888;
  text-align: center;
}
@-webkit-keyframes today {
  0% {
    -webkit-transform: scale(1.07) translate3d(0,0,10px) rotateX(5deg);
  }
  100% {
    -webkit-transform: scale(1.01) translate3d(0,0,0.000001px) rotateX(0deg);
  }
}
#today {
  font-family: BrownStoneSansLight, arial, serif;
  position: absolute;
  margin: 45px auto 20px;
  width: 583px;
  height: 400px;
  background: #db4040;
  background: -webkit-gradient(linear, left top, left bottom, from(#db4040), to(#c03030));
  cursor: pointer;
  left: 50%;
  margin-left: -292px;
  z-index: 1;
  -webkit-transform: scale(1.01) translate3d(0,0,0.000001px);
  -webkit-transform-origin: top center;
}
#today.load {
  -webkit-animation: today ease-in-out 5 alternate 0.3s;
  -webkit-transition: all 0.4s;
}
.tip {
  position: relative;
  margin: 45px auto;
  padding: 10px 0 0 0;
  width: 583px;
  height: 390px;
  background: #fff;
  text-align: center;
  font-size: 15px;
  line-height: 20px;
  color: #fff;
  background: #db4040;
  background: -webkit-gradient(linear, left top, left bottom, from(#db4040), to(#c03030));
  font-size: 16px;
  border: 2px dashed yellow;
}
.tip.done {
  border: 0;
}
.tip.day2 {
  background: #ec5454 !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#ec5454), to(#cf4141)) !important;        
}
.tip.hidden {
  display: none !important;
}
.tip h2 {
  text-indent: 0;
  font: 25px/30px BrownstoneSansLight;
  text-align: center;
  color: #fff;
  width: 550px;
  margin: 0 auto;
  padding: 5px 0;
  text-shadow: 1px 1px 1px rgba(116,16,27,0.43);
  text-rendering: optimizelegibility;
}
.tip h2 span {
  display: block;
  text-transform: uppercase;
  font-size: 14px;
  font-family: BrownstoneSansLight, 'Helvetica Neue', Arial, sans-serif;
  text-rendering: optimizespeed !important; /* no fancy on webkit */
  -moz-font-feature-settings:"calt" off; /* no fancy on firefox */
}
.tip .download {
  display: block;
  text-decoration: none;
  background: url(images/download_today.png);
  background-size: 100%;
  width: 300px;
  height: 57px;
  margin: 0 auto;
  text-indent: -10000px;
}

.tip .template {
  display: block;
  text-decoration: none;
  background: url(images/get-the-templates-button.png);
  background-size: 100%;
  width: 300px;
  height: 57px;
  margin: 0 auto;
  text-indent: -10000px;
}

.tip .download:hover {
  /* later */
}
.tip a.download.top10 {
  background-image: url(images/check_out_the_top_10.png);
  background-size: 100%;
}

.tip a.download.checklist {
  background-image: url(images/view-checklist-button.png);
  background-size: 100%;
}

.tip a.download.readmore {
  background-image: url(images/readmore-button.png);
  background-size: 100%;
}

#today:hover {
  opacity: 0.95;
  -webkit-transition: all 0.4s;
  -webkit-transform: scale(1.01) translate3d(0,0,10px) rotateX(5deg);
}
#today.uncovered {
  -webkit-transition: all 0.7s ease-in;
  -webkit-transform: translate3d(0,0,50px) rotateX(100deg);
  opacity: 0;
}
.day2 {
  background: #ec5454 !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#ec5454), to(#cf4141)) !important;        
}
.day3 {
  background: #db4040 !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#db4040), to(#c03030)) !important;        
}

.day4 {
  background: #ec5454 !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#ec5454), to(#cf4141)) !important;        
}

.day5 {
  background: #db4040 !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#db4040), to(#c03030)) !important;        
}

.day6 {
  background: #ec5454 !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#ec5454), to(#cf4141)) !important;        
}

.day7 {
  background: #db4040 !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#db4040), to(#c03030)) !important;        
}

.day8 {
  background: #ec5454 !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#ec5454), to(#cf4141)) !important;        
}

.day9 {
  background: #db4040 !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#db4040), to(#c03030)) !important;        
}

.day10 {
  background: #ec5454 !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#ec5454), to(#cf4141)) !important;        
}

.day11 {
  background: #db4040 !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#db4040), to(#c03030)) !important;        
}

.day12 {
  background: #ec5454 !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#ec5454), to(#cf4141)) !important;        
}

.day13 {
  background: #db4040 !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#db4040), to(#c03030)) !important;        
}

.day14 {
  background: #ec5454 !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#ec5454), to(#cf4141)) !important;        
}

.day15 {
  background: #db4040 !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#db4040), to(#c03030)) !important;        
}

.day16 {
  background: #ec5454 !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#ec5454), to(#cf4141)) !important;        
}

.day17 {
  background: #db4040 !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#db4040), to(#c03030)) !important;        
}

.day18 {
  background: #ec5454 !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#ec5454), to(#cf4141)) !important;        
}

.day19 {
  background: #db4040 !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#db4040), to(#c03030)) !important;        
}

.day20 {
  background: #ec5454 !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#ec5454), to(#cf4141)) !important;        
}

.day21 {
  background: #db4040 !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#db4040), to(#c03030)) !important;        
}

.day22 {
  background: #ec5454 !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#ec5454), to(#cf4141)) !important;        
}

.day23 {
  background: #db4040 !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#db4040), to(#c03030)) !important;        
}

.day24 {
  background: #ec5454 !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#ec5454), to(#cf4141)) !important;        
}

.day25 {
  background: #db4040 !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#db4040), to(#c03030)) !important;        
}

.day26 {
  background: #ec5454 !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#ec5454), to(#cf4141)) !important;        
}

.day27 {
  background: #db4040 !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#db4040), to(#c03030)) !important;        
}

.day28 {
  background: #ec5454 !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#ec5454), to(#cf4141)) !important;        
}

.day29 {
  background: #db4040 !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#db4040), to(#c03030)) !important;        
}

.day30 {
  background: #ec5454 !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#ec5454), to(#cf4141)) !important;        
}

.day31 {
  background: #db4040 !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#db4040), to(#c03030)) !important;        
}

#click-to-open {
  position: absolute;
  width: 155px;
  height: 151px;
  background: url(images/clicktoopen.png);
  background-size: 100%;
  left:-7px;
  top:-7px;
}
#big_number {
  text-align: center;
  color: #fff;
  font-family: RadioTime;
  font-size: 320px;
  line-height: 430px;
  text-shadow: 3px 3px 1px rgba(116,16,27,0.43);
}
#corner {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 14px;
  height: 14px;
  background: no-repeat center center url(images/corner.png);
}
#freckle {
  display: block;
  width: 686px;
  height: 55px;
  background: no-repeat left top url(images/freckle.png);
  background-size: 100%;
  margin: 20px auto 0;
}
#freckle:hover {
  background-position: left bottom;
}
#belt {
  position: relative;
  margin: 15px 0 0 -7px;
  width: 814px;
  height: 105px;
  background: url(images/belt.png);
  background-size: 100%;
  -webkit-transform: rotateZ(0);
}
#belt input {
  position: absolute;
  left: 235px;
  top: 34px;
  width: 210px;
  font-size: 20px;
  line-height: 28px;
  font-weight: normal;
  height: 32px;
  font-family: "Helvetica Neue", Arial, serif;
  outline:0;
}
#belt input.submit {
  background: url(images/button.png);
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  height: 35px;
  width: 130px;
  color: #734825;
  font-weight: normal;
  font-family: "Helvetica Neue", arial, serif;
  font-size: 20px;
  line-height: 26px;
  border: 1px solid #734825;
  left: 460px;
  top: 35px;
  -webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.3);
  -webkit-background-clip: padding-box;
}
#belt input.submit:hover {
  opacity: 0.9;
}
#belt_blurb {
  text-align:center;
  color:#6d4317;
  line-height:20px;
  margin-top:-20px;
}
#belt_blurb img {
  width: 50px;
  position: relative;
  top: 12px;
  opacity: 0.92;
}
.tip p {
  width: 500px;
  margin-left: 40px;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}
p.tweet {
  text-align: center;
}

p.tweet a {
  color: #fff;
}
/* 
this was necessary for some chrome versions but breaks clicking on Safari, yay 
#past {
  -webkit-transform-style: preserve-3d;
}
*/
#past h1 {
  background-size: 100%;
  font: 50px/60px RadioTime;
  text-align: center;
  text-shadow: 0px 4px 3px rgba(0,0,0,0.2);
  color: #000;
  margin: 60px auto 0;
}
#past h2 {
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 30px;
  line-height: 40px;
}
#past_days {
  border: 1px solid #cdcdcd;
  margin: 20px auto 40px;
  width: 693px;
  padding: 15px 20px 15px 25px;
  text-align: center;
  font-family: BrownStoneSansLight, arial, serif;
  font-size: 20px;
  overflow: auto;
  -webkit-transform-style: preserve-3d;
}      
#past_days div.fill, #past_days div.day {
  width:86px;
  height:86px;
  margin:6px 6px;
  float: left;
  line-height: 90px;
  font-family: RadioTime;
  text-rendering: optimizelegibility;
  opacity: 0.2;
}
#past_days div.fill, #past_days div.day.done {
  opacity: 1;
}
#past_days div.day {
  color: #fff;
  font-size:30px;
  text-shadow: 1px 1px 1px rgba(116,16,27,0.43);
  background: #db4040;
  background: -webkit-gradient(linear, left top, left bottom, from(#db4040), to(#c03030));
  cursor: pointer;
  -webkit-transition: all 0.4s;
  -webkit-transform: scale(1.01) rotateX(0deg) translate3d(0,0,0);
  -webkit-transform-style: preserve-3d;
}
#past_days div:hover {
  -webkit-transition: all 0.4s;
  -webkit-transform: scale(1.15) rotateX(0deg) translate3d(0,0,10px);
}
#past_days div.day.soon {
  opacity: 0.5;
  color: #959595;
  text-shadow: none;
  background:#e0e0e0;
  cursor: normal;
}
#footer {
  margin: 20px auto 30px;
  width: 300px;
  text-align: center;
  color: #fff;
  font-family: BrownStoneSansLight, arial, serif;
  text-shadow: 0px 0px 10px rgba(0,0,0,0.2);
  font-size: 12px;
}
#footer a {
  color: #fff;
  text-decoration: none;
}
#freckle_presents {
  display: block;
  width: 525px;
  height: 24px;
  background: url(images/freckle_logo.png);
  background-size: 100%;
  text-indent: -1000px;
  margin: 30px auto 0;
}
#header {
  position: relative;
}
@-webkit-keyframes rattle {
  0% {
    -webkit-transform: rotate(0deg);
  }
  20% {
    -webkit-transform: rotate(10deg);
  }
  100% {
    -webkit-transform: rotate(10deg);
  }
}
.rattle {
  float: left;
  -webkit-animation: rattle infinite alternate ease-in-out 1.2s;
}
.top-ten {
  padding: 40px 40px 0px 40px;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 24px;
  color: #000;
  text-align: left;
}
.top-ten h2, .top-ten h3, .top-ten h4, .top-ten .more {
  font-family: BrownStoneSansLight;
}
.top-ten .number {
  display: inline-block;
  border-radius: 17px;
  width: 34px;
  height: 34px;
  line-height: 34px;
  margin: -3px 10px 0 0;
  text-indent: 1px;
  background: #db4040;
  background: -webkit-gradient(linear, left top, left bottom, from(#db4040), to(#c03030));
  text-align: center;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(116,16,27,0.43);
}
.top-ten .checkbox {
  display: block;
  position: absolute;
  border-radius: 17px;
  width: 30px;
  height: 30px;
  font-size: 50px;
  line-height: 30px;
  top: -4px;
  left: 0px;
  text-indent: 1px;
  border: 2px solid #db4040;
  background: #fff;
  text-align: center;
  font-weight:bold;
  color: #db4040;
  cursor: pointer;
  -webkit-transition: all 0.7s ease-in-out;
  -webkit-transform: scale(0.9) rotate(0deg) translateZ(1px);
}
.top-ten .checkbox.checked {
  -webkit-transition: all 0.7s ease-in-out;
  -webkit-transform: scale(1) rotate(720deg) translateZ(1px);
}
.top-ten h1 {
  text-indent: 0;
  color: #ce2c34;
  text-shadow: -1px -1px 0px #d3565c, 1px 1px 0px #912126, 0px 2px 3px rgba(0,0,0,0.2);
  font: 65px/72px RadioTime;
  font-weight: normal;
  text-align: center;
  margin: 0;
}
.top-ten h1.bottomline {
  font-size: 45px;
  line-height: 42px;
  margin-top: 50px;
}
.top-ten h2 {
  padding: 0;
  margin: 20px 0 20px 0;
  text-indent: 0;
  font-size: 35px;
  line-height: 42px;
  font-weight: normal;
  text-align: center;
}
.top-ten h3 {
  padding: 0;
  margin: 20px 0 5px 0;
  text-indent: 0;
  font-size: 25px;
  line-height: 32px;
  font-weight: normal;
  text-align: left;
  color: #bf232a;
}
.top-ten p {
  font-size: 19px;
  line-height: 25px;
}
.top-ten p b {
  text-shadow:0px 0px 2px 2px #000;
  border-bottom: 1px solid rgba(90, 69, 38, 0.3);
}
p.bottomline {
  color: #444;
  text-indent: 0;
  text-shadow: 0;
  font-size: 20px;
  line-height: 26px;
  text-shadow: none;
}
p.step {
  position: relative;
  padding-left: 43px;
  margin: 3px 20px 20px !important;
  text-indent: 0 !important;
  line-height: 30px;
}
blockquote {
  font-size: 15px;
  line-height: 18px;
  color: #333;
  text-indent: 0;
  padding: 20px;
  text-shadow: none;
  text-align:center;
}
a.more {
  display: block;
  font-size: 20px;
  line-height: 24px;
  padding: 8px 10px 8px 10px;
  background: #42a22b;
  color: #fff;
  width: 45%;
  text-align: center;
  margin: 10px auto;
  text-decoration: none;
  font-weight: normal;
  text-shadow: 0px 1px 3px rgba(0,0,0,0.3);
  box-shadow: inset 0px 0px 0px 1px #5ec63c, 0px 2px 2px rgba(0,0,0,0.3);
  border: 1px solid #2d861d;
  border-radius: 8px;
  background: -webkit-gradient(linear, left top, left bottom, from(#44a22b), to(#2c8e14));
}
blockquote b {
  font-weight: normal;
  font-family: RadioTime;
}
blockquote.excerpt {
  font-size: 15px;
  line-height: 150%;
  text-align: left;
}
blockquote a {
  text-decoration: none;
}
blockquote a, a {
  color: #db4040;
}
p a {
  color: #db4040;
}
.box {
  padding: 10px;
  background-color: rgba(90, 69, 38, 0.1);
}
p.box a {
  color: rgba(90, 69, 38, 1);
}
@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: 144dpi),
       (min-resolution: 1.5dppx) {
body {
  background-image: url(images/pattern2x.png);
  background-size: 346px 346px;
}
}