a {
  color: black;
  cursor: default;
  text-decoration: none;
}
a:hover {
  cursor: pointer;
  text-decoration: underline;
}
body {
  font-family: "Palatino Linotype";
  background-image: url(bg.tile.jpg);
  background-repeat: repeat;
}
.blog-head {
  padding-top: 20px;
  vertical-align: bottom;
  height: 90px;
}
.blog-title {
  font-size: 3em;
  margin-left: 40px;
  margin-bottom: -24px;
  width: 200px;
}
.blog-title-question { visibility: hidden; }
.follow-links {
  float: right;
  margin-right: 30px;
}
.post {
  margin: 30px 0px;
  margin-left: 120px;
  margin-right: 30px;
  overflow: auto;
}
.post.single {
  margin-bottom: 20px;
  padding-bottom: 20px;
}
hr {
  margin-left: 40px;
  margin-right: 30px;
  margin-top: 40px;
}
.post-title {
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 40px;
  float: left;
  width: 500px;
}
.post-foot { margin-top: 20px; }
.post-body { font-size: 1.2em; }
.post-date {
  color: #808080;
  margin-top: 6px;
  float: right;
}
.lateral-post { width: 300px; }
.prev-post { float: left; }
.next-post {
  float: right;
  text-align: right;
}
.speech-block {
  width: 100%;
  overflow: auto;
  clear: both;
}
.content {
  margin-left: auto;
  margin-right: auto;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  width: 800px;
  background-color: white;
}
.speech {
  width: 500px;
  margin: 10px 0px 10px 0px;
  color: #222222;
}
.speaker-name {
  color: #404040;
  font-weight: bold;
}
.hidden { visibility: hidden; }
.speaker-left { text-align: left; }
.speaker-right {
  float: right;
  text-align: right;
}
.speaker-center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

