body {
  background-color: #99e1ff;
  background-image: url(/images/bg.jpg);
  background-repeat: repeat-x;
  color: #fff;
  font-family: "lucida grande", lucida, helvetica, arial, sans-serif;
  font-size: 13px;
  margin: 0;
  padding: 0;
}

a {
  color: #99e1ff;
}

form {
  margin: 0;
  padding: 0;
}

div#main {
  margin: 0;
  padding: 0;
}

div.flash {
  background-color: #5E7F8C;
  display: block;
  text-align: center;
  font-weight: bold;
}

div.flash p {
  margin: 0;
  padding: .5em;
}

div#plug {
  color: #4C707F;
  position: absolute;
  top: 8px;
  left: 8px;
  font-size: 10px;
}

div#plug a {
  color: #4C707F;
}

div#head {
  border-top: 1px solid #4C707F;
  text-align: right;
  padding-right: 1em;
}

div#head a {
  color: #4C707F;
  display: block;
  float: right;
  margin-left: .5em;
  padding: .5em .75em;
  text-decoration: none;
}

div#head a.tab {
  background-color: #4C707F;
  color: #fff;
  font-size: 12px;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-bottomright: 4px;
  -o-border-radius-bottomleft: 4px;
  -o-border-radius-bottomright: 4px;
}

div#head a.tab:hover {
  background-color: #5E7F8C;
  padding-top: .75em;
}

div#head a.download {
  background-image: url(/images/icons/16/download.png);
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 20px;
}

div#content {
  padding-top: 3em;
  text-align: center;
}

div#foot {
  background-color: #4C707F;
  background-image: url(/images/foot_bg.png);
  background-repeat: no-repeat;
  background-position: center top;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
}

div#foot .info {
  float: right;
  font-size: 10px;
  padding-top: 4px;
}

#counter {
  font-size: 18px;
  padding: .25em 1em;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
}
#counter.green { background-color: #00cc00; }
#counter.red { background-color: #cc0000; }

textarea {
  border-width: 0;
  font-size: 15px;
  padding: 10px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
}

#shrink_form textarea {
  margin-bottom: .5em;
  width: 530px;
}

div.page {
  text-align: left !important;
  margin-bottom: 100px !important;
  width: 650px !important;
}

div.page p {
  font-size: 14px;
}

div#shrunken_text,
div.page {
  text-align: center;
  background-color: #7da7b7;
  width: 530px;
  margin: .5em auto 1em auto;
  padding: 10px;
  font-size: 12px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
}

div#shrunken_text textarea {
  width: 510px;
}

div#shrunken_text p {
  font-size: 12px;
  text-align: left;
}

div#shrunken_text input.text {
  border-width: 0;
  padding: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
}

img#logo {
  margin-bottom: 1em;
}

div#foot {
  height: 173px;
  overflow: hidden;
}

div#foot .container {
  padding: 1em 1.5em;
}

div#foot ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

div#foot li {
  background-color: #527584;
  color: #7D97A1;
  float: left;
  font-size: 12px;
  height: 92px;
  line-height: 135%;
  overflow: hidden;
  margin: 0 1em 0 0;
  padding: 1em;
  position: relative;
  width: 250px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
}

div#foot li.shaved {
  background-color: #5E7F8C;
  color: #fff;
}

div#foot li p {
  color: #9c9c9c;
  position: absolute;
  bottom: 0;
  right: 10px;
  font-size: 10px;
}

div#foot li a {
  text-decoration: none;
}

p.pink {
  color: #eab6de;
}

div#foot div#tweet-list {
  margin-top: .75em;
  position: relative;
}

.red { color: red; }

.code {
  background-color: #ffffe0;
  font: 12px/12px Courier, "Courier New", serif;
  color: #666;
  padding: 1em;
}

.code a {
  color: #333;
}

table.definitions {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

table.definitions tr th,
table.definitions tr td {
  background-color: #efefef;
  color: #666;
  border: 1px solid #ccc;
  padding: .5em;
  margin: 0;
}

a.button {
  background-color: #4C707F;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  padding: .5em 1em;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
}
