/*****************************************************************************
It is adviced to place the sIFR JavaScript calls in this file, keeping it
separate from the `sifr.js` file. That way, you can easily swap the `sifr.js`
file for a new version, while keeping the configuration.

You must load this file *after* loading `sifr.js`.

That said, you're of course free to merge the JavaScript files. Just make sure
the copyright statement in `sifr.js` is kept intact.
*****************************************************************************/
sIFR.useStyleCheck = true;

var univers = { src: 'http://www.all-good.de/public/flash/univers.swf' };
sIFR.activate(univers);

sIFR.replace(univers, {
  selector: 'h1.bigone',
  wmode: 'transparent',
  css: '.sIFR-root { font-size: 30px; color: #84d1e0; text-transform:uppercase; }'
});

sIFR.replace(univers, {
  selector: 'h1',
  wmode: 'transparent',
  css: '.sIFR-root { font-size: 22px; color: #84d1e0; text-transform:uppercase; leading: -8;}'
});

sIFR.replace(univers, {
  selector: 'h2',
  wmode: 'transparent',
  css: '.sIFR-root { font-size: 20px; color: #84d1e0; text-transform:uppercase; leading: -6;}'
});
sIFR.replace(univers, {
  selector: 'h3.sifrh3',
  wmode: 'transparent',
  css: '.sIFR-root { font-size:16px; margin-top: 6px; color: #84d1e0; text-transform:uppercase; leading: -8;}'
});

sIFR.replace(univers, {
  selector: 'h3',
 wmode: 'transparent',
  css: '.sIFR-root { font-size: 18px; color: #84d1e0; text-transform:uppercase; leading: -4;}'
});



sIFR.replace(univers, {
  selector: 'h4',
  wmode: 'transparent',
  css: '.sIFR-root { font-size:16px; color: #84d1e0; text-transform:uppercase; leading: -2;}'
});
