/*****************************************************************************
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 voda = { src: '/js/vodafone.swf' };

sIFR.activate(voda);

sIFR.replace(voda, {
  selector: 'h1.index',
  css: '.sIFR-root { background-color: #fff; color:#ec3025; font-weight:bold; }',
  wmode: 'transparent'
});

sIFR.replace(voda, {
  selector: '.teamButtons p',
  css: [
          'a:link { color:#ffffff; text-decoration:none; text-align:center;}',
          'a:visited { color:#ffffff; text-decoration:none; }',
          'a:hover { color:#ffffff; text-decoration:none; }'
      ],
  wmode: 'transparent'
});

sIFR.replace(voda, {
  selector: 'h1',
  css: '.sIFR-root { color:#ec3025; }',
  wmode: 'transparent'
});

sIFR.replace(voda, {
  selector: '.introTextBlock h2',
  css: '.sIFR-root { background-color: #fff; color:#ec3025; font-weight:bold; }',
  wmode: 'transparent'
});

sIFR.replace(voda, {
  selector: '.genericPageHeading h2',
  css: '.sIFR-root { color:#ec3025; font-weight:bold;  }',
  wmode: 'transparent'
});

sIFR.replace(voda, {
  selector: 'h2.raceName',
  css: '.sIFR-root { color:#ec3025; font-weight:bold;  }',
  wmode: 'transparent'
});

sIFR.replace(voda, {
  selector: '.compContent h3',
  css: '.sIFR-root { color:#22211f; font-weight:normal }',
  wmode: 'transparent'
});

sIFR.replace(voda, {
  selector: '.winnersTitleBar h3',
  css: '.sIFR-root { color:#ec3025; font-weight:normal }',
  wmode: 'transparent'
});

sIFR.replace(voda, {
  selector: '.miniLeagueHolder h3',
  css: '.sIFR-root { color:#ec3025; font-weight:normal }',
  wmode: 'transparent'
});

sIFR.replace(voda, {
  selector: 'h4.place',
  css: '.sIFR-root { color:#ec3025; font-weight:bold; text-align:right; }',
  wmode: 'transparent'
});

sIFR.replace(voda, {
  selector: '.winnersTitleBar h4',
  css: '.sIFR-root { color:#22211f; font-weight:normal; }',
  wmode: 'transparent'
});

sIFR.replace(voda, {
  selector: 'h2, h3, h4',
  css: '.sIFR-root { color:#22211f; font-weight:bold }',
  wmode: 'transparent'
});

sIFR.replace(voda, {
  selector: '.subtitle',
  css: '.sIFR-root { color:#ec3025; font-weight:bold; }',
  wmode: 'transparent'
});


