/*****************************************************************************
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 thesans = { src: 'thesans4.swf' };


sIFR.activate(thesans);


sIFR.replace(thesans, {
  selector: 'h3.red',
  css: '.sIFR-root { background-color: #FFFFFF; color: #b80208; font-size:16px; }',
  wmode: 'transparent' 
});

sIFR.replace(thesans, {
  selector: 'h3.blue',
  css: '.sIFR-root { background-color: #FFFFFF; color: #395ccd; font-size:16px; }',
  wmode: 'transparent' 
});

sIFR.replace(thesans, {
  selector: 'h3.yellow',
  css: '.sIFR-root { background-color: #FFFFFF; color: #ffb400; font-size:16px; }',
  wmode: 'transparent' 
});

sIFR.replace(thesans, {
  selector: 'h3.purple',
  css: '.sIFR-root { background-color: #FFFFFF; color: #b85e98; font-size:16px; }',
  wmode: 'transparent' 
});

sIFR.replace(thesans, {
  selector: 'h3.brown',
  css: '.sIFR-root { background-color: #FFFFFF; color: #f39c34; font-size:16px; }',
  wmode: 'transparent' 
});

sIFR.replace(thesans, {
  selector: 'h3.pink',
  css: '.sIFR-root { background-color: #FFFFFF; color: #ff6a72; font-size:16px; }',
  wmode: 'transparent' 
});

sIFR.replace(thesans, {
  selector: 'h3.green',
  css: '.sIFR-root { background-color: #FFFFFF; color: #83d650; font-size:16px; }',
  wmode: 'transparent' 
});

sIFR.replace(thesans, {
  selector: 'h3.khaki',
  css: '.sIFR-root { background-color: #FFFFFF; color: #ddb939; font-size:16px; }',
  wmode: 'transparent' 
});

sIFR.replace(thesans, {
  selector: 'h3.grey',
  css: '.sIFR-root { background-color: #FFFFFF; color: #b2b2b2; font-size:16px; }',
  wmode: 'transparent' 
});