/*****************************************************************************
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.
*****************************************************************************/

var kievit = { src: '/flash/KievitRegular.swf' };

sIFR.fitExactly = true;

sIFR.activate(kievit);

sIFR.replace(kievit, {
  selector: '#ppCatchClaim h1, #ppCode_generic h1',
  css: '.sIFR-root { background-color: #000000; color: #FFFFFF; font-size:24px; }',
  filters: { DropShadow: { knockout:false, distance:1, color:'#000000', strength:1, angle:90, blurX:2, blurY:2, alpha:0.3, quality:3 }},
  thickness: -100,
  sharpness: 50,
  wmode: 'transparent'
});
sIFR.replace(kievit, {
  selector: '#ppDownload h1, #blogComments h1',
  css: '.sIFR-root { background-color: #000000; color: #2BA5E1; }',
  thickness: -100,
  sharpness: 50,
  offsetTop: -2,
  wmode: 'transparent'
});
sIFR.replace(kievit, {
  selector: '#blogWrite h1',
  css: '.sIFR-root { background-color: #000000; color: #3F5663; }',
  thickness: -100,
  sharpness: 50,
  offsetTop: -2,
  wmode: 'transparent'
});
