body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #3d3d3d;
  background: url(tumblr/bg-noise.png);
  background: url(tumblr/photo-bg.png), url(tumblr/bg-gradient.png), url(tumblr/bg-noise.png);
  background-repeat: no-repeat, repeat-x, repeat;
  background-position: 0px 0px, 0px 0px, 0px 0px;
  color: #bbb;
  font-size: small;
}

a {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  outline: 0;
}
a:hover {
  text-decoration: underline;
}

h1 {
  font-size: 62px;
  line-height: 1;
  margin-bottom: 0px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 100;
  letter-spacing: 2px;
}

h1 a {
  font-weight: 100;
}

h4 {
  font-size: 1.1em;
  font-weight: normal;
  color: #999;
}

h4 span.amp {
  font-style: italic;
  font-family: Baskerville, Palatino, "Palatino Linotype", Georgia, serif;
}

h2 {
  color: #fff;
  font-size: 2em;
  margin-bottom: 0;
}

h3 {
  color: #fff;
}

.container {
  width: 850px;
  margin: 0 auto;
}

.post {
  margin-bottom: 30px;
  position: relative;
}

.image, .video, .audio {
  background-color: #2d2d2d;
  background-color: rgba(45,45,45,0.8);
  background-image: url(tumblr/post-inset-bg.png);
  background-repeat: repeat-x;
  background-position: 0px 0px;
  padding: 23px 23px 5px 23px;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.image img {
  -webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
  box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
  margin-bottom: 20px;
  max-width: 500px;
}

.video embed {
  -webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
  box-shadow: 0px 1px 2px rgba(0,0,0,0.3); 
}

.audio {
  text-align: left;
}

.chat {
  background-color: #2d2d2d;
  background-color: rgba(45,45,45,0.8);
  background-image: url(tumblr/post-inset-bg.png);
  background-repeat: repeat-x;
  background-position: 0px 0px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.chat ul {
  list-style: none;
  font-size: 1.2em;
  padding: 0;
  margin: 0;
}

.chat li {
  list-style: none;
  padding: 5px 10px;
  line-height: 1.6;
}

.chat li.even {
  background-color: #222;
  background-color: rgba(0,0,0,0.1);
}

.chat li.even:last-child {
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.chat strong {
  color: #fff;
}

.post .caption {
  text-align: left;
  font-size: 1.2em;
  line-height: 1.6;
  margin-top: 20px;
}

.image .caption {
  margin-top: 0;
}

.link .caption {
  margin-top: 10px;
}

.link h2 a:hover {
  color: #ccc;
  text-decoration: none;
}

.quote blockquote {
  font-size: 1.4em;
  font-style: italic;
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
}

.quote .credit {
  font-size: 1.2em;
  font-weight: bold;
  color: #fff;
}

.quote .credit a {
  color: #ccc;
}

#header {
  text-align: center;
  margin-bottom: 50px;
}

#posts {
  width: 550px;
  float: left;
  display: inline;
  margin-right: 50px;
  padding-left: 50px;
}

#pagination {
  text-align: center;
  margin-bottom: 30px;
}

#pagination ul {
  list-style: none;
  display: inline;
}
#pagination li {
  list-style: none;
  display: inline-block;
  vertical-align: baseline;
  padding: 0 5px;
}

#pagination .page {
  font-size: 38px;
  color: #fff;
  font-weight: bold;
}

#pagination .prev a, #pagination .next a {
  text-transform: uppercase;
  color: #ccc;
  font-size: 16px;
}
#pagination .prev a:hover, #pagination .next a:hover {
  color: #eee;
}

#pagination a[href=''] {
  color: #656565;
  cursor: default;
}
#pagination a[href='']:hover {
  color: #656565;
  text-decoration: none;
}

#about {
  width: 190px;
  margin-right: 10px;
  float: left;
  display: inline;
}

#footer {
  clear: both;
  margin-top: 20px;
  font-size: 10px;
  color: #666;
  text-align: left;
}

a.permalink {
  position: absolute;
  top: 5px;
  left: -50px;
  display: block;
  height: 28px;
  width: 28px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  text-indent: -9999px;
  overflow: hidden;
}

.image .permalink {
  background-image: url(tumblr/icon-image.png);
}

.chat .permalink {
  background-image: url(tumblr/icon-chat.png);
}

.video .permalink {
  background-image: url(tumblr/icon-video.png);
}

.quote .permalink {
  background-image: url(tumblr/icon-quote.png);
}

.link .permalink {
  background-image: url(tumblr/icon-link.png);
}

.audio .permalink {
  background-image: url(tumblr/icon-audio.png);
}

#about p {
  margin-bottom: 30px;
}

#about img {
  margin-bottom: 10px;
}

#about ul {
  padding: 0;
  margin: 0;
  margin-bottom: 30px;
}

#about ul li{
  list-style: none;
  margin-bottom: 10px;
}

#about ul li a {
  display: block;
  padding: 0 0 0 26px;
  background-position: 0px 50%;
  background-repeat: no-repeat;
  line-height: 16px;
  color: #ccc;
}

#about ul li a:hover {
  color: #fff;
}

#about #twitter a {
  background-image: url(tumblr/icon-twitter.png);
}

#about #facebook a {
  background-image: url(tumblr/icon-facebook.png);
}

#about #flickr a {
  background-image: url(tumblr/icon-flickr.png);
}

#about #lastfm a {
  background-image: url(tumblr/icon-lastfm.png);
}

#about #pixelmatrix a {
  background-image: url(tumblr/icon-pixelmatrix.png);
}

#about .partner {
  display: inline;
  width: 94px;
  position: relative;
  margin-right: 2px;
  float: left;
  margin-bottom: 2px;
}

#about .partner a {
  opacity: 0.85;
}

#about .partner a:hover {
  opacity: 1;
}

#about .row {
  width: 194px;
  margin-bottom: 2px;
  clear: both;
}

#about .partner img {
  margin: 0;
}

#about .partners .title {
  display: none;
  position: absolute;
  width: 84px;
  background-color: #000;
  left: -94px;
  top: 0px;
  font-size: 10px;
  padding: 5px;
  color: #ddd;
}

#about .partners .title h6 {
  color: #fff;
  font-size: 13px;
}

#about .partner:last-child .title {
  left: 94px;
}

ol.notes {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 30px;
}

ol.notes li {
  list-style: none;
  line-height: 2;
  border-bottom: solid 1px #666;
  border-bottom: solid 1px rgba(255,255,255,0.1);
  vertical-align: middle;
}

ol.notes li img {
  margin-right: 5px;
  vertical-align: -3px;
  margin-left: 2px;
}