/* Simple CSS2.1 style sheet for pageinfo */

/* Author: David Bruce (dib@dib-online.info) */


/* generic styles */

.nowrap { white-space: nowrap }
.spacer { clear: both ; margin: 0 ; padding: 0 }

.date {  }
.name {  }
.email { white-space: nowrap }
.URI   { white-space: nowrap }

a.imagelink { color: inherit; text-decoration: none }


p.new:before { content: "NEW: "; color: red }
span#brand  { color: teal ; font-family: cursive, sans-serif ; font-size: 150% }
span#titleX { color : gold ; font-size : 150% ; vertical-align : -13% }

/* footer: information about the page */

div#pageinfo { clear: both
             ; text-align: right
             ; font-size: smaller ; color: gray ; background-color: transparent
             }
div#pageinfo hr { height: 1px ; margin-bottom: 0 
                ; color: gray ; background-color: transparent
                }

div#pageinfo p.foaf { float: left ; margin-right: 0.5em ; vertical-align: text-top ; margin-top: 0.25em }

.validation , .version { vertical-align: text-top ; margin-top: 0.25em }
.validation { float: right ; margin-left: 0.5em }
.validation br { display: none }  /* comment out for vertical list */
