.block, .show { display: block; }
.left {
  float: left;
  display: inline;
}
.right {
  float: right;
  display: inline;
}
.hide { display: none; }
.clear { clear: both; }
.clear-left { clear: left; }
.clear-right { clear: right; }
.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
.clearfix { display: inline-block; }
.clearfix { display: block; }
* html .clearfix { height: 1px; }
* html .box { height: 1px; }
.prepend-top { margin-top: 20px; }
.append-bottom { margin-bottom: 40px; }


/* ------------------------------------------------ */

body {
    background: #121212 url(../images/texture.jpg) left top fixed no-repeat;
    color: white;
    font-family: 'IM Fell Great Primer', Georgia, serif;
    font-size: 16px;
    line-height: 1.5em;
    text-shadow: 0 1px 1px black;
    -webkit-font-smoothing: antialiased;
}

.wrapper {
    margin: 0 auto;
    width: 970px;
}

a {
    color: #F2F2F2;
    text-decoration: underline;
}
a:hover {
    background: #F2F2F2;
    color: #121212;
    text-decoration: none;
    text-shadow: none;
}
a:active {
    background: none;
    color: white;
}

h1 {
    font-size: 2em;
    padding: 20px 0 20px 0;
}
h1 #tagline {
    color: #666;
    display: block;
    font-size: 16px;
    padding-left: 10px;
}

h2 {
    color: #666;
    font-size: 1.3em;
    margin-top: 40px;
}

p, ul {
    margin-bottom: 1em;
}

.light {
    color: #666;
}
.light a {
    color: #666;
}
.text-s {
    font-size: 0.875em;
}

#bio {
}

#content {
    width: 360px;
    padding: 0 20px 20px 10px;
}

#media {
    margin-left: 20px;
    width: 560px;
}

#dates {
    font-size: 0.875em;
}

#dates li.sep {
    border-bottom: 1px dotted #333;
    margin-bottom: 5px;
    padding-bottom: 5px;
}

#dates .date {
    display: block;
    float: left;
    width: 100px;
}
#dates .desc {
    display: block;
    float: left;
    width: 260px;
}

.webdoc {
    border: 30px solid #333;
    border: 30px solid rgba(255,255,255,0.05);
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    margin-bottom: 30px;
}

#disqus_thread {
    margin-top: 40px;
}