var gothamBook = { src: 'swf/Gotham_book.swf' };
var gothamBold = { src: 'swf/Gotham_bold.swf' };
var gothamLight = { src: 'swf/Gotham_light.swf' };
var gothamMedium = { src: 'swf/Gotham_medium.swf' };

sIFR.activate(gothamBook, gothamBold, gothamLight, gothamMedium);

// testNav
/*
sIFR.replace(gothamMedium, {
  selector: '#testNav ul li a',
  css: '.sIFR-root { color:#FFFFFF; font-size:18px; leading: -1 }',
  transparent: true
});
*/

// Introduction Title
sIFR.replace(gothamMedium, {
  selector: '#search h4',
  css: '.sIFR-root { color:#FFFFFF; font-size:18px; leading: -1 }',
  transparent: true
});

// Introduction Title
sIFR.replace(gothamBook, {
  selector: '#search2 h4',
  css: '.sIFR-root { color:#FFFFFF; font-size:18px; }',
  transparent: true
});


sIFR.replace(gothamLight, {
  selector: '#introContent h3',
  css: '.sIFR-root { color:#FFFFFF; font-size:20px; }',
  transparent: true
});


sIFR.replace(gothamLight, {
  selector: '#title h2',
  css: '.sIFR-root { color:#ff0035; font-size:26px; }',
  transparent: true
});


sIFR.replace(gothamBook, {
  selector: '#moreInfo h4',
  css: '.sIFR-root { color:#FFFFFF; font-size:18px; }',
  transparent: true
});

sIFR.replace(gothamBook, {
  selector: '#moreInfo h5',
  css: '.sIFR-root { color:#ff0035; font-size:16px; }',
  transparent: true
});

sIFR.replace(gothamBook, {
  selector: '#searchDetail h4',
  css: '.sIFR-root { color:#ff0035; font-size:16px; }',
  transparent: true
});


