/*****************************************************************************
The sIFR configuration should typically go in `sifr-config.js`, but in order to
keep the config file clean, and to give a quick overview, it's done here instead.
*****************************************************************************/

var futuralight = {
  src: '/devine/res/sifr_v3r436_futuralight.swf'
};

// You probably want to switch this on, but read <http://wiki.novemberborn.net/sifr3/DetectingCSSLoad> first.
// sIFR.useStyleCheck = true;
sIFR.activate(futuralight);

//sIFR.replace(bembo, {
//  selector: 'h1'
//  ,css: [
//    '.sIFR-root': { 'text-align: center'; 'font-weight: bold;' }
//   ,'a { text-decoration: none; }'
//    ,'a:link { color: #000000; }'
//    ,'a:hover { color: #CCCCCC; }'
//  ]
//});

sIFR.replace(futuralight, {
  selector: 'div#banner h1',
  css: {
    '.sIFR-root': { 'color': '#ffffff', 'letter-spacing': '8.4'}
  },
  wmode: 'transparent'
});