* {
  margin: 0;
  padding: 0;
}

body {
  color: #000;	
  font: 80% "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background: #757575 url(img/bg.gif) repeat-x top;
  padding: 0 0 20px 0;
}

a {
  outline: none;
  color: #b53953;
  font-weight: bold;
  text-decoration: none;
}

a:hover {
  color: #141618;
}

a img {
  border: none;
}

h1 {
  text-indent: -9999px;
  text-decoration: none;
}

h1 a {
  display: block;
  width: 750px;
  height: 200px;
  margin: 0 auto;
  background: url(img/h.jpg) no-repeat top left;
  text-decoration: none;
}

#page {
  background: #fff;
  width: 750px;
  margin: 0 auto;
  padding: 0 16px 16px 16px;
}

#content {
  padding: 26px 0 0 0;
}

#main {
  float: left;
  width: 500px;
  margin: 0 68px 0 0;
}

#sidebar {
  float: left;
  width: 180px;
}

#footer {
  color: #333;
  font-size: 12px;
  margin: 30px 0 0 0;
  border-top: 1px solid #d6d6d6;
  background: url(img/fade.gif) repeat-x;
  padding: 6px;
}


p.date {
  font-size: 18px;
  color: #444;
  margin: 0 0 3px 0;
}
  

div.newday {
  border-top: 1px solid #d6d6d6;
  background: url(img/fade.gif) repeat-x;
  height: 25px;
}



.post {
  font-size: 12px;
  line-height: 18px;
  margin: 0 0 30px 0;
  padding: 0 0 50px 0;
  border-bottom: 1px solid #d6d6d6;;
}

.post h2 {
  font-weight: normal;
  font-size: 30px;
  line-height: 33px;
  letter-spacing: -1px;
  margin: 0 0 8px 0;
}

.post p {
  margin: 0 0 12px 0;
}

.post blockquote {
  padding: 0 0 0 10px;
  margin: 0 0 18px 0;
  border-left: 1px solid #111;
}

.post ul {
  margin: 0 0 18px 18px;
}

.post .descrip,
.post .source {
  margin: 10px 0 0 0;
}

.photo img {}



.quote div.short {
  font-size: 24px;
  line-height: 26px;
  font-weight: bold;
  color: #ccc;
}

.quote div.medium {
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  color: #ccc;
}

.quote div.long {
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  color: #ccc;
}

.quote div.source {
  margin: 10px 0 0 0;
  text-align: left;
}

.link div.href {
  font-size: 24px;
  line-height: 26px;
  letter-spacing: -1px;
}

.chat ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.chat ul li {
  padding: 4px 0px 4px 8px;
  margin: 0 0 1px 0;
}

.chat ul li span.label {
  font-weight: bold;
}

.chat ul li.odd {
  background-color: #eee;
}

.chat ul li.even {
  background-color: #ddd;
}



.post .postfoot {
  margin: 12px 0 0 0;
  color: #999;
}

.post .postfoot a {
  padding: 2px 0
}

.post .postfoot a.authlink {
  padding: 2px 0 2px 19px;
}

.post .postfoot .meta {
  float: left;
}

.post .postfoot .meta a {
  margin: 0 0 0 3px;
}

.post .postfoot .comment {
  float: right;
}

.post .postfoot .comment a {
  background: url(img/comment.gif) no-repeat 0 50%;
  padding: 0 0 0 17px;
}



.navigation {
  color: #333;
  background: #eee;
  text-align: center;
  font-size: 1em;
  text-transform: lowercase;
  line-height: 4em;
}

.singlenav {
  margin: 0 0 20px 0;
}

.navigation .previous {
  margin-right: 1em;
}
  
.navigation .next {
  margin-left: 1em;
}


#sidebar h3 {
  color: #8c656a;
  font-size: 17px;
  font-weight: normal;
  margin: 0 0 4px 0;
}

#sidebar p {
  color: #555;
  font-size: 12px;
  line-height: 18px;
}

#sidebar hr {
  background: none;
  border: none;
  height: 30px;
  color: #fff;
}

#sidebar ul.authors {
  list-style: none;
}

#sidebar ul.authors li {
  display: inline;
  margin: 0 2px 2px 0;
  height: 30px;
  width: 30px;
}


#about {
  color: #333;
}

#about p {
  margin: 0 0 12px 0;
}


.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%;
}