/*****************************************************************************
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 rgp = { src: '/templates/rgp2010_fonts/rgp.swf' };
sIFR.activate(rgp);
sIFR.replace(rgp, { selector: '.headH1', wmode: 'transparent', css: '.sIFR-root { color: #ccc741; text-transform: uppercase; display: block; margin-bottom: 10px; }' });
sIFR.replace(rgp, { selector: 'h2', wmode: 'transparent', css: '.sIFR-root { color: #ccc741; text-transform: uppercase; display: block; margin-bottom: 10px; }' });
sIFR.replace(rgp, { selector: 'h3', wmode: 'transparent', css: '.sIFR-root { color: #ccc741; text-transform: uppercase; display: block; margin-bottom: 10px; }' });
sIFR.replace(rgp, { selector: '.nav-item-L1', wmode: 'transparent', css: [ '.sIFR-root { color: #918274; text-transform: uppercase; display: block; }','a { text-decoration: none; color: #918274; }' ,'a:link { color: #918274; text-decoration: none; }','a:visited { color: #918274; text-decoration: none; }','a:active { color: #918274; text-decoration: none; }','a:hover { color: #ccc741; text-decoration: none; }' ]});
sIFR.replace(rgp, { selector: '.nav-item-L1-act', wmode: 'transparent', css: [ '.sIFR-root { color: #ccc741; text-transform: uppercase; display: block; }','a { text-decoration: none; color: #ccc741; }' ,'a:link { color: #ccc741; text-decoration: none; }','a:visited { color: #ccc741; text-decoration: none; }','a:active { color: #ccc741; text-decoration: none; }','a:hover { color: #ccc741; text-decoration: none; }' ]});
sIFR.replace(rgp, { selector: '.nav-item-L2', wmode: 'transparent', css: [ '.sIFR-root { color: #93b2cc; text-transform: uppercase; display: block; }','a { text-decoration: none; color: #93b2cc; }' ,'a:link { color: #93b2cc; text-decoration: none; }','a:visited { color: #93b2cc; text-decoration: none; }','a:active { color: #93b2cc; text-decoration: none; }','a:hover { color: #ccc741; text-decoration: none; }' ]});
sIFR.replace(rgp, { selector: '.navL2-act', wmode: 'transparent', css: [ '.sIFR-root { color: #ccc741; text-transform: uppercase; display: block; }','a { text-decoration: none; color: #ccc741; }' ,'a:link { color: #ccc741; text-decoration: none; }','a:visited { color: #ccc741; text-decoration: none; }','a:active { color: #ccc741; text-decoration: none; }','a:hover { color: #ccc741; text-decoration: none; }' ]});
