* { border: 0; padding: 0; margin: 0 }

body, html {
  width: 88%;
  max-width: 1000px;
  margin: 0 auto;
  height: 100%
  font: 1em arial,sans-serif;
  background: #1f1f1f;
}

h1, h1 a:link, h1 a:visited, h1 a:hover, h1 a:active{
  margin: 30px 10px -.25em 0;
  text-align: right;
  font-family: arial,sans-serif;
  font-weight: lighter;
  letter-spacing: 8px;
  text-decoration: none;
}

h2 {
  margin: 10px 0 2px;
  font-family: arial;
  font-weight: lighter;
  letter-spacing: 3px;
}

p {
  padding: 5px 0;
  text-indent: 20px;
  font: 1em arial,sans-serif;
}

#colorpicker {
  list-style-type: none;
}

#colorpicker li a{
  height: 10px;
  width: 10px;
  display: inline;
}

li.blue { background: #33CCFF; }
li.orange { background: #FF9900; }
li.red { background: #CC0000; }
li.green { background: #C6DF69; }

#content {
  padding: 5px 20px 20px;
}

#navigation, #navigation a {
  list-style-type: none;
  text-align: center;
  font: .9em arial;
  color: #000;
  text-decoration: none;
  margin: 0 0 5px;
  font-weight: bold;
  letter-spacing: 2px;
}

#navigation li, #navigation a {
  display: inline;
  padding: 1px 2px;
}

#footer {
  font: 10px arial;
  list-style-type: none;
  text-align: center;
  margin: 0 0 30px;
  height: auto !important;
}

#footer li {
  display: inline;
  line-height: 20px;
  margin: 0 8%;
  height: 20px;
}

#footer img { vertical-align: middle; }