var gotham = {
  src: '/fod/gotham.swf'
};

var gothamlight = {
  src: '/fod/gothamlight.swf'
};

//sIFR.useStyleCheck = true;

// There can be only one sifr activation
if(navigator.userAgent.search("MSIE") < 0){
sIFR.activate(gotham, gothamlight);
}
sIFR.replace(gothamlight, {
	selector: 'h3.sifr-head',
	css: '.sIFR-root { background-color: #000000; color: #ffffff; font-size: 18px;}',
	transparent: true,
	forceSingleLine: true,
	tuneWidth: 3
});

sIFR.replace(gothamlight, {
	selector: 'span.sifr-head',
	css: '.sIFR-root { background-color: #000000; color: #ffffff; font-size: 18px;}',
	transparent: true,
	forceSingleLine: true,
	tuneWidth: 3
});

sIFR.replace(gothamlight, {
	selector: 'span.sifr-head-movie',
	css: '.sIFR-root { background-color: #000000; color: #ffffff; font-size: 22px;}',
	transparent: true,
	forceSingleLine: true,
	tuneWidth: 3
});

sIFR.replace(gothamlight, {
	selector: '.sifr-vid-eps-count',
	css: '.sIFR-root { background-color: #000000; color: #ff4b08; font-size: 18px;}',
	transparent: true,
	forceSingleLine: true,
	tuneWidth: 3
});

sIFR.replace(gothamlight, {
  selector: '.sifr-vid-eps',
  css: '.sIFR-root { background-color: #000000; color: #cccccc; font-size: 18px;}',
  transparent: true,
  forceSingleLine: true
});

sIFR.replace(gothamlight, {
  selector: 'h3.sifr-head-light',
  css: '.sIFR-root { background-color: #000000; color: #000000; font-size: 10px;}',
  transparent: true,
  forceSingleLine: true
});

sIFR.replace(gothamlight, {
  selector: 'span.sifr-head-light',
  css: '.sIFR-root { background-color: #000000; color: #c2c2c2; font-size: 18px;}',
  transparent: true,
  forceSingleLine: true
});        

sIFR.replace(gothamlight, {
  selector: 'span.sifr-head-light-movie',
  css: '.sIFR-root { background-color: #000000; color: #c2c2c2; font-size: 16px;}',
  transparent: true,
  forceSingleLine: true
});

/*
sIFR.replace(gotham, {
  selector: 'li.sifr-head-day',
  css: '.sIFR-root { background-color: #000000; color: #036C90;}',
  offsetTop: 2
});
*/


