/*****************************************************************************
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 museo300 = { src: '/fonts/museo300.swf' };
//var museo500 = { src: '/fonts/museo500.swf' };
var museo700 = { src: '/fonts/museo700.swf' };

sIFR.activate(museo300);
//sIFR.activate(museo500);
sIFR.activate(museo700);

sIFR.replace(museo700, {
  selector: 'div.footer h3.radig',
  css: '.sIFR-root { background-color: #e5e5e5; color: #c5c5c5;}',
  wmode:'transparent'
});

sIFR.replace(museo300, {
  selector: 'h2.lightGrey.alignRight',
  css: '.sIFR-root { background-color: #f7f7f7; color: #d2d2d2; text-align: right}',
  wmode:'transparent'
});

sIFR.replace(museo300, {
  selector: 'h2.orange.alignRight',
  css: '.sIFR-root { background-color: #f7f7f7; color: #f47000; text-align: right}',
  wmode:'transparent'
});

sIFR.replace(museo300, {
  selector: 'h2.orange',
  css: '.sIFR-root { background-color: #f7f7f7; color: #f47000;}',
  wmode:'transparent'
});

sIFR.replace(museo300, {
  selector: 'h2.lightGrey',
  css: '.sIFR-root { background-color: #f7f7f7; color: #d2d2d2;}',
  wmode:'transparent'
});

sIFR.replace(museo300, {
  selector: '.blogTitle h3',
  css: '.sIFR-root {background-color: #e8e8e8; color: #b0b0b0;}',
  wmode:'transparent'
});

sIFR.replace(museo300, {
  selector: 'h3',
  css: '.sIFR-root {background-color: #f7f7f7; color: #424242;}',
  wmode:'transparent'
});