body {
  background-color: #000;
  background-image: url(../images/header.gif);
  background-repeat: no-repeat;

  margin: 200px 0px 100px 75px;

  font-family: "Lucida Grande", "Helvetica", "Arial", sans-serif;
  color: #bbb;

  text-transform: lowercase;
}

h1, h2, h3, h4, p, ul, ol, li, div {
  margin: 0;
  padding: 0;
}

p, ol, .body ul {
  font-size: 0.7em;
  line-height: 1.5em;
}

h1 {
  margin-bottom: 0.3em;

  letter-spacing: -0.05em;
  color: #666;
}

h2, h3 {
  color: #fff;
}
  
h3 {
  font-size: 0.75em;
}

a {
  color: #fff;
}

#container {
  position: absolute;
  top: 200px;
  left: 75px;
  width: 800px;
}

/* Header */
#header {
  height: 100px;
}

#header p {
  margin-left: 45px;

  color: #9f9;
}

#header p a {
  color: #9f9;
}

/* Main Content */
#content {
  float: left;
  width: 400px;
}

#content p {
  margin-bottom: 1em;
}

/* Menu */
#menu {
  float: right;
  width: 250px;
}

#menu a {
  color: #fff;

  text-decoration: none;
}

#menu ul li {
  margin-bottom: 0.5em;

  list-style-type: none;

  font-weight: bold;
}

#menu ul li.current a {
  color: #666;
}

/* Footer */
#footer {
  clear: both;
  text-align: center;
  color: #9f9;
  padding-top: 45px;
  padding-bottom: 30px;
  font-size: 0.7em;
}

#footer a {
  color: #9f9;
}

.post, .mix, .event, .user, .body {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

.body ol, .body ul {
  margin-left: 2em;
  margin-top: 0.1em;
  margin-bottom: 1em;
}

.body ul li {
  list-style-type: none;
}

.mix h3 a, .event h3 a {
  text-decoration: none;
}

.collection .pagination {
  text-align: center;
}
