body {
  font-family: arial,sans-serif;
  background-color: #6C6A27;
}

li, li.leaf, li.collapsed, li.expanded {
  list-style: none;
}

a, a:hover, a:focus, a:active {
  color: #646960;
}
a:hover {
  background-color: #AEB4A8;
}

h5 {
  padding: 0 8px;
  margin-bottom: 10px;
}


textarea {
  overflow:hidden;
  font-size: 0.8em;
  width: 100%;
  height: 160px;
  background: #E5E5E5;
  border: 1px solid #949494;
}

#noJS {
  z-index: 100;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
}

#body, #body_bottom {
  width: 1018px;
  margin-left: auto;
  margin-right: auto;
  display: none;
}
#body {
  background: url(/img/bodyback.png) repeat-y scroll 0 0;
  text-align: center;
}

.container_16 .sidebar {
  background-color: #E7E7D6;
  width: 195px;
}

.sidebar a, .sidebar a:hover, .sidebar a:focus, .sidebar a:active {
  color: #000000;
  text-decoration: none;
}

.container_16 .row {
  margin-top: 8px;
  padding-top: 12px;
  width: 740px;
}

.row p {
  font-size: 1.1em;
}
#short {
  background: #EAEADB;
  border: 1px solid #949494;
  text-align: center;
}
#form_row input {
  font-size: 1.2em;
  width: 500px;
  padding: 4px;
  height: 32px;
}
#main {
  width: 740;
}
#main_form {
  margin-left: 35px;
  margin-top: 5px;
}
#main_form div {
  position: relative;
  float: right;
  margin-top: 10px;
}
#main_form div.button {
  width: 158;
  height: 35;
  margin-right: 2px;
  margin-top: 0;
}
#main_form div.button:hover {
  background-position:0 -37px;
}
#gremlinize {
  background: url(/img/gremlinizebutton.png) no-repeat scroll 0 0;
}
#shortenURL {
  background: url(/img/shortenURLbutton.png) no-repeat scroll 0 0;
}
#tweetthis {
  background: url(/img/tweetthisbutton.png) no-repeat scroll 0 0;
}
#bookmarklet_row, #webbutton_row {
  background: url(/img/gradientbackwide.png) no-repeat scroll 0 0;
}

.webbutton {
  text-align: center;
}

.webbutton img {
  border-style: none;
}

#webbutton_wide {
  margin-top: 61px;
}
#webbutton_small {
  margin-top: 56px;
}

#gremlin {
  margin-top: 80px;
}

div.infocard {
  width: 470px;
  height: 140px;
  margin-left: 20px;
}
div.infocard p {
  padding: 50 0 0 140;
}
#infocard_kyle {
  background: url(/img/kyleinfocard.png) no-repeat scroll 0 0;
}
#infocard_frog {
  background: url(/img/froginfocard.png) no-repeat scroll 0 0;
}
#sidebartop {
  background: url(/img/sidebartop.png) no-repeat scroll 0 0;
  height: 6px;
  margin: 0;
  margin-top: 15px;
  width: 195px;  line-height: 0;
}
#sidebarbottom {
  background: url(/img/sidebarbottom.png) no-repeat scroll 0 0;
  height: 6px;
  margin: 0;
  width: 195px;
}
#body_bottom {
  background: url(/img/bodybottom.png) repeat-y scroll 0 0;
  height: 63px;
  margin-bottom: 20px;
}
#container {
  text-align: left;
}
#noJS {
  width: 100%;
  height: 100%;
}