/*****************************************************************************
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 whitney = { src: 'sifr/whitney-light.swf' };

sIFR.activate(whitney);

sIFR.replace(whitney, {
  selector: '.bodyCopy',
  css: '.sIFR-root { leading: 5%; background-color: #f7f7f7; color: #666666;font-size: 24px; } a:link { color: #6C7204; text-decoration: none; }; a:hover { color: #6C7204; text-decoration: underline; }; em { font-style: bold; }'
});

sIFR.replace(whitney, {
  selector: '.content',
  css: '.sIFR-root { background-color: #f7f7f7; color: #000000; font-size: 14px; } a:link { color: #6C7204; text-decoration: none; }; a:hover { color: #6C7204; text-decoration: underline; }; em { text-transform: uppercase; margin-left: 10px; font-style: normal; }'
});

