* {
  margin: 0;
  padding: 0;
}

body {
  color: #000;
  font: 80% Helvetica Neue, Helvetica, Arial, sans-serif;
  background: #fff;
}

a {
  outline: none;
  color: #52738d;
  text-decoration: none;
}

a:hover {
  color: #141618;
}

a img {
  border: none;
}

#page {
  width: 829px;
  margin: 10px auto;
  padding: 0 0 20px 0;
}

#header {
  background: url(/files/tumblrist_shad.gif) no-repeat bottom;
  width: 829px;
  padding: 0 0 20px 0;
}

#header h1 {
  font-size: 48px;
  letter-spacing: -1px;
  padding: 0 0 0 40px;
}

#header h1 a {
  color: #000;
  margin: 0 16px 0 0;
}

#header span {
  font-size: 24px;
  color: #38688a;
}

#content {
  width: 780px;
  margin: 20px auto 0 auto;
  padding: 0;
}

#main {
  float: left;
  width: 590px;
  margin: 0 20px 0 0;
  padding: 0;
}

#sidebar {
  float: left;
  width: 136px;
  background: url(/files/tumblrist_sidebar.png) no-repeat top left;
  padding: 0 0 0 20px;
  margin: 0;
}

#sidebar img.avatar {
  width: 128px;
  height: 128px;
  padding: 2px;
  background: #fff;
  border: 1px solid #ccc;
}

#sidebar p.description {
  margin: 10px 0;
  font-size: 14px;
}

#sidebar img.feed {
  width: 48px;
  height: 48px;
  margin: 10px 0;
}

#sidebar p.cred {
  margin: 20px 0;
}


.post {
  margin: 0 0 40px 0;
}

.postdate {
  float: left;
  width: 70px;
  height: 170px;
  background: url(/files/tumblrist_postdate.png) no-repeat;
  margin: 0 20px 0 0;
  text-align: center;
  color: #fff;
  font-weight: bold;
  line-height: 20px;
  padding: 5px 0 0 0;
  text-shadow: #666 0 0 6px;
}

.postdate .datem {
  text-transform: uppercase;
  font-size: 18px;
}

.postdate .dated {
  font-size: 24px;
}

.postdate .datey {
  font-size: 18px;
}

.postcontent {
  float: left;
  width: 500px;
  font-size: 12px;
  line-height: 18px;
}

.postcontent img {
  max-width: 100%;
}

.postcontent h2 {
  font-weight: bold;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: -1px;
  margin: 0 0 8px 0;
}

.postcontent p {
  margin: 0 0 12px 0;
}

.postcontent blockquote {
  padding: 0 0 0 10px;
  margin: 0 0 18px 0;
  border-left: 1px solid #111;
}

.postcontent .descrip {
  margin: 10px 0 0 0;
}

.postcontent img {}

.post .quote div.short {
  font-size: 24px;
  line-height: 26px;
  font-weight: bold;
  color: #000;
}

.post .quote div.medium {
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  color: #000;
}

.post .quote div.long {
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  color: #000;
}

.post .quote div.source {
  margin: 10px 0 0 0;
  text-align: left;
}

.post .link div.href {
  font-size: 24px;
  line-height: 26px;
  letter-spacing: -1px;
}

.post .text ul {
  padding-bottom: 16px;
}

.post .text ol {
  padding-bottom: 16px;
}

.post .chat ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.post .chat ul li {
  padding: 4px 0px 4px 8px;
  margin: 0 0 1px 0;
}

.post .chat ul li span.label {
  font-weight: bold;
}

.post .chat ul li.odd {
  background-color: #eee;
}

.post .chat ul li.even {
  background-color: #ddd;
}

.navigation {
  color: #333;
  text-align: center;
  font-size: 13px;
  padding: 0;
  margin: 0 0 20px 0;
}

.navigation a {
  font-weight: bold;
}

.navigation .previous {
  margin-right: 1em;
}

.navigation .next {
  margin-left: 1em;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

#twitter_div {
  font-size: 10px;
  background-color: #eeeeee;
  padding: 2px;
}

#twitter_div ul {
  list-style-type: none;
}

#twitter_div li {
  padding: 7px 0px;
}

#twitter_div li span {
  display: block;
}

#youtube_iframe {
  width: 500px;
  height: 284px;
}