
var gothamBook = { src: rootFolder+'/js/flashText/Gotham_book.swf' };
var gothamBold = { src: rootFolder+'/js/flashText/Gotham_bold.swf' };
var gothamLight = { src: rootFolder+'/js/flashText/Gotham_light.swf' };
var gothamMedium = { src: rootFolder+'/js/flashText/Gotham_medium.swf' };


sIFR.activate(gothamBook, gothamBold, gothamLight, gothamMedium);

// Introduction Title
sIFR.replace(gothamBook, {
  selector: '#introText h3',
  css: '.sIFR-root { color:#222222; font-size:20px; width:420px; }',
  transparent: true
});


// Shopping List title
sIFR.replace(gothamBold, {
  selector: '#shoppingList h4',
  css: '.sIFR-root { color:#FFFFFF; font-size:20px; }',
  transparent: true
});


// Shopping List Subtitle
sIFR.replace(gothamBook, {
  selector: '#shoppingList h6',
  css: '.sIFR-root { color:#FFFFFF; font-size:16px; }',
  transparent: true
});

// Direct Special Title
sIFR.replace(gothamLight, {
  selector: '#thumnailProducts h4',
  css: '.sIFR-root { color:#222222; font-size:20px; }',
  transparent: true
});


// Recipe title, News title
sIFR.replace(gothamBold, {
  selector: '#dataMainBlock h6',
  css: '.sIFR-root { color:#222222; font-size:14px; }',
  transparent: true
});


// Recipe title, News title
sIFR.replace(gothamMedium, {
  selector: '#subNav h6',
  css: '.sIFR-root { color:#222222; font-size:15px; }',
  transparent: true
});

// Title h2
sIFR.replace(gothamBold, {
  selector: '#title h2',
  css: '.sIFR-root { color:#000000; font-size:26px; }',
  transparent: true
});


// h2.boldGotham
sIFR.replace(gothamBold, {
  selector: 'h2.boldGotham',
  css: '.sIFR-root { color:#000000; font-size:26px; }',
  transparent: true
});



// Title h7 White
sIFR.replace(gothamMedium, {
  selector: 'h5.white14',
  css: '.sIFR-root { color:#FFFFFF; font-size:14px; }',
  transparent: true
});


// Title h5
sIFR.replace(gothamBook, {
  selector: '#thumnailProducts h5',
  css: '.sIFR-root { color:#222222; font-size:18px; }',
  transparent: true
});
