/* 
	Theme Name: Modified Tumblrist
	Theme URI: http://tumblrist.tumblr.com/
	Description: A Modified version of Topherchris' excellent Tumblr theme
	Author: Topherchris
	Author URI: http://topherchris.com/
*/

* {
  margin: 0;
  padding: 0;
}

body {
  color: #000;	
  font: 80% Helvetica, Arial, sans-serif;
  background: #fff;
}

a {
  outline: none;
  color: #ff7400;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a img {
  border: none;
}

#page {
  width: 829px;
  margin: 10px auto;
  padding: 0 0 20px 0;
}

#header {
  background: url(img/shadow.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 h1 a:hover {
  text-decoration: none;
}


#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(img/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;
}

.post h2 a {
  color: #000;
}

.postdate {
  float: left;
  width: 70px;
  height: 70px;
  margin: 0 20px 0 0;
  text-align: left;
  color: #ccc;
  font-weight: bold;
  line-height: 20px;
  padding: 5px 0 0 0;
}

.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: 14px;
  line-height: 18px;
}

.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 big.quote {
  font-size: 60px;
  color: #ccc;
  line-height: 8px;
        vertical-align: -20px;

}

.post .quote div.short {
  font-size: 20px;
  line-height: 22px;
  color: #000;
}

.post .quote div.medium {
  font-size: 20px;
  line-height: 22px;
  color: #000;
}

.post .quote div.long {
  font-size: 20px;
  line-height: 22px;
  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 .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%;
}

