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

sIFR.activate(HelvNeueLght);

/*sIFR.debug.ratios({ src: 'sifr/js/helveticaNeueLight.swf', selector: 'h1' });*/

sIFR.replace(HelvNeueLght, {
  selector: 'h1',
  wmode: 'transparent',
  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],
  css: '.sIFR-root { background-color:#ffffff; color:#ffffff; }'
});
sIFR.replace(HelvNeueLght, {
  selector: 'h2',
  wmode: 'transparent',
  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],
  css: '.sIFR-root { background-color:#ffffff; color:#5b7c07; }'
});
sIFR.replace(HelvNeueLght, {
  selector: 'h3',
  wmode: 'transparent',
  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],
  css: '.sIFR-root { background-color:#ffffff; color:#3c6200; }'
});
sIFR.replace(HelvNeueLght, {
  selector: 'h4',
  wmode: 'transparent',
  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],
  css: ['.sIFR-root { background-color:#ffffff; color:#ffffff; }'
		,'a { color:#ffffff; text-decoration:underline; }'
		,'a:link { color:#ffffff; text-decoration:underline; }'
		,'a:hover { color:#e6e96e; text-decoration:underline; }'
		]
});
sIFR.replace(HelvNeueLght, {
  selector: 'h5',
  wmode: 'transparent',
  forceSingleLine:true,
  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],
  css: '.sIFR-root { background-color:#ffffff; color:#7b2e00; }'
});