html { height: 100%; }
body {
  margin: 0px;
  padding: 0px;
  background-color: #222;
  background-image: url(bg.png);
  background-position: left top;
  background-repeat: repeat-x;
  color: #ddd;
  font-family: "buendia-1","buendia-2";
  overflow: hidden;
}
body.scrollable { overflow: auto; }

a { color: #93BAC4; }
img { border: 0px; }
form { margin: 0px; padding: 0px; }

h1 {
  color: #ddd;
  font-weight: 300;
  font-size: 50px;
  margin: 0px;
}

p.small { font-size: 12px; font-family: Helvetica, arial; margin-bottom: 3px; }
textarea {
  width: 340px;
  height: 80px;
  padding: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border: none;
  font: 12px arial, sans-serif;
}
textarea.faded { color: #777; }
input.submit {
font-family: "buendia-1","buendia-2";
font-size: 14px;
  background: #94de3c;
  color: #000;
  padding: 5px 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  margin: 5px 0px 0px 0px;
  border: none;
}

div#panel {
  position: absolute;
  width: 380px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 20px 30px 30px 30px;
  background: black;
  background: rgba(0,0,0,0.9);
  font-size: 20px;
  z-index: 5;
}

div#piles-o-bricks {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

div#themes {
  position: absolute;
  top: -5px;
  right: 20px;
  z-index: 10;
  background: #94de3c;
  color: white;
  padding: 10px 10px 5px 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
div#themes a { color: #333; text-decoration: none; font-size: 14px; }
div#themes a.current { color: white; }

a.brick {
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  z-index: 1;
}

div#content {
  width: 600px;
  margin: 50px auto 30px auto;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  padding: 30px 40px 40px 40px;
  background: url(patch.png);
  font-size: 14px;
  z-index: 5;
}

ul#unsocial {
  list-style: none;
  margin: 10px 0 20px 0;
  padding: 0;
  overflow: hidden;
}

ul#unsocial li {
	float: left; margin-right: 25px;
	font-size: 16px;
}
ul#unsocial li img { vertical-align: middle;  margin-right: 5px; }
ul#unsocial li a { text-decoration: none;  }
