/*****************************************************************************
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 helvetica_condensed = { src: '/sites/all/themes/dff/fonts/helvetica_condensed.swf' };
var helvetica_condensed_bold = { src: '/sites/all/themes/dff/fonts/helvetica_condensed_bold.swf' };

sIFR.activate(helvetica_condensed,helvetica_condensed_bold);

sIFR.replace(helvetica_condensed_bold, {
  selector: 'div.intro-box-left h3',
	css: '.sIFR-root { color: #FFFFFF; font-size: 22px; leading: -60; }',
	wmode: 'transparent'
});
sIFR.replace(helvetica_condensed_bold, {
  selector: 'div.intro-box-right h3',
	css: '.sIFR-root { color: #FFFFFF; font-size: 22px; leading: -60; }',
	wmode: 'transparent'
});

sIFR.replace(helvetica_condensed_bold, {
  selector: 'div#block-block-1 p',
	css: '.sIFR-root { color: #FFFFFF; font-size: 16px; leading: -35; }',
	forceSingleLine: true,
	wmode: 'transparent'
});
sIFR.replace(helvetica_condensed, {
  selector: 'div#block-block-1 p.signature',
	css: '.sIFR-root { color: #FFFFFF; font-size: 16px; }',
	forceSingleLine: true,
	wmode: 'transparent'
});
