/*****************************************************************************
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 gillSans = { src: '/Content/flash/gillsans.swf' };

sIFR.activate(gillSans);

/*sIFR.replace(gillSans, {
    selector: '.cms-area h2',
    wmode: 'transparent',
    fitExactly: true,
    css: '.sIFR-root {color: #006292; font-size: 18px; text-transform: uppercase;}'
});

sIFR.replace(gillSans, {
selector: '.promo h2',
wmode: 'transparent',
fitExactly: true,
css: '.sIFR-root {color: #006292; font-size: 18px; text-transform: uppercase; text-align: center;}'
});

sIFR.replace(gillSans, {
selector: '.promo-last h2',
wmode: 'transparent',
fitExactly: true,
css: '.sIFR-root {color: #006292; font-size: 18px; text-transform: uppercase; text-align: center;}'
});

sIFR.replace(gillSans, {
selector: '.lower-level .l h2',
wmode: 'transparent',
fitExactly: true,
css: '.sIFR-root {color: #ffffff; font-size: 28px;}'
});

sIFR.replace(gillSans, {
selector: '.lower-level .r h2',
wmode: 'transparent',
fitExactly: true,
css: '.sIFR-root {color: #006292; font-size: 33px;}'
});
sIFR.replace(gillSans, {
selector: '.banner h2',
wmode: 'transparent',
fitExactly: true,
css: '.sIFR-root {color: #006292; font-size: 40px; text-transform: uppercase;}'
});*/

/* I don't think this is still used */
sIFR.replace(gillSans, {
    selector: '.home-picked h2',
    wmode: 'transparent',
    fitExactly: true,
    css: '.sIFR-root {color: #ffffff; font-size: 36px; text-transform: uppercase;}'
});

/*sIFR.replace(gillSans, {
    selector: '.copy h3',
    wmode: 'transparent',
    fitExactly: true,
    css: '.sIFR-root {color: #ffffff; font-size: 36px;}'
});*/

