#nav-site, #feeds, #search-site, .supplemental, #commentWrite, #sitemap { display:none; }
#footer address a { display:block; }
a { background-color:#fff; }
a:not([href^="#"]):after { content:" ( "attr(href)" ) "; }
a:not([href^="http:"]):after { content: " ( http://www.brigitteschuster.com/"attr(href)" ) "; }
a[href^="irc:"]:after, *[href^="ftp:"]:after { content:" ( "attr(href)" ) "; }
blockquote[cite]:after {
  content: "Quoted from: " attr(cite);
  display: block;
}
