* {
  margin: 0;
  padding: 0;
}

body {
  color: #000;	
  font: 80% "Helvetica Neue", Helvetica, Arial, sans-serif;
  background: #fff;
}

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

a:hover {
  color: #141618;
}

a img {
  border: none;
}

#page {
  margin: 20px;
}

#content {
  width: 820px;
}

#main {
  float: left;
  width: 520px;
}

#sidebar {
  float: left;
  width: 280px;
  margin: 0 20px 0 0;
}

#footer {
  color: #333;
  font-size: 12px;
  margin: 30px 0 0 0;
  padding: 6px;
}

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

h1 a {
  display: block;
  width: 267px;
  height: 288px;
  background: url(img/h.png) no-repeat top left;
  text-decoration: none;
  margin: 0 0 20px 0;
}

#header .description {
  font-size: 16px;
}

.post {
  font-size: 12px;
  line-height: 18px;
  margin: 0 0 60px 0;
}

.post a {
  color: #00aeef;
}

.post h2 {
  font-weight: bold;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: -1px;
  margin: 0 0 8px 0;
}

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

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

.post ol {
  margin: 0 0 0 17px;
}

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

.photo img {
  border: solid 12px #e0e0e0;
}

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

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

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

.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 {
  font-weight: normal;
  color: #ec008c;
}



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

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

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

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

#sidebar img.feed_itunes {
  float: left;
  width: 124px;
  height: 54px;
}

#sidebar img.feed_rss {
  float: right;
  width: 143px;
  height: 54px;
}

#sidebar p.about {
  width: 240px;
  font-size: 14px;
  color: #000;
  line-height: 18px;
  margin: 20px 0 20px 0;
}

#sidebar p {
  color: #555;
  font-size: 12px;
  margin: 0 0 10px 0;
}

#sidebar ul {
  list-style: none;
  margin: 0 0 30px 0;
}

#sidebar ul.links li {
  margin: 0 0 5px 0;
  padding: 0 0 5px 0;
  border-bottom: 1px solid #ccc;
}

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