
var kids = { src: '/_public/sites/softflora/fonts/kids.swf' };

sIFR.activate(kids);

sIFR.replace(kids, {
  selector: 'h1.kids',
  wmode: 'transparent',
  tuneHeight: '-9',
  css: '.sIFR-root { background-color: transparent; color: #005f0a; font-size: 34px;}'
});
sIFR.replace(kids, {
  selector: 'body#kids h1',
  wmode: 'transparent',
  tuneHeight: '-9',
  css: '.sIFR-root { background-color: transparent; color: #005f0a; font-size: 34px;}'
});
sIFR.replace(kids, {
  selector: 'body#kids .rightcolumn h2',
  wmode: 'transparent',
  tuneHeight: '-6',
  css: '.sIFR-root { background-color: transparent; color: #005f0a; font-size: 20px; }'
});
sIFR.replace(kids, {
  selector: 'body#kids h2.kids',
  wmode: 'transparent',
  tuneHeight: '-3',
  css: '.sIFR-root { background-color: transparent; color: #005f0a; font-size: 20px; }'
});
sIFR.replace(kids, {
  selector: 'body.gamepage h2',
  wmode: 'transparent',
  tuneHeight: '-6',
  css: '.sIFR-root { background-color: transparent; color: #005f0a; font-size: 20px; }'
});
sIFR.replace(kids, {
  selector: 'body#kids .activity h2',
  wmode: 'transparent',
  tuneHeight: '-6',
  css: '.sIFR-root { background-color: transparent; color: #005f0a; font-size: 20px; }'
});
sIFR.replace(kids, {
  selector: 'body#kids .framecontent h2',
  wmode: 'transparent',
  tuneHeight: '-6',
  css: '.sIFR-root { background-color: transparent; color: #005f0a; font-size: 20px; }'
});
sIFR.replace(kids, {
  selector: 'body#kids.recipepage h2',
  wmode: 'transparent',
  tuneHeight: '-6',
  css: '.sIFR-root { background-color: transparent; color: #005f0a; font-size: 20px; }'
});
sIFR.replace(kids, {
  selector: 'h3.kids',
  wmode: 'transparent',
  tuneHeight: '-6',
  css: '.sIFR-root { background-color: transparent; color: #005f0a; }'
});
sIFR.replace(kids, {
  selector: '.scorelabel',
  wmode: 'transparent',
  tuneHeight: '-6',
  forceSingleLine: true,
  css: '.sIFR-root { background-color: transparent; color: #005f0a; font-size: 15px;}'
});