* {
  margin: 0;
  padding: 3px 0;
}

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

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

a:hover {
  color: #141618;
}

a img {
  border: none;
}

#page {
  margin: 0 auto;
  width: 410px;
}

div#submit {
  text-align: right;
  color: #666;
}

div#submit a {
  color: #006970;
  border-bottom: 1px dotted #ccc;
}

#content {
  width: 400px;
  margin: 20px auto;
  padding: 16px;
  background: #e0e0e0;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
}

#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: 409px;
  height: 374px;
  background: url(head.png) no-repeat top left;
  text-decoration: none;
}

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

.post {
  font-size: 13px;
  line-height: 20px;
  margin: 0 0 20px 0;
}

.post h2 {
  font-weight: bold;
  font-size: 30px;
  line-height: 32px;
  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 {
  display: block;
  margin: 0 auto;
  padding: 12px;
  background: #fff;
}

.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 .meta {
  color: #999;
}

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

.post .meta .permalink {
  float: right;
}

.navigation {
  display: block;
  color: #333;
  background: #fff;
  text-align: center;
  font-size: 16px;
  line-height: 2em;
  margin: 20px 0 0 0;
}

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

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


ol.notes {
  padding: 0px;
  margin: 10px 0 0 0;
  list-style-type: none;
}

ol.notes li.note {
  list-style-type: none;
  border-top: solid 1px #ccc;
  padding: 8px;
}

ol.notes li.note a {
  font-weight: bold;
}

ol.notes li.note img.avatar {
  vertical-align: -4px;
  margin-right: 10px;
  width: 16px;
  height: 16px;
}

ol.notes li.note blockquote {
  border-color: #eee;
  padding: 4px 13px;
  margin: 7px 0px 0px 45px;
  font-weight: normal;
  color: #ccc;
}

ol.notes li.note blockquote a {
  text-decoration: none;
  font-weight: normal;
}

ol.notes li.note .answer_content {
  font-weight: normal;
}



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

#sidebar p {
  color: #555;
  font-size: 12px;
  margin: 0 0 30px 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%;
}