/*****************************************************************************
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.
*****************************************************************************/

sIFR.activate(avantgarde_medium);

sIFR.replace(avantgarde_medium, {
  selector: '.sifr',
  css: {
    '.sIFR-root' : {  },
    '.style1' : { },
    '.style2' : { 'font-size': '18px', 'color': '#0997bd' },
    '.style3' : { 'font-size': '14px', 'color': '#656565' },
    '.style3tnt' : { 'font-size': '12px', 'color': '#656565' },
    '.style5tnt' : { 'font-size': '12px', 'color': '#0997bd' },
    '.style4' : { 'font-size': '15px', 'color': '#0997bd', 'text-decoration': 'none' },
    '.style2tnt' : { 'font-size': '18px', 'color': '#000000' },
    '.style2tntp' : { 'font-size': '12px', 'color': '#000000' },
    'a:hover' : { 'color': '#888888' }
  },
  wmode: 'transparent'
});

