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

sIFR.activate(helvNeue);

sIFR.replace(helvNeue, {
  selector: 'h1',
  ratios: [6, 1.41, 9, 1.35, 15, 1.29, 21, 1.25, 22, 1.22, 27, 1.24, 28, 1.23, 34, 1.22, 38, 1.21, 39, 1.22, 46, 1.21, 50, 1.2, 51, 1.21, 74, 1.2, 77, 1.19, 79, 1.2, 83, 1.19, 84, 1.2, 1.19],
  offsetTop: 2,
  tuneHeight: -2,
  tuneWidth:3,
  forceSingleLine: true,
  css: ['.sIFR-root { background-color: #ffffff; color:#74b83f; leading:0;}'
  	   ,'.title { font-size:16px; color:#757575;}']	   
});
sIFR.replace(helvNeue, {
  selector: 'h2', 
  ratios: [6, 1.41, 9, 1.35, 15, 1.29, 21, 1.25, 22, 1.22, 27, 1.24, 28, 1.23, 34, 1.22, 38, 1.21, 39, 1.22, 46, 1.21, 50, 1.2, 51, 1.21, 74, 1.2, 77, 1.19, 79, 1.2, 83, 1.19, 84, 1.2, 1.19],
  offsetTop: 0,
  tuneHeight: 0,
  preventWrap: true,
  css: '.sIFR-root { background-color: #ffffff; color:#74b83f; leading:0;}'
});
sIFR.replace(helvNeue, {
  selector: 'h5', 
  ratios: [6, 1.41, 9, 1.35, 15, 1.29, 21, 1.25, 22, 1.22, 27, 1.24, 28, 1.23, 34, 1.22, 38, 1.21, 39, 1.22, 46, 1.21, 50, 1.2, 51, 1.21, 74, 1.2, 77, 1.19, 79, 1.2, 83, 1.19, 84, 1.2, 1.19],
  offsetTop: 0,
  tuneHeight: 0,
  preventWrap: true,
  css: '.sIFR-root { background-color: #ffffff; color:#74b83f; leading:0;}'
});

