/*****************************************************************************/
/*
/* Common
/*
/*****************************************************************************/

body {
  font-size: 12pt;
  line-height: 1.6em;
  font-family: Georgia, "URW Bookman L", serif;
  margin: auto;
  width: 680px;
  padding: 20px;
}
h1, h2, h3 {
  font-family: helvetica,"Nimbus Sans L", sans-serif;
}

h1 { font-size: 18pt; }
h2 { font-size: 16pt; }
h3 { font-size: 14pt; }

h1 a,h2 a,h3 a {
  color: inherit;
  text-decoration: none;
}

h1 a:hover,h2 a:hover,h3 a:hover {
  color: #00f;
  text-decoration: underline;
}

.read_more {
  text-align: right;
}

.post_date {
  float: right;
  margin-left: 20px;
}

.post_summary {
  border-bottom: solid #000 2px;
}

.header {
  border-bottom: solid #000 4px;
  text-align: center;
}

.footer {
  border-top: solid #000 4px;
}

.prev_link, .next_link {
  text-align: center;
}

.prev_link {
  border-bottom: solid #000 2px;
}
