/*****************************************************************************
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 univers_bold = { src: '/swf/univers_bold.swf' };

//sIFR.useStyleCheck = true;

sIFR.activate(univers_bold);

sIFR.replace(univers_bold, {
	selector: 'h2',
	css: '.sIFR-root { background-color: #000000; color: #FFFFFF; font-size: 19px; }',
	wmode: 'transparent',
	ratios: [8, 1.3, 11, 1.21, 12, 1.2, 14, 1.19, 21, 1.16, 28, 1.13, 38, 1.12, 61, 1.11, 94, 1.1, 95, 1.09, 103, 1.1, 107, 1.09, 110, 1.1, 119, 1.09, 120, 1.1, 1.09]
});

sIFR.replace(univers_bold, {
	selector: 'h3.headline16', 
	css: '.sIFR-root { background-color: #000000; color: #FFFFFF; font-size: 17px; }', 
	wmode: 'transparent', 
	ratios: [8, 1.3, 11, 1.21, 12, 1.2, 14, 1.19, 21, 1.16, 28, 1.13, 38, 1.12, 61, 1.11, 94, 1.1, 95, 1.09, 103, 1.1, 107, 1.09, 110, 1.1, 119, 1.09, 120, 1.1, 1.09]
});

sIFR.replace(univers_bold, {
	selector: 'h3.headline21', 
	css: '.sIFR-root { background-color: #000000; color: #FFFFFF; font-size: 22px; }', 
	wmode: 'transparent', 
	ratios: [8, 1.3, 11, 1.21, 12, 1.2, 14, 1.19, 21, 1.16, 28, 1.13, 38, 1.12, 61, 1.11, 94, 1.1, 95, 1.09, 103, 1.1, 107, 1.09, 110, 1.1, 119, 1.09, 120, 1.1, 1.09]
});

sIFR.replace(univers_bold, {
	selector: 'h3.headline15', 
	css: '.sIFR-root { background-color: #000000; color: #FFFFFF; font-size: 15px; }', 
	wmode: 'transparent', 
	ratios: [8, 1.3, 11, 1.21, 12, 1.2, 14, 1.19, 21, 1.16, 28, 1.13, 38, 1.12, 61, 1.11, 94, 1.1, 95, 1.09, 103, 1.1, 107, 1.09, 110, 1.1, 119, 1.09, 120, 1.1, 1.09]
});

sIFR.replace(univers_bold, {
	selector: 'h3.headline14', 
	css: '.sIFR-root { background-color: #000000; color: #FFFFFF; font-size: 13px; }', 
	wmode: 'transparent', 
	ratios: [8, 1.3, 11, 1.21, 12, 1.2, 14, 1.19, 21, 1.16, 28, 1.13, 38, 1.12, 61, 1.11, 94, 1.1, 95, 1.09, 103, 1.1, 107, 1.09, 110, 1.1, 119, 1.09, 120, 1.1, 1.09]
});

sIFR.replace(univers_bold, {
	selector: 'h3.headline14beige', 
	css: '.sIFR-root { background-color: #000000; color: #c78054; font-size: 13px; }', 
	wmode: 'transparent', 
	ratios: [8, 1.3, 11, 1.21, 12, 1.2, 14, 1.19, 21, 1.16, 28, 1.13, 38, 1.12, 61, 1.11, 94, 1.1, 95, 1.09, 103, 1.1, 107, 1.09, 110, 1.1, 119, 1.09, 120, 1.1, 1.09]
});

sIFR.replace(univers_bold, {
	selector: 'ol.steps li.active', 
	css: '.sIFR-root { background-color: #000000; color: #FFFFFF; font-size: 14px; }', 
	wmode: 'transparent', 
	ratios: [8, 1.3, 11, 1.21, 12, 1.2, 14, 1.19, 21, 1.16, 28, 1.13, 38, 1.12, 61, 1.11, 94, 1.1, 95, 1.09, 103, 1.1, 107, 1.09, 110, 1.1, 119, 1.09, 120, 1.1, 1.09]
});

sIFR.replace(univers_bold, {
	selector: 'ol.steps li ', 
	css: '.sIFR-root { background-color: #000000; color: #c78054; font-size: 14px; }', 
	wmode: 'transparent', 
	ratios: [8, 1.3, 11, 1.21, 12, 1.2, 14, 1.19, 21, 1.16, 28, 1.13, 38, 1.12, 61, 1.11, 94, 1.1, 95, 1.09, 103, 1.1, 107, 1.09, 110, 1.1, 119, 1.09, 120, 1.1, 1.09]
});



//sIFR.debug.ratios({src: '/swf/univers_bold.swf', selector: 'h2' });
