@import url( reset.css );
@import url( base.css );
@import url( menu.css );

body {
  background-color: #1c1c1c;
  color: silver;
  font-family: "Bitsream Vera Sans", Verdana, sans-serif;
  font-size: 90%;
  }

a {
  text-decoration: none;
  color: #48b98d;
  }

/* --- header --- */
#header {
  background-image: url( ../images/header-bg.jpg );
  height: 127px;
  }

h1 {
  position: relative;
  text-indent: -3000px; 
  background-image: url( ../images/logo.png );
  background-repeat: no-repeat;
  background-position: 0px 25px;
  width: 650px;
  height: 70px;
  margin: 0 auto;
  padding-top: 20px;
  }

h1 a {
  position: absolute;
  top: 20px;
  left: 0;
  height: 70px;
  width: 110px;
  }

h2 {
  border-bottom: 1px solid #48b98d;
  }

h3 {
  font-size: 110%;
  font-weight: bold;
  color: white;
  margin-bottom: 10px;
  }

/* --- content --- */
#content-wrapper {
  position; relative;
  background-color: black;
  padding-top: 20px;
  padding-bottom: 30px;
  }

#content {
  width: 650px;
  margin: 0 auto;
  }

/* --- footer --- */
#footer {
  background-image: url( ../images/footer-bg.jpg );
  height: 95px;
  font-size: 60%;
  padding-top: 15px;
  }

#footer p {
  width: 650px;
  margin: 0 auto;
  }

.vcard .type {
  display: none;
  }

ul#categoryList {
  margin: 0;
  margin-top: 20px;
  padding: 0;
  list-style: none;
  }

ul#categoryList li {
  float: left;
  display: inline;
  width: 280px;
  margin: 0;
  margin-bottom: 20px;
  margin-left: 20px;
  padding: 0;
  position: relative; /* This is the key */
  text-align: center;
  }

br.clear {
  clear: both;
  }

img#largeWork {
  float: left;
  padding-right: 20px;
  }

#caption {
  font-size: 120%;
  }

.event {
  margin-bottom: 20px;
  }

dt {
  font-weight: bold;
  }

