* {
  margin: 0;
  outline: 0;
  border: 0; }

body {
  padding: 0px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #333;
  background: #fbfbfb;
  text-shadow: 0 1px 0 #fff; }

a {
  text-decoration: none;
  color: #b15b1e; }

a:hover {
  opacity: 1;
  text-decoration: underline; }

.amp {
  font-family: Baskerville, Georgia, Times, serif;
  font-style: italic;
  color: #ccc;
  font-weight: normal; }

.or {
  font-family: Georgia, Times, serif;
  font-style: italic;
  color: #ccc;
  display: inline-block;
  margin: 0 5px; }

#wrapper {
  margin: 40px auto 15px;
  width: 854px; }

#header {
  color: #999;
  clear: both;
  overflow: hidden; }

#header a {
  color: #666; }

#logo {
  float: left;
  width: 278px;
  height: 52px;
  text-indent: -9999px;
  background: url(../img/lets_crate_logo_transparent.png) no-repeat; }

#header-links {
  margin-bottom: 0px;
  margin-top: 10px;
  float: right; }
  #header-links ul {
    list-style: none; }
  #header-links li {
    font-size: 17px;
    font-weight: bold;
    margin-top: 1px;
    margin-left: 25px;
    float: left; }
    #header-links li a {
      color: #777;
      padding: 3px 10px;
      display: block; }
      #header-links li a:hover {
        text-decoration: none;
        color: #555; }
    #header-links li:hover {
      margin-top: 0;
      border-bottom: 1px white solid;
      border-top: 1px #ddd solid;
      -border-radius: 99px;
      -moz-border-radius: 99px;
      -webkit-border-radius: 99px;
      background: #eee; }

#main-banner {
  overflow: hidden;
  clear: both;
  background: #bc5709;
  height: 397px;
  width: 100%;
  -border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  margin: 20px auto 0;
  background: url(../img/main_banner_background.png) no-repeat; }

#main-banner h2, #main-banner h3 {
  font-family: "Avenir LT Std", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); }

#main-banner h2 {
  margin-top: 45px;
  font-size: 32px;
  color: #ffe0ca; }

#main-banner h2 strong {
  font-weight: bold;
  color: #fff; }

#tool-tip-url {
  text-shadow: 0 -1px 2px rgba(0, 0, 0, 0.4); }

#main-banner h3 {
  z-index: 10;
  position: relative;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  color: #623617;
  margin-top: 18px;
  font-size: 28px; }

#main-banner h3 a {
  text-decoration: underline;
  color: #623617; }

#main-banner h3 a:hover {
  text-decoration: none; }

#arrow {
  position: absolute;
  z-index: 9;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 185px;
  width: 88px;
  height: 109px;
  background: url(../img/arrow.png) no-repeat top center;
  margin: 0 auto; }

#loading-indicator {
  display: none;
  position: absolute;
  z-index: 12;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 386px;
  vertical-align: middle;
  width: 90px;
  height: 61px;
  text-align: center;
  padding-top: 29px;
  background: rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  -border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  margin: 0 auto; }

#crate {
  position: absolute;
  z-index: 6;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 235px;
  width: 322px;
  height: 274px;
  background: url(../img/crate.png) no-repeat bottom left; }

#crate:hover {
  cursor: pointer; }

#tool-tip {
  z-index: 0;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  padding: 12px 5px 6px;
  width: 220px;
  height: 30px;
  background: rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  -border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  font-size: 22px;
  text-align: center;
  color: #fffaf2; }

#tool-tip a {
  color: #fffaf2; }

#tool-tip-arrow {
  z-index: 9999;
  border-color: rgba(0, 0, 0, 0.6) transparent transparent transparent;
  border-style: solid;
  border-width: 10px;
  height: 0;
  width: 0;
  margin: 0 auto;
  top: 48px;
  left: 0;
  right: 0;
  position: absolute; }

#quick-sign-up-form {
  float: right;
  position: relative;
  margin-right: 60px;
  margin-top: 10px;
  z-index: 0;
  background: rgba(0, 0, 0, 0.5);
  width: 355px;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  text-shadow: 0 -1px 0 black;
  -border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  padding: 17px 20px 20px;
  color: #fff; }

#quick-sign-up-form h4 {
  font-size: 20px; }

#quick-sign-up-form h5 {
  font-size: 16px;
  color: #e9c4a7;
  font-weight: normal;
  margin-bottom: 5px; }

#quick-sign-up-form p {
  overflow: hidden;
  padding: 7px 0; }

#quick-sign-up-form label {
  width: 90px;
  float: left;
  padding-top: 3px;
  text-align: right;
  font-weight: bold;
  font-size: 16px; }

#quick-sign-up-form input[type=text], #quick-sign-up-form input[type=password] {
  width: 240px;
  height: 17px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
  font-size: 15px;
  padding: 5px;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.3);
  -border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  float: right; }

#quick-sign-up-form input[type=text]:focus, #quick-sign-up-form input[type=password]:focus {
  border: 1px solid rgba(255, 255, 255, 0.5) !important;
  -moz-box-shadow: 0 0 5px rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: 0 0 5px rgba(255, 255, 255, 0.5); }

#quick-sign-up-form button {
  margin-top: 10px;
  cursor: pointer;
  height: 47px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  padding-top: 5px;
  width: 355px;
  font-size: 16px;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  -border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background: -webkit-gradient(linear, left top, left bottom, from(#e0d4c5), to(rgba(204, 177, 155, 0.8)));
  background: -moz-linear-gradient(top, #e0d4c5, rgba(204, 177, 155, 0.8));
  border-top: 1px solid #e6ddd1; }

#quick-sign-up-form button:hover {
  opacity: .7; }

#quick-sign-up-form button:active {
  opacity: .9; }

/* HIDE ELEMENTS ON LANDING PAGE */
#tool-tip, #loading-indicator, #quick-sign-up-form {
  display: none; }

#features-banner {
  clear: both;
  overflow: visible;
  margin: 25px auto 0; }

#only-three-steps {
  margin: -10px 0 0 -20px;
  position: absolute;
  background: url(../img/only_3_steps.png) no-repeat left center;
  width: 128px;
  height: 49px; }

#features-banner h2 {
  font-size: 36px;
  text-align: center;
  margin-bottom: 0; }

#features-banner ol {
  clear: both;
  padding: 20px 0 10px 15px;
  overflow: hidden;
  -border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  list-style: none; }

#features-banner ol li {
  color: #7a7a7a;
  display: block;
  width: 244px;
  padding: 0 20px 0 20px;
  margin: 0;
  float: left;
  border-right: 1px solid #eee;
  border-left: 1px solid #fff; }

li.step-one {
  padding-left: 0 !important; }

li.step-three {
  border-right: 0 solid #dedede !important; }

#features-banner ol li h3 {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: normal;
  color: #878787; }

#features-banner ol li h3 img {
  display: inline-block;
  margin: 0 10px; }

#features-banner ol li h3 strong {
  color: #3a3a3a; }

#footer {
  font-size: 16px;
  margin-top: 25px;
  padding: 20px 0 0 0;
  border-top: 1px solid #eee;
  clear: both;
  overflow: hidden;
  position: relative;
  color: #aaa; }

.footer-links {
  float: left;
  min-width: 140px;
  padding: 0;
  margin-right: 30px;
  list-style: none; }

.footer-links h3 {
  color: #383838;
  font-size: 16px;
  margin-bottom: 12px; }

.footer-links li {
  margin-bottom: 1px; }

#footer a {
  color: #919191;
  font-weight: normal; }

#copyright {
  background: url(../img/crate_16.png) no-repeat left center;
  padding-left: 23px;
  color: #979797;
  float: right; }

#copyright strong {
  color: #5e5e5e;
  font-weight: normal; }

/* FORM PAGES */
#sign-up-form {
  overflow: hidden;
  width: 810px; }

#sign-up-form p {
  display: block;
  margin: 20px 0 0;
  overflow: hidden;
  clear: both; }

#sign-up-form p label {
  float: left;
  padding: 4px 20px 0 0;
  text-align: right;
  width: 130px;
  font-weight: bold;
  font-size: 18px; }

.tool-tip-arrow {
  margin: -22px 0 0 575px;
  position: absolute;
  z-index: 9999;
  border-style: solid;
  border-width: 6px;
  height: 0;
  width: 0;
  border-color: transparent #eee transparent transparent; }

.arrow-good {
  border-color: transparent #f0fee9 transparent transparent; }

.arrow-bad {
  border-color: transparent #ffcfcf transparent transparent; }

.field-tool-tip {
  margin: -32px 0 0 587px;
  position: absolute;
  text-shadow: 0 1px 0 #fff;
  font-size: 14px;
  width: 202px;
  padding: 5px 10px 3px;
  background: #eee;
  border: 0px solid #ddd;
  border-left-color: transparent;
  text-align: left;
  float: right;
  color: #aaa;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-bottom-width: 1px;
  border-right-width: 1px; }

.good {
  background: #f0fee9;
  border: 0px solid #e1efd8;
  color: #80621b;
  border-bottom-width: 1px;
  border-right-width: 1px; }

.bad {
  color: #801b1b;
  background: #ffcfcf;
  border: 0 solid #f5b3b3;
  border-bottom-width: 1px;
  border-right-width: 1px; }

input[type=text], input[type=password] {
  color: #333;
  float: left;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  width: 400px;
  height: 20px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 5px 10px;
  border: 1px solid #ddd; }

input[type=text]:focus, input[type=password]:focus {
  border: 1px solid #bbb; }

#sign-up-form button {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  clear: both;
  float: center;
  font-size: 20px;
  font-weight: bold;
  width: 100%;
  text-align: center;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 15px 10px;
  margin: 10px auto 2px;
  color: #fff;
  background: #bbb;
  text-decoration: none;
  font-weight: bold;
  line-height: 1;
  text-shadow: 0 -1px 1px #999999;
  border-bottom: 1px solid #aaa;
  cursor: pointer; }

#sign-up-form button:hover {
  border-bottom: 1px solid #777;
  background: #aaa; }

#sign-up-form button:active {
  margin-top: 10px;
  border-bottom: 1px solid #aaa;
  background: #ccc; }

/* CONTENT PAGE */
.box {
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  clear: both;
  background: #fff;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#fbfbfb');
  /* for IE */
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(#fbfbfb));
  /* for webkit browsers */
  background: -moz-linear-gradient(top, white, #fbfbfb);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
  padding: 20px 0 10px 0px;
  outline: 1px solid rgba(0, 0, 0, 0.01);
  border: 1px solid #fff;
  border-bottom: 2px solid #fff; }

#main {
  margin: 20px 0 0;
  clear: both;
  padding: 20px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #eee;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.02);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.02);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.02);
  -border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  list-style: none; }

#main-content #h3 {
  margin: 4px 0 15px;
  font-weight: normal;
  color: #777;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd; }

#main-content h4 {
  margin: 20px 0 10px;
  font-size: 18px; }

#main-content p {
  font-size: 14px;
  line-height: 24px; }

#main-content {
  overflow: visible;
  float: left; }

#sidebar {
  -border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  background: #f4f4f4;
  width: 300px;
  height: 400px;
  float: right; }

.hide {
  display: none; }

#pricing #main {
  clear: both;
  overflow: hidden; }
  #pricing #main h1 {
    font-size: 24px;
    margin-bottom: 5px; }
  #pricing #main h3 {
    font-size: 18px;
    font-weight: normal;
    color: #aaa; }
  #pricing #main #pricing-table {
    min-height: 323px;
    clear: both;
    overflow: visible;
    padding-bottom: 10px; }
  #pricing #main #plans {
    padding: 5px 0 20px;
    margin: 15px auto;
    clear: both;
    overflow: visible; }
    #pricing #main #plans li.plan {
      float: left;
      display: block;
      background: #fff;
      border: 1px solid #eee;
      -border-radius: 15px;
      -moz-border-radius: 15px;
      -webkit-border-radius: 15px;
      -webkit-box-shadow: 0 0 3px rgba(204, 204, 204, 0.3);
      -moz-box-shadow: 0 0 3px rgba(204, 204, 204, 0.3);
      box-shadow: 0 0 3px rgba(204, 204, 204, 0.3);
      width: 183px;
      margin-right: 22px; }
      #pricing #main #plans li.plan h2 {
        -webkit-border-top-left-radius: 15px;
        -webkit-border-top-right-radius: 15px;
        -moz-border-radius-topleft: 15px;
        -moz-border-radius-topright: 15px;
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
        padding: 13px 13px 0;
        background: #f7f7f7;
        font-size: 24px;
        color: #444;
        font-weight: bold;
        text-shadow: 0 1px 0 white; }
      #pricing #main #plans li.plan h3 {
        padding: 2px 13px 7px;
        background: #f7f7f7;
        font-size: 16px;
        color: #999;
        font-weight: normal;
        border-bottom: 1px solid #ececec;
        text-shadow: 0 1px 0 white; }
      #pricing #main #plans li.plan ul {
        list-style: none;
        padding: 8px 0; }
        #pricing #main #plans li.plan ul li {
          padding: 3px 5px 0 13px; }
      #pricing #main #plans li.plan:hover {
        cursor: pointer;
        -webkit-transition: all .2s ease-out;
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1); }
      #pricing #main #plans li.plan .monthly {
        -border-radius: 8px;
        -moz-border-radius: 8px;
        -webkit-border-radius: 8px;
        display: block;
        color: #d0a050;
        font-size: 20px;
        background: #888;
        padding: 10px 8px;
        text-align: center;
        margin: 2px 13px 13px;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
        background: #b85a00;
        background: -webkit-gradient(linear, left top, left bottom, from(#b85a00), to(#b26d00));
        background: -moz-linear-gradient(top, #b85a00, #b26d00); }
      #pricing #main #plans li.plan .dull {
        color: #fff;
        background: #bbb;
        background: -webkit-gradient(linear, left top, left bottom, from(#bbbbbb), to(#cccccc));
        background: -moz-linear-gradient(top, #bbbbbb, #cccccc); }
      #pricing #main #plans li.plan .monthly strong {
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
        color: white;
        font-size: 24px; }
      #pricing #main #plans li.plan .yearly {
        display: block;
        color: #aaa;
        text-align: center;
        margin: -2px 0 10px; }
    #pricing #main #plans #awesome {
      margin-right: 0; }

#api h3 {
  font-size: 18px; }
#api h5 {
  font-weight: normal;
  font-size: 15px;
  margin: 5px 0 5px; }
#api #main-content p {
  font-size: 14px; }

#top-bar {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  font-size: 15px;
  padding: 5px 0;
  text-align: center;
  color: #a18f49;
  background: #ffc;
  border-bottom: 1px solid #faeaad; }
  #top-bar a {
    color: #716227; }
  #top-bar strong {
    color: #716227; }

pre {
  display: inline; }
