
  
  body {
    background-image: -webkit-gradient(radial, 50% 100, 0, 50% 100, 2000, from(#fff), to(#f0f0f0));
  }
  
  #canvas > section {
    clear: both;
  }
  
    #canvas > section > header {
      text-align: center;
    }
  
  section.columns {
    border-top: none;
    padding-top: 100px;
  }
  
  section.columns header {
    clear: both;
    border-bottom: none;
  }

  section.column header h1 {
    font-size: 22px;
  }
  
  section.column li {
    width: auto;
    margin: 0;
  }
  
  #bgEl {
  }
    
  #pitch {
    padding: 70px 0 55px 0;
    width: 100%;
    border-bottom: solid 2px #eee;
  }
  
    #pitch p {
      margin-top: 0;
      line-height: 1.4em;
      color: #234;
    }
  
    #pitch h1 {
      font: bold 34px/34px Kreon, Arial, Helvetica, sans-serif;
      letter-spacing: -1px;
      margin: 0 0 20px 0;
      width: 360px;
      color: #333;
      -webkit-text-stroke: #ccc .3px;
      text-shadow: 1px 1px 1px rgba(0,0,0,.2);
    }
  
    #pitch h2 {
      font-size: 18px;
      line-height: 1.2em;
      margin-top: 0;
      color: #234;
    }
  
    #banner {
      position: relative;
    }
  
      #screenshot {
        position: absolute;
        bottom: -25px; right: 0;
        width: 600px; height: 429px;
        background: #eee url(/media/handcraft-screenshot.png) top left no-repeat;
        box-shadow: 0 0 4px rgba(0,0,0,.4);
        -webkit-box-shadow: 0 0 4px rgba(0,0,0,.4);
        -moz-box-shadow: 0 0 4px rgba(0,0,0,.4);
      }
  
      #playButton {
        display: block;
        position: absolute;
        background: url(/media/bg-zoomin.png) center center no-repeat;
        width: 85px; height: 85px;
        top: 170px; left: 255px;
        overflow: hidden;
        text-indent: -9000px;
      }
  
      #screenshot:hover #playButton {
        background-image: url(/media/bg-zoomin-hover.png);
      }
  
      #slideshow {
        display: none;
        position: fixed;
        top: 0; left: 0; right: 0; bottom: 0;
        width: 100%; height: 100%;
        text-align: center;
        padding: 200px 0 0 0;
        z-index: 999;
        -webkit-transition: background-color linear .5s;
        -moz-transition: background-color linear .5s;
        -o-transition: background-color linear .5s;
      }
      #slideshow.show {
        display: block;
        background-color: rgba(0,0,0,.8);
      }
  
      #closeSlideshow {
        margin: 10px 0 0 0;
      }
  
        #closeSlideshow a {
          color: white;
          color: rgba(255,255,255,.5);
          font-weight: bold;
          border: solid 2px rgba(255,255,255,.5);
          padding: 4px 8px;
          background-color: rgba(0,0,0,.4);
          border-radius: 5px;
          text-decoration: none;
        }
    
    #pitch-content {
      margin: 0 auto;
      width: 960px;
    }
  
    #plans-pricing {
      width: 300px;
    }
  
    #plans-pricing p.call-to-action {
      padding: 20px 0 0 0;
      color: #375b84;
    }

  p.call-to-action a.button {
    padding: 12px 20px;
    font-size: 22px;
    display: inline-block;
    margin: 0 0 7px 0;
  }
  
  #features {
    width: 896px;
    margin: 0 auto;
  }
  
    #features col { width: 25%; }
  
    #features td {
      font-weight: bold;
      text-align: center;
      padding: 0 20px 0 0;
      vertical-align: top;
    }
  
      #features tr:last-child td { padding-bottom: 0; }
    
    #features div.thumbnail {
      border: solid 2px #ddd;
      margin: 0 0 10px 0;
    }
  
      #features img {
        vertical-align: bottom;
        width: 200px; height: 200px;
      }
  
  #follow-us {
    position: fixed;
    top: 100px; right: 0;
    padding: 20px;
    background-color: #def;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,.2);
    border: inset 1px rgba(255,255,255,.4);
  }
  
  #chrome-web-store-button {
    background-color: none;
    vertical-align: middle;
    display: inline-block;
  }
  
  #quotes {
    margin: 0;
  }
  
    #quotes header {
    }
  
    #testimonials {
      height: 250px;
    }
    
      #testimonials ul {
        list-style: none;
        margin: 0; padding: 0;
      }
      
        #testimonials li {
          clear: left;
          margin: 0 0 30px 0;
        }
      
      #testimonials blockquote {
        margin: 0;
        line-height: 20px;
      }
      
        #testimonials blockquote img {
          float: left;
          margin: 0 10px 0 0;
          width: 100px; height: 100px;
          border-radius: 10px;
          -moz-border-radius: 10px;
        }
        
        #testimonials p {
          margin: 0;
          color: #777;
          font-size: 14px;
          font-style: normal;
        }
  
    #press {
    }
      
      #press ul {
        list-style: none;
        margin: 0; padding: 0;
      }
    
        #press li {
          font-size: 14px;
          line-height: 22px;
          color: #777;
          margin: 0 0 20px 0;
        }
        
        #press q {
          display: block;
          font-size: 18px;
          font-style: italic;
          color: #000;
        }
        
        #press a {
          color: #777;
        }
  
  #philosophy {
    clear: both;
    margin: 30px 0 0 0;
  }
  
    #philosophy ul {
      list-style: none;
      margin: 1em 0 0 0; padding: 0;
    }
    
      #philosophy li {
        clear: left;
        margin: 0 0 20px 0;
      }
    
    #philosophy blockquote {
      margin: 0;
      font-size: 14px;
      line-height: 20px;
    }
        
    #philosophy section.right p {
      margin: 0;
      color: #777;
      font-size: 14px;
      font-style: normal;
    }
  
  #statement {
  }
  
    #statement p:last-child {
      margin-bottom: 0;
    }
  
    #q42 {
    }
    
      #q42 img {
        float: left;
        width: 32px; height: 50px;
        margin: 0 10px 0 0;
      }
  
  table.subfeatures {
    margin: 0 0 30px 0;
  }
  
    table.subfeatures td {
      font-size: 14px;
      vertical-align: top;
      padding: 0 27px 25px 0;
      color: #333;
    }
    
      table.subfeatures td + td { padding-right: 0; }
  
      table.subfeatures p {
        margin: 5px 0;
      }
  
      table.subfeatures td strong {
        font-size: 14px;
        color: #000;
      }
  
      table.subfeatures td img {
        width: 205px; height: 120px;
        border: solid 3px #ccc;
      }
  
      table.subfeatures caption {
        height: 40px;
      }
  
      table.subfeatures caption h1 {
        font-size: 24px;
      }
  
      table.subfeatures h2 {
        border: none;
        font-family: Arial, Helvetica, sans-serif;
        line-height: 20px;
        margin: 5px 0;
        text-shadow: none;
        font-size: 14px;
        text-align: left;
      }
    
      table.subfeatures col { width: 50%; }
    
      table.subfeatures tr:last-child td { padding-bottom: 0; }
  
  #buzz ul {
    margin: 0; padding: 0;
    list-style: none;
  }
  
    #buzz li {
      margin: 0 0 20px 0;
      font-size: 12px;
      color: #666;
    }
  
  #buzz li.featured {
    font-size: 16px;
    padding: 20px;
    background-color: #eee;
    border-radius: 15px;
  }
  
  #buzz li.featured q {
    line-height: 24px;
    font-size: 18px;
    font-weight: bold;
  }
  
    #buzz a {
      color: #666;
      text-decoration: none;
    }
    
    #buzz q {
      font-size: 14px;
      color: #000;
    }
  
      #buzz q a {
        color: #000;
        text-decoration: underline;
      }
  
  #social-media {
    width: 450px;
    margin: 0 auto;
  }
  
    #social-media section.column {
      width: 47%;
    }
  
  #blogposts ul, #tweets ol {
    list-style: none;
    margin: 7px 0 0 0; padding: 0;
  }
  
    #blogposts li, #tweets li {
      margin: 0 0 7px 0;
      font-size: 12px;
      line-height: 16px;
      color: #333;
    }
  
    #blogposts li em, #tweets li em {
      font-style: normal;
      font-weight: bold;
      margin-right: 4px;
      color: #777;
    }
  
    #blogposts li a {
      text-decoration: none;
      color: #222;
    }
  
      #blogposts li a:hover {
        text-decoration: none;
      }
  
  #blogposts h1, #tweets h1 {
    font-size: 18px;
  }
  
  #creditfooter, .twtr-hd, .twtr-ft, #quplo { display: none; }
  body .twtr-bd { padding: 0 !important; }
  body .twtr-tweet-wrap { padding: 6px 0 !important; }
  body .twtr-tweet { border: none !important; }
  body .twtr-tweet-text i { font-size: 14px !important; }
  html > body .twtr-tweet-text i a { color: #777 !important; font-weight: bold !important; }
  body .twtr-widget { font-family: Arial, Helvetica, sans-serif !important; }
  body .twtr-widget p { line-height: 16px !important; }  
  
  #tweets { width: 200px; }
  
    #tweets a:hover {
      text-decoration: none;
    }
  
  #link-pricing {
    clear: both;
    margin: 0 auto;
    padding: 80px 0 40px 0;
    text-align: center;
  }
  
    #link-pricing p.call-to-action {
      background: url(/media/bg-line2.png) 0 4px repeat-x;
    }
  
  #link-tour {
    clear: both;
    margin: 0 auto;
    padding: 40px 0;
    text-align: center;
    line-height: 28px;
  }
  
    #link-tour a {
      font-weight: bold;
      font-size: 24px;
    }
  
  html #lbImage {
    border: none;
  }
  
  html #lbBottomContainer {
    border-top: solid 1px #eee;
  }
  
  html #lbCenter {
    box-shadow: 0 0 50px rgba(0,0,0,.8);
  }
  
  html #lbCloseLink {
    position: absolute;
    float: none;
    bottom: 0; right: 7px;
  }
  
  html #lbBottom {
    font: bold 16px Arial, Helvetica, sans-serif;
    color: #000;
    border: none;
    padding: 10px;
  }
  html #lbNumber { font-size: 12px; color: #999; }
  

