/*****************************************************************************
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 gotham = { src: '/sifr/gotham.swf' };

var gothambook = { src: '/sifr/gothambook.swf' };

// You probably want to switch this on, but read <http://wiki.novemberborn.net/sifr3/DetectingCSSLoad> first.
// sIFR.useStyleCheck = true;
sIFR.activate(gotham, gothambook);

sIFR.replace(gotham, {
  selector: '.boxHomeFill .title',
  css: '.sIFR-root { color: #333333; font-size: 12px; font-weight: bold; }',
  wmode: 'transparent'
});

sIFR.replace(gothambook, {
  selector: '#banner .titleWrap .title',
  css: '.sIFR-root { color: #FFFFFF; font-size: 22px; font-weight: normal; white-space: nowrap; display: block; }',
  wmode: 'transparent'
});

sIFR.replace(gothambook, {
  selector: '#banner .textarea',
  css: ( 
  '.sIFR-root { color: #00215b; font-size: 18px; font-weight: normal; display: block; }',
  'strong { font-size: 12px; font-weight: normal; }'
  ),
  wmode: 'transparent'
});

sIFR.replace(gotham, {
  selector: '#leftCol .section',
  css: '.sIFR-root { color: #222222; font-size: 13px; font-weight: bold; }',
  wmode: 'transparent'
});

sIFR.replace(gotham, {
  selector: '#rightCol h3',
  css: '.sIFR-root { color: #333333; font-size: 13px; font-weight: bold; }',
  wmode: 'transparent'
});

sIFR.replace(gothambook, {
  selector: '.bttn a',
  css: '.sIFR-root { color: #FFFFFF; font-size: 12px; font-weight: normal; white-space: nowrap; display: block; cursor: pointer; }',
  wmode: 'transparent'
});

sIFR.replace(gothambook, {
  selector: '.prodBox .fill .title',
  css: '.sIFR-root { color: #444444; font-size: 26px; font-weight: normal; }',
  wmode: 'transparent'
});

sIFR.replace(gothambook, {
  selector: '.prodBoxSimple .fill .title',
  css: '.sIFR-root { color: #444444; font-size: 24px; font-weight: normal; }',
  wmode: 'transparent'
});