/*****************************************************************************
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 GothamMed = { src: '/inc/swf/GothamMed.swf' };
sIFR.activate();

sIFR.replace(GothamMed, {
  selector: '#profile h1, #news h1, #blog h1, #on-tour h1, #ask-rosco h1, #galleries h1, #contact h1, #terms-of-use h1',
  css: [
    '.sIFR-root {color:#ffffff; font-size: 30px; margin: 0; padding: 0; text-transform: uppercase; letter-spacing: -1;}',
    'a {text-decoration: none; color: #ffffff; }',
    'a:hover {color: #ffffff; }'
  ],
  wmode: 'transparent'
});
sIFR.replace(GothamMed, {
  selector: '#location h2',
  css: [
    '.sIFR-root {color:#2F3738;; font-size: 18px; margin: 0; padding: 0; text-transform: uppercase; letter-spacing: -1;}'
  ],
  wmode: 'transparent'
});
sIFR.replace(GothamMed, {
  selector: 'h2',
  css: [
    '.sIFR-root {color:#ffffff; font-size: 22px; margin: 0; padding: 0; text-transform: uppercase; letter-spacing: -1;}',
    'a {text-decoration: none; color: #ffffff; }',
    'a:hover {color: #ffffff; }'
  ],
  wmode: 'transparent'
});

sIFR.replace(GothamMed, {
  selector: 'h3',
  css: [
    '.sIFR-root {color:#ffffff; font-size: 12px; margin: 0; padding: 0; text-transform: uppercase;}',
  ],
  wmode: 'transparent'
});
sIFR.replace(GothamMed, {
  selector: '#ranking h4',
  css: [
    '.sIFR-root {color:#ffffff; margin: 0; padding: 0; text-transform: uppercase; letter-spacing: -1; text-align: center;}',
  ],
  wmode: 'transparent'
});
sIFR.replace(GothamMed, {
  selector: 'h4',
  css: [
    '.sIFR-root {color:#ffffff; margin: 0; padding: 0; text-transform: uppercase; }',
  ],
  wmode: 'transparent'
});

sIFR.replace(GothamMed, {
  selector: 'h5',
  css: [
    '.sIFR-root {font-size: 22px; color:#2f3738; margin: 0; padding: 0; text-transform: uppercase;}',
  ],
  wmode: 'transparent'
});


