/*****************************************************************************
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 klavika = { 
    src: '/swf/klavikaLI.swf'
    ,wmode: 'transparent'
    ,ratios: [8, 1.41, 9, 1.33, 10, 1.35, 15, 1.31, 19, 1.28, 20, 1.27, 26, 1.26, 29, 1.24, 30, 1.25, 40, 1.24, 58, 1.23, 95, 1.22, 98, 1.21, 100, 1.22, 103, 1.21, 104, 1.22, 108, 1.21, 109, 1.22, 1.21]
};

sIFR.useStyleCheck = true;

// Next, activate sIFR:
sIFR.activate(klavika);

sIFR.replace(klavika, {
  selector: 'h4.klavika.title',
  css: [
  	'.sIFR-root { background-color: transparent; color: #646464; leading: -5; text-transform: lowercase; font-weight: bold}', 
  	'strong {color: #333333; font-weight: normal;}'
  ]
});

sIFR.replace(klavika, {
  selector: 'div.management h4.klavika',
  css: [
  	'.sIFR-root { background-color: transparent; color: #646464; text-transform: lowercase;}', 
  	'strong {color: #333333; font-weight: normal;}'
  ]
});

sIFR.replace(klavika, {
  selector: 'h3.klavika, h4.klavika',
  css: [
  	'.sIFR-root { background-color: transparent; color: #646464; leading: -12; text-transform: lowercase;}', 
  	'strong {color: #333333; font-weight: normal;}'
  ]
});

sIFR.replace(klavika, {
  selector: 'h2.klavika',
  css: '.sIFR-root { background-color: transparent; color: #646464;} strong {color: #FF7415;}'
});

sIFR.replace(klavika, {
  selector: '#content h2.wrapFly span',
  css: '.sIFR-root { background-color: transparent; color: #646464; leading: -12; text-transform: lowercase;}'
});

sIFR.replace(klavika, {
    selector: '#tps .h1',
    css: '.sIFR-root { font-size: 26px; font-style: normal; background-color: transparent; color: #333333; leading: -12; text-transform: uppercase;}'
});

sIFR.replace(klavika, {
    selector: '#tps .h2',
    css: '.sIFR-root { font-size: 22px; font-style: normal; background-color: transparent; color: #333333; leading: -6;}'
});

sIFR.replace(klavika, {
    selector: '#tps .secondary .navHeading',
    css: '.sIFR-root { font-size: 24px; font-style: normal; background-color: transparent; color: #333333; leading: -12;}'
});


