@import url("/fonts/fonts.css");

html {
  background: #fff;
  color: #404040;
  font: 110% GraublauWeb, sans-serif;
  line-height: 1.5;
}
body {
  margin: 2% 2% 3%;
  max-width: 40em;
}
h1, h2 {
  background: transparent;
  border-bottom: solid #dde;
  color: #369;
  margin: .5em 0;
  font: normal 300% Museo, sans-serif;
}
h1 {
  /*text-shadow: #888 2px 2px 2px, #fff 1px 1px;*/
}
h2 {
  border-bottom: 1px solid #369;
  font-size: 140%;
  margin-top: 1em;
  padding: 0;
}
hr {
  border: 1px solid #dde;
}
.pgp-key {
  font-size: small;
}
li {
  list-style-type: square;
}
dt {
  font-weight: bold;
}
a {
  text-decoration: none;
  border-bottom: 1px dotted;
}
a:link {
  color: #0033cc;
}
a:visited {
  color: #cc66cc;
}
a:hover {
  color: #333;
  background: #ffffe0;
  border-bottom-style: solid;
}
a:active {
  color: salmon;
}
a.img, a.img:hover, a.img img {
  border: 0;
  background: transparent;
}
dt {
  font-weight: normal;
}
::selection {
  background: lightgreen;
  color: #000;
}

/* twitter status */
#twitter {
  line-height: 2;
  width: 80%;
  font-size: small;
}
#tweet {
  font-style: italic;
}
#tweet img {
  vertical-align: middle;
}
#twitter .time {
  white-space: nowrap;
  font-size: x-small;
  font-style: normal;
}
