body {
  background-color: black;
  color: white;
  font-family: "Verdana", sans-serif;
  font-size: .9em;
}

/* layout */
.page {
  margin-top: 3em;
}

.header {
  width: 700px;
  margin: auto;
}

.logo {
  float: left;
  width: 301px;
}

.stuff {
  float: left;
  width: 350px;
}

.social {
  clear: left;
  padding-top: 1em; /* no luck with margin, it collapses */
}


/* TODO */

/* logo */

.logo img {
  border: 0;
  margin: auto;
}



/* stuff */
.stuff {
  text-align: center;
}

.stuff-he-does {
  margin-top: 3em;
}

.contact {
  margin-top: 1em;
}

.contact a {
  text-decoration: none;
  font-weight: bold;
  color: #88f;
}

.contact a:hover {
  color: white;
}

.bands {
  margin-top: 2em;
  font-weight: bold;
  line-height: 2em;
}


  /* stuff: inline lists */
  .stuff-he-does ul,
  .bands ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .stuff-he-does ul li,
  .bands ul li {
    display: inline;
  }

  .stuff-he-does ul li:after,
  .bands ul li:after {
    content: " |";
  }

  .stuff-he-does ul li:last-child:after,
  .bands ul li:last-child:after {
    content: "";
  }


/* social */

.social ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.social li {
  text-indent: -9999px;
  font-size: 0;
  width: 25%;
  float: left;
}

.social li a {
  display: block;
  width: 120px;
  height: 40px;
  background-repeat: no-repeat;
  margin: auto;
}

.social li.myspace a {
  background-image: url("logo-myspace.png");
}

.social li.facebook a {
  background-image: url("logo-facebook.png");
}

.social li.twitter a {
  background-image: url("logo-twitter.png");
}

.social li.flickr a {
  background-image: url("logo-flickr.png");
}


/* gallery */
.gallery {
  clear: both;
  width: 70%;
  min-width: 900px;
  margin: auto;
  text-align: center;
}

.gallery h2 {
  font-size: 1.8em;
  margin-top: 2em;
  font-weight: normal;
}

.gallery img {
  border: 1px solid #333;
  margin: .5em;
}

.gallery .session,
.gallery .live,
.gallery .facebook {
  width: 33%;
  float: left;
}

.gallery table {
  margin: auto;
  margin-bottom: 3em;
}

.facebook iframe {
  margin-top: .7em;
}

