/*
 * blueprint overrides
 */
h1,h2,h3,
h4,h5,h6,
body,pre,p
code { font-family: Arial, "Lucida Grande", Verdana, sans-serif; }
table { margin-bottom: 16px; border-top:0px solid #ddd; border-left:0px solid #ddd; }
th,td { height: 13px; padding:2px 4px; border-bottom:0px solid #ddd; border-right:0px solid #ddd; }
hr { background: #eee; color: #eee; }
textarea { width: auto; height: auto; margin: 0.1em 0.1em 0.1em 0; }
label { font-weight: normal; }
h3 { font-size: 1.5em; line-height: 1; margin-bottom: 0.5em; display: inline; }
a { color: #000; }
a:link { color: #000; }
a:visited { color: #777; }

p {
  font-size: 1.1em;
}

body {
  background: white;
  margin: 2em;
  width: 800px;
}

h2 {
  margin: 0px;
  padding: 0px;
  padding-bottom: 1em;
  font-weight: bold;
  font-size: 24px; 
  line-height: 36px;
}

.plain {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * archive display component
 */
.title {
  font-size: 1.5em; 
  line-height: 1.25;
}

.title-small {
  font-weight: bold;
}

.byline {
  color: #333;
  font-style: italic;
}

.spaced {
  padding-left: .75em;
}

