body {
  background: #efece7;
  font-family: "Times New Roman", Georgia, serif;
  color: #2a2a2a;
}

#container {
  width: 780px;
  margin: 40px auto;
  background: #fffdfa;
  border: 1px solid #bfb9ad;
  padding: 20px;
}

header {
  text-align: center;
}

h1 {
  letter-spacing: 3px;
}

.subtitle {
  font-size: 12px;
  color: #666;
}

nav {
  text-align: center;
  margin: 15px 0;
}

nav a {
  text-decoration: none;
  color: #444;
}

nav a:hover {
  text-decoration: underline;
}

marquee {
  font-size: 12px;
  color: #777;
  margin-bottom: 15px;
}

main {
  width: 65%;
  float: left;
}

aside {
  width: 30%;
  float: right;
  font-size: 13px;
  border-left: 1px dotted #aaa;
  padding-left: 15px;
}

.entry h2 {
  font-size: 18px;
}

.timestamp {
  font-size: 11px;
  color: #777;
}

hr {
  border: none;
  border-top: 1px dashed #ccc;
  margin: 25px 0;
}

.blink {
  animation: blink 1.5s steps(2, start) infinite;
}

@keyframes blink {
  to { visibility: hidden; }
}

.status {
  font-style: italic;
  color: #555;
}

.counter {
  margin-top: 15px;
}

.updated {
  font-size: 10px;
  color: #777;
}

footer {
  clear: both;
  text-align: center;
  font-size: 11px;
  margin-top: 40px;
  color: #666;
}

.archive {
  list-style: none;
  padding-left: 0;
}

.archive li {
  margin-bottom: 10px;
}

.small {
  font-size: 11px;
  color: #666;
}