body {
  position: relative;
  height: 100%;
  padding: 48px 0 0 0;
  margin: 0;
}

div.container,
div.footer {
  width: 600px;
}

html,body,div.container {
  height: 100%;
}

div.container {
  height: auto;
  min-height: 100%;
  margin-bottom: 0;
  margin-top: 0;
}

.container .inner-wrapper {
  padding-bottom: 3em;
}

#about-box,
.shadow-box {
  border: 1px solid #ccc;
  box-shadow: 2px 1px 2px #bbb;
  -moz-box-shadow: 2px 1px 2px #bbb;
  -webkit-box-shadow: 2px 1px 2px #bbb;
}

#about-box,
.posts .post,
.container .header {
  padding: 6px 12px;
  background-color: #fff;
  font-family: "Crimson Text", arial, serif;
}

.container .header {
  position: relative;
  margin-right: 6px;
}

.header .rest a,
.header .rest a:visited,
.header .rest {
  color: #999;
  text-decoration: none;
}

.header:hover .rest a {
  text-decoration: underline;
}

.header .info {
  border: 1px solid #ccc;
  padding: 0 6px;
  border-radius: 36px;
  -webkit-border-radius: 36px;
  -moz-border-radius: 36px;
  float: right;
  font-size: 80%;
  color: #ccc;
  cursor: pointer;
}

.header:hover .info,
.footer .pagey-button:hover {
  border-color: #000;
  color: #00c;
  box-shadow: 2px 1px 2px #bbb;
  -moz-box-shadow: 2px 1px 2px #bbb;
  -webkit-box-shadow: 2px 1px 2px #bbb;
  background: -moz-linear-gradient(
    center bottom,
    rgb(172,172,172) 15%,
    rgb(251,251,251) 68%
  );
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.15, rgb(172,172,172)),
    color-stop(0.68, rgb(251,251,251))
  );
}

.header .info:active,
.footer .pagey-button:active {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
.header .info:active {
  margin-left: 2px;
  margin-top: 1px;
}

#about-box {
  float: right;
  position: absolute;
  width: 120px;
  top: -1px;
  -webkit-transition-property: opacity, right;
  -webkit-transition-duration: .6s;
  -moz-transition-property: opacity, right;
  -moz-transition-duration: .6s;
  font-size: 90%;
}

#about-box.offscreen {
  opacity: 0;
  filter: alpha(opacity = 0);
  right: 20px;
  z-index: -1;
}

#about-box.onscreen {
  opacity: 1;
  filter: alpha(opacity = 100);
  z-index: 10;
  right: -146px;
}

#about-box:hover a {
  text-decoration: underline;
}

#about-box ul {
  list-style-type: none;
  padding-left: 0;
}

#about-box img {
  width: 96px;
  height: 96px;
  border: 1px solid #ccc;
}

.comments-container,
.posts {
  margin-top: 24px;
}

.posts .post-container {
  overflow: auto;
  /* for the info node */
  padding-bottom: 24px;
  padding-right: 6px;
  margin-bottom: 12px;
  position: relative;
}

.posts .post-container .post {
  font-family: Nobile, Helvetica, sans-serif;
  font-size: 10pt;
  position: relative;
  z-index: 20;
}

.posts .post-container .post .audio-player {
  padding-top: 12px;
}

.posts .post-container .inner-info {
  background-color: #fafafa;
  border: 1px solid #ccc;
  margin: 6px 12px 6px 0;
  padding: 3px 6px;
  font-size: 8pt;
}

.posts .post .inner-info .notes .note {
  margin-left: 6px;
}

.posts .post .inner-info .notes-comments {
  overflow: auto;
}

.posts .post .inner-info .notes-comments .comments {
  text-align: right;
  float: right;
  width: 45%;
}

.posts .post .inner-info .notes-comments .notes {
  float: left;
  width: 45%;
}

.posts .post-container .info-container {
  position: absolute;
  right: 6px;
  bottom: 5px;
  z-index: 1;
  -webkit-transition-property: bottom;
  -webkit-transition-duration: .2s;
  -moz-transition-property: bottom;
  -moz-transition-duration: .2s;
  max-width: 222px;
}
.posts .post-container:hover .info-container {
  bottom: 0;
}
.posts .post-container .info {
  color: #777;
  text-transform: lowercase;
  background-color: #fafafa;
  border: 1px solid #ccc;
  font-size: 9pt;
  padding: 12px 12px 6px 12px;
  float: right;
  margin-right: 6px;
  margin-top: -6px;
  z-index: 1;
}
.posts .post-container .info .arr {
  font-size: 8pt;
  color: #00c;
}

.posts .post:hover a {
  text-decoration: underline;
}

.posts .post .quote {
  margin-left: 6px;
  overflow: auto;
}
.posts .post .quote .source {
  text-align: right;
  font-weight: bold;
  padding-right: 12px;
}

.posts .post .notes-container ol {
  padding-left: 12px;
}
.posts .post .notes-container ol li img {
  vertical-align: middle;
}

.footer {
  clear: both;
  position: relative;
  overflow: auto;
  padding-right: 6px;
  margin-left: auto;
  margin-right: auto;
  height: 3em;
  margin-top: -3em;
}

.footer .pagey-button {
  font-family: "Crimson Text", arial, serif;
  min-width: 50px;
  max-width: 100px;
  padding: 6px;
  border: 1px solid #ccc;
  background-color: #fafafa;
  margin: 0px 48px;
  text-transform: lowercase;
  cursor: pointer;
}

.footer .pagey-button:active {
  margin: 2px 47px 0px 49px;
}

.footer .previe {
  float: left;
}

.footer .nextie {
  float: right;
}

.footer a div {
  margin-bottom: -6px;
  cursor: pointer;
}


