/* ================= */
/* = Global styles = */
/* ================= */
h1,h2 { margin: 0; padding: 0;}

img {border:0;}

body {
  font-family: sans-serif;
  margin: 1em auto 1em 2em;
  width: 90%;
  max-width: 780px;
  padding: 0;
  line-height: 135%;
  text-rendering: optimizeLegibility;
}

hr {
  width: 67%;
  border:1px solid #ccc;
}

a {
  color: #0047AB; /* cobalt */
  text-decoration: none;
}

a:visited {color:#8B008B;}

a:hover {
  color: #0047AB !important; /* override black links */
  text-decoration: underline;

}

table, td {
  border: 1px solid #000;
}

/* Caps class is displayed in small-caps*/
.caps { font-variant: small-caps }

/* ================= */
/* = Header styles = */
/* ================= */

#header {
  background-color: #fff;
  color: #444;
}

#header a, .nav a {
  color: #111;
}

#header h1 {
  font-size: large;
  padding: 0.5em 0;

}
/* Header is bigger on the home page */
body.root #header h1 { font-size: x-large; }

#header .description {
  font-size: small;
  font-weight: normal;
}
/* Description is bigger on the home page */
body.root #header .description { font-size: medium; }

.nav {
  background-color: #eee;
  border-top:    1px solid #ddd;
  border-bottom: 1px solid #ddd;
  color: #444;
  padding: 0.25em 1em;
  font-size: small;
}

/* ================== */
/* = Content styles = */
/* ================== */
#content {
  padding: 2em 0;
}

/* =============== */
/* = Post styles = */
/* =============== */

.post { padding: 1em 0;}
.post:first-child { padding-top: 0;}

.post h2 {
  padding-bottom: 0.25em;
  font-size: x-large;
  font-weight: bold;
  line-height: 125%;
}

.post h2 a { color: #000; }

.post-metadata {
  font-size: small;
  color: #666;
}

#postnav {
  color: #666;
  text-align:center;
  font-size:small;
}

/* ================== */
/* = Comment styles = */
/* ================== */
#comments {
  margin: 0 2em;
  font-size: small;
}
.commentmeta {}
.commentmeta a.date {
  font-size: x-small;
}
.comment .content {
  margin-left: 1em;
  color: #666;
}
