body {
  background-color: #fff;
  font-family: "Helvetica Neue", Helvetica, arial, sans-serif;
}

a {
  color: #529CD5;
}

a:visited {
  color: #529CD5;
}

a:hover {
  color: #111111;
}

a:active {
  color: red;
}


h1 a {
  text-decoration: none;
}

.post {
  font-family: georgia, palatino, serif;
  font-size: 14px;
}

pre {
  overflow: auto;
}

.post_title {
  font-size: 18px;
  font-weight: bold;
}

.post_title h1 {
  font-size: 18px;
  font-weight: bold;
}

.post_title h2 {
  font-size: 18px;
  font-weight: bold;
}

.post_title a {
        text-decoration: none;
}

.post_date {
  color: #777777;
  margin-bottom: 1em;
}

#main {
  margin-top: 1em;
}

#avatar {
  text-align: right;
  font-size: 11px;
}

#avatar img {
  border: 1px solid #333;
}

img {
        border: 1px solid #ddd;
}

#follow {
  font-family: georgia, palatino, serif;
  font-size: 16px;
  text-align: center;
  font-style: italic;
  padding-bottom: 1em;
  padding-top: 1em;
  border-top: solid 2px #333;
}

#follow a {
  font-style: normal;
}

#footer {
  border-top: solid 2px #333;
  padding-top: 1em;
}

.footer_list a {
  font-weight: bold;
}

#copyright {
  margin-top: 3em;
  color: #999;
}


div#head_page {
  background: url(/media/images/dogear.png) no-repeat rgb(235, 235, 235);
  background-position: right bottom;
  padding: 20px;
  margin-bottom: 10px;
  clear:both;
  display: block;
  font-family: "Helvetica Neue", Helvetica, sans-serif;
}

/* google custom search stuff */
.cse .gsc-control-cse, .gsc-control-cse {
  padding: 0;
  width: 100%;
}

blockquote {
        background-color: rgb(235, 235, 235);
        padding: 1em;
        margin-bottom: 1em;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
}

div.message {
        font-size: 14px;
        font-weight: bold;
        margin-bottom: 1em;
        text-align: right;
}
