/* Simple CSS2.1 style sheet for general elements */

/* Author: David Bruce (dib@dib-online.info) */


/* generic styles */

.nowrap { white-space: nowrap }
.spacer { clear: both ; margin: 0 ; padding: 0 }

span.elide { display: none }

.aside { font-size: smaller }
.aside   { color: #666 }
.aside a { color: #66c }
.aside a:visited { color: #c6c }

.date {  }
.name {  }
.email { white-space: nowrap }
.URI   { white-space: nowrap }


/* top-level heading */

div#header { font-family: cursive ; text-align: center }
div#header h1 { font-variant: small-caps }

/* quotations */

blockquote .quotation-source { text-align: right }
.title { font-style: italic }
