/* (c) 2011 Sam King Coward */

body {
  vertical-align: center;
  text-align: center;
  font-family: 'Francois One', serif;
  background-color: #000;
}

h1 {
  padding: 0;
  margin: 1em 0 0 0;
  color: #668;
  background-color: #eef;
  font-size: 103px;
  font-weight: 400;
  letter-spacing: -0.05em;
  word-spacing: 0.1em;
  line-height: 0.9;
  text-shadow: 4px 4px 1px #ccd;
}

ul {
  background-color: #333;

  max-width: 800px;

  margin: 1em auto;
  padding: 0 0 12px 10px;

  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}

li {
  list-style: none;
  float: left;
  margin: 12px 10px 0 0;
}

li a {
  text-decoration: none;

  display: block;
  width: 150px;
  height: 150px;

  background-color: #ffe;
  opacity: 0.85;

  color: white;

  text-shadow: 1px 1px 2px black;
  line-height: 2em;

  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
}

li a:hover {
  opacity: 1.0;
}

li#branston_and_spaceycat a {
  background-image: url("../images/branstonandspaceycat.jpg");
}

li#momocat_studios a {
  background-image: url("../images/momocatstudios.png");
}

li#pivotal a {
  background-image: url("../images/pivotallabs.png");
}

li#twitter a {
  background-image: url("../images/twitter.png");
}

li#github a {
  background-image: url("../images/github.png");
}

.footer {
  position: absolute;
  bottom: 3px;
  right: 3px;
  color: #111;
  background-color: #222;
  padding: 0 3px;

  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}


