body {

  background: #ccc;

  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#dddddd', endColorstr='#999999');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#dddddd', endColorstr='#999999')";
  background: -moz-linear-gradient(#ddd, #999);
  background: -webkit-gradient(linear, left top, left bottom, from(#ddd), to(#999));

  margin: 0;
  padding: 0;
  font-family: Georgia, "Times New Roman", Times, serif;
  text-align: center;
}

p {
  padding: 0;
  margin: 0;
}

a {
  color: #777;
}

/* Bold links should stay black */
a b, b a {
  color: #333;
}

.readable a {
  text-decoration: none;
  border-bottom: 1px dotted #777;
}

h1, h2, h3 {
  margin: 0;
  padding: 0;
  color: black;
  font-weight: inherit;
  font-size: inherit;
  font-family: inherit;
}

h1.title {
  font-family: Impact, 'Arial Narrow', Helvetica, Arial, sans-serif;
  float: left;
}

h1.title a {
  color: black;
  text-decoration: none;
  border-bottom: none;
}

h1.title span.subtitle a {
  color: #888;
}

h1.title span.subtitle a:hover {
  text-decoration: underline;
}

h1.title a:hover {
  color: black;
  text-decoration: none;
}

.top {
  border-bottom: 1px solid black;
}

.top-loud {
  padding-bottom: 30px;
  margin-bottom: 50px;
  background: transparent url('dictionary.png') no-repeat 233px 92px;
}

.top-quiet {
  padding-bottom: 13px;
}

.top-loud h1.title {
  font-size: 100px;
  line-height: 77px;
}

.top-quiet h1.title {
  font-size: 36px;
}

.top-quiet h1.title span.subtitle {
  color: #888;
  text-transform: lowercase;
}

.right-area {
  float: right;
}

.right-area .interface-switch {
  text-align: right;
  margin-bottom: 20px;
  margin-top: -10px;
}

.right-area .interface-switch a {
  border: 1px solid #a3c1a3; /*hsl(120, 20%, 70%);*/
  background: #ffffb2; /*hsl(60, 100%, 85%);*/
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  border-radius: 100px;
  padding: 4px 5px 3px 10px;
  font-weight: bold;
  text-decoration: none;
  text-transform: lowercase;
  margin-right: -1px;
}

.right-area .interface-switch a:hover {
  background: #ffffe5; /* hsl(60, 100%, 95%); */
}

/* hsl(120, 100%, 90%); */
/* hsl(120, 30%, 40%); */
/*.right-area .interface-switch a {
  color: #CBFFCB; 
  background: #478447; 
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  border-radius: 100px;
  padding: 4px 10px 2px 15px;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  margin-right: -1px;
}*/

/* hsl(120, 30%, 50%); */
/* hsl(120, 100%, 95%); */
/*.right-area .interface-switch a:hover {
  background: #59A559; 
  color: #E5FFE5; 
}*/

.right-area .interface-switch a:after {
  content: "\00bb";   /* Because » will get mangled unless we change the header to this CSS file to specify utf-8, which is a pain */
  font-size: 20px;
  position: relative;
  top: 1px;
  margin-left: 6px;
}

.right-area h2.subtitle {
  font-style: italic;
  color: #888;
  text-align: right;
}

.top-loud h2.subtitle {
  font-size: 36px;
  line-height: 35px;
  width: 300px;
  margin-top: -7px;
}

.top-quiet h2.subtitle {
  font-size: 16px;
  line-height: 19px;
  width: 155px;
  margin-top: 3px;
}

table.frame {
  text-align: left;
  margin: 0 auto;
}

  table.frame td.content {
    background: yellow;
    width: 700px;
    padding: 30px 40px 30px 40px;
    vertical-align: top;
  }

  table.frame td.sidebar {
    background: #333;
    width: 100px;
    padding: 25px;
    vertical-align: top;
    color: white;
  }

  table.frame td.footer {
    background: black;
    padding: 20px 0;
    font-size: 15px;
    text-transform: uppercase;
    text-align: center;
    color: #999;
  }

  table.frame td.footer a {
    color: #eee;
    text-decoration: none;
    margin: 0 6px;
  }

  table.frame td.footer a:hover {
    text-decoration: underline;
  }

.fact, .fact a {
  font-size: 16px;
  font-style: italic;
  color: #ccc;
  line-height: 26px;
  margin-top: 30px;
}

.main-instructions {
  font-size: 18px;
  color: #333;
  margin: 40px 0;
}

  .main-instructions p {
    margin-bottom: 20px;
    margin-left: 3px;
  }

.conclusion {
  font-size: 16px;
  color: #333;
  margin: 40px 0;
}

  .conclusion p {
    margin-bottom: 15px;
    line-height: 22px;
  }

.conclusion h2 {
  font-family: Impact, 'Arial Narrow', Helvetica, Arial;
  font-size: 24px;
  color: #666;
  font-weight: normal;
  margin: 30px 0 10px;
}

.conclusion .subhead {
  font-style: italic;
  font-size: 14px;
  color: #999;
  margin-bottom: 15px;
  margin-top: -5px;
}

.conclusion .subhead a {
  color: #999;
}

.readable {
  font-size: 18px;
  color: #333;
  padding: 35px;
  background: white;
  margin-top: 20px;
}

  .readable h2 {
    font-family: Impact, 'Arial Narrow', Helvetica, Arial, sans-serif;
    font-size: 28px;
    color: #999;
    margin-bottom: 15px;
    margin-top: 30px;
  }

  .readable h2 a {
    text-decoration: none;
    border-bottom: none;
  }

  .readable h2 a:hover {
    text-decoration: underline;
  }

  .readable h3 {
    font-size: 16px;
    font-weight: bold;
    margin: 24px 0;
    color: #333;
    line-height: 24px;
  }

  .readable h2:first-child,
  .readable h3:first-child {
    margin-top: 0;
  }

  .readable p, .readable ul {
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 24px;
  }

    .readable p.indent {
      margin-left: 20px;
    }

  .readable p:last-child {
    margin-bottom: 0;
  }
  
  .readable table {
    font-size: 16px;
    margin-left: 50px;
    table-layout: fixed;
    width: 83%;
    border-spacing:0;
    border-collapse:collapse;
  }
  
  .readable td {
    vertical-align: baseline;  
    padding-top: 10px;
  }
  
  .readable thead td {
    border-bottom: 1px solid #aaa;
    padding-bottom: 10px;
    font-weight: bold;
    padding-top: 0;
  }

.step-line {
  margin-bottom: 10px;
  margin-top: 40px;
}

.step-tab {
  background: #eee;
  -moz-border-radius: 8px 8px 0 0;
  -webkit-border-radius: 8px 8px 0 0;
  border-radius: 8px 8px 0 0;
  font-family: Impact, 'Arial Narrow', Helvetica, Arial, sans-serif;
  font-size: 22px;
  color: #555;
  padding: 10px;
  border: 1px solid #ddd;
  border-bottom: none;
  position: relative;
  top: 1px;
}

  .step-tab .desc {
    color: #aaa;
    margin-left: 5px;
  }

/* Can be div or form */
.indexcard {
  text-align: left;
  background: white;
  margin: 0 auto 30px auto;
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 17px;
  padding: 20px;
  border: 1px solid #ddd;

}

table.wordlist td {
  vertical-align: top;
  width: 164px;
  line-height: 26px;
  color: #333;
}

/*table.wordlist td:nth-child(odd) {
  background: #eee;
}

table.wordlist td:nth-child
(even) {
  background: #ddd;
}*/

table.survey {
}

.survey td {
  text-align: left;
  vertical-align: top;
  padding: 10px 0;
}

.survey width {
  width: 300px;
}

/* Necessario para funcionar em IE7 */
.survey td {
  width: 200px;
}

.survey td:first-child {
  width: 425px;
  padding-right: 20px;
}

.survey select, .survey td input {
  width: 100%;
}

.submit-bar {
  margin-top: 22px;
  margin-bottom: 9px;
  text-align: center;
}

button.submit, input.submit {
  -moz-border-radius:6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background:none repeat scroll 0 0 #666;
  border:medium none;
  color:#eee;
  cursor:pointer;
  font-family:Arial;
  font-size:19px;
  font-weight:bold;
  padding:4px 14px 6px;
}

button.submit:hover, input.submit:hover {
  background: #888;
  color: white;
}

.result {
  text-align: center;
  padding: 10px;
  color: #333;
}

.result .desc {
  font-style: italic;
}

.result .box {
  display: inline-block;
  background: #eee;
  margin-top: 20px;
  margin-bottom: -4px;
  padding: 29px;
  -moz-border-radius: 33px;
  -webkit-border-radius: 33px;
  border-radius: 33px;
}

.result .num {
  font-family: Impact, 'Arial Narrow', Helvetica, Arial, sans-serif;
  font-size: 90px;
  line-height: 135px;
  color: #000;
  margin: -29px 0 -19px;
}

.result .words {
  font-family: Impact, 'Arial Narrow', Helvetica, Arial, sans-serif;
  font-size: 33px;
}

.result .permalink {
  margin-top: 25px;
  color: #888;
  font-size: 16px;
  line-height: 23px;
}

.result .permalink a {
  color: #888;
  text-decoration: none;
  display: block;
}

.result .permalink a:hover {
  text-decoration: underline;
}

.moneymaker {
  float: right;
  margin-bottom: 20px;

  width: 245px;
  padding-left: 20px;
  border-left: 1px solid #ccc;
  margin-left: 20px;

}

  .moneymaker .facebook {
    margin-bottom: 30px;
  }

    .moneymaker .facebook .like {
      background: white;
      padding: 10px;
      border: 1px solid #ddd;
    }

    .moneymaker .h3-below {
      color:#777777;
      font-size:14px;
      font-style:italic;
      margin-bottom: 15px;
      margin-top: -5px;
    }

    .moneymaker .other-site-promo {
      background: white;
      border: 1px solid #ccc;
      padding: 10px;
      font-size: 14px;
      
      /* To position images within */
      position: relative;
    }

      .moneymaker .other-site-promo img.ifyoudig-image {
        position: absolute;
        top: -5px;
        left: -8px;
      }

      .moneymaker .other-site-promo p.first {
        margin-left: 72px;
        margin-bottom: 10px;
      }

      .moneymaker .other-site-promo p {
        line-height: 130%;
        margin: 0;
        margin-bottom: 5px;
      }

      .moneymaker .other-site-promo p:last-child {
        margin-bottom: 0;
      }

      .moneymaker .other-site-promo a {
        color: blue;
      }

  .moneymaker .amazon {
  }

  .moneymaker h3 {
    font-family: Impact, 'Arial Narrow', Helvetica, Arial, sans-serif;
    font-size: 30px;
    color: #333;
    margin-top: 0;
    margin-bottom: 10px;
  }

  .moneymaker h3:first-child {
    margin-top: -6px;
  }


table.stats {
  background: white;
  width: 410px;
}

table.stats td {
}

table.stats thead td {
  background: black;
  color: #eee;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: bold;
  padding: 7px 10px;
  text-transform: uppercase;
}

table.stats tbody td {
  background: white;
  color: #666;
  padding: 7px 10px 7px 10px;
  border-bottom: 1px solid #ccc;
}

table.stats tbody tr:last-child td {
  padding-bottom: 7px;
}

table.education-stats tbody tr td:first-child {
  font-style: italic;
}

table.age-stats tbody tr td:first-child {
  width: 33%;
}

a.call-to-action {
  float: right;
  text-decoration: none;
  font-style: italic;
  margin-top: 7px;
}

a.call-to-action:hover {
  text-decoration: underline;
}

.g-more-info {
  display: none;
}

.top_ad {
  margin-top: 30px;
  margin-bottom: -10px;
}

.bottom_ad {
  margin-top: 10px;
  margin-bottom: 0px;
}

.vocab-software {
  background: white;
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 6px;
  margin-bottom: 25px;
  margin-top: 25px;
  
  margin-left: 20px;
  margin-right: 20px;
  
  position: relative; /* for the image positioning within */
}

.vocab-software .grow-p {
  margin-left: 100px;
}

.vocab-software img.grow {
  position: absolute;
  width: 190px;
  height: 190px;
  left: -50px;
  top: -15px;
}

.vocab-software img.flip {
  position: absolute;
  width: 125px;
  height: 125px;
  left: -55px;
  top: 25px;
}

.vocab-software a.link, .vocab-software a.link b {
  color: blue;
}

.action-button {
  color: white; 
  background: #080; 
  padding: 6px 10px 4px; 
  border-radius: 5px; 
  font-family: Helvetica, Arial, sans-serif; 
  text-decoration: none; 
  margin-left: 10px;
  font-size: 15px;
  font-weight: bold;
  box-shadow: 0 2px 2px #aaa;
}

.action-button-bigger {
  font-size: 16px;
  padding: 10px 20px;
}

.action-button:hover {
  background: #0a0;
}