body {
  margin: 0px;
  padding: 0px;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.8em;
  color: #000;
  background-color: #ccc;
  background-color: #fff;
}

#header, #content {
  padding: 10px 3% 10px 2%;
  margin: 25px 34% 0px 2%;
  background-color: #fff;
  border-right: 1px solid #000;  
}

#header h1 {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 1em;
  font-weight: normal;
  text-align: right;
  width: 100%;
}

#title {
  font-family: arial, sans-serif;
  font-size: 3.8em;
  text-decoration: none;
  border-bottom: none;
  color: #000;
  background-color: #fff;
}

#content {
  margin-top: 0px;
  margin-bottom: 25px;
}

#footer {
  padding: 5px 2% 10px 2%;
  margin: 5px 2% 5px 2%;
  background-color: #fff;
  text-align: right;
  border-top: 1px dotted #000;
}

#sidebar, .sidebar { 
  position: absolute;
  right: 0px;
  margin-bottom: 0px;
  margin-left: 2%;
  margin-right: 2%;
  padding-bottom: 15px;
  width: 28%;
  background-color: #fff;
}

#sidebar {
  top: 0px;  
  border-bottom: 1px solid #000;
  margin-top: 15px;
  margin-right: 3%;
}

.sidebar {
  padding: 0px 1% 0px 2%;
}

#subtitle {
  display: block;
  font-size: 1.4em;
  margin-left: 5%;
  margin-right: 5%;
  margin-bottom: 0em;
  margin-top: 1.1em;
  white-space: nowrap;
}

#subtitle .first {
  display: block;
  text-align: left;
}

#subtitle .second {
  display: block;
  text-align: right;
}

#links {
  text-align: center;
  word-spacing: 0.1em;
}

#archive {
  width: 100%;
}

.archive {
  text-align: center;
}

.post {
  border-bottom: 1px solid #d4d4d4;
  padding-bottom: 1em;
  margin-bottom: 1em;
}

.post.title {
  margin-bottom: 0;
  padding-bottom: 0;
}

.post .title h2 {
  font: 1.6em georgia, times, serif;
}

.post .title h2 a {
  color: #000;
  text-decoration: none;
  border: none;
}

.post .title .date {
  text-align: right;
  margin-top: -1.8em;
  color: #999;
}

.post .content {
  margin-top: -0.5em;
  padding-top: 0;
}

.post .content > div:first-child p {
  margin-top: 0px;
}

.post .content > .footnote {
  font-size: 0.8em;
  margin-bottom: 0px;
  margin-top: 0px;
}

.post .footer {
  text-align: right;
  margin-top: 1em;
}

a { text-decoration: none; }
a img { border: none; }
a:link, a:visited {
  color: #4A3E91;
  border-bottom: 1px solid #4A3EA1;
}

a.link:hover {
  color: #000;
  background-color: #E4E2F4;
  border-bottom: 1px solid #4A3EA1;
}

a.image {
  border: none;
}
a.image:hover {
  background-color: #fff;
  border: none;
}
a.image img {
  vertical-align: text-bottom;
  line-height: 0;
}

.invisible {
  display: none;
}

pre.example, pre > code {
  display: block;
  font-size: 12px;
  line-height: 1.5em;
  margin-left: 2em;
  padding-left: 2em;
  border-left: 1px solid #888;
}

.footnum, .footref {
  vertical-align: super;
  font-size: 0.8em;
  line-height: 0px;
  margin-top: 0px;
  padding-top: 0px;
}

.comments h3 {
  font: 1.3em georgia, times, serif;
  line-height: 1.0em;
}

.comments .syndicate {
  float: right;
  text-align: right;
  line-height: 1.1em;
}

.comments .comment {
  margin-top: 2.5em;
  clear: both;
}

.comments .list > :first-child {
  margin-top: 0em;
}

.comments .comment .header {
  margin-bottom: 2.5em;
  padding-right: 1em;
  float: left;
  width: 30%;
  border-right: 1px solid #888;
}

.comments .comment .content {
  margin-left: 35%
}

.comments .comment .content :first-child:first-letter {
  font-weight: bold;
}

.comments .comment .header .who {
  font-weight: bold;
}

.comments .header .date {
  color: #999;
}

.comments .new {
  clear: both;
  margin-top: 3em;
}

.comments .new .header {
  float: left;
  width: 30%;
  border-right: 1px solid #888;
  padding-right: 1em;
}

.comments .new .content {
  margin-left: 35%
}
