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

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

//sIFR.useStyleCheck = true;

// There can be only one sifr activation
sIFR.activate(gotham, gothamlight);

sIFR.replace(gotham, {
  selector: 'strong.sifr-head-link',
  css: '.sIFR-root { background-color: #000000; color: #036C90; font-size: 12px;}',
  offsetTop: 2
});

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

sIFR.replace(gotham, {
  selector: 'li.sifr-head-today',
  css: '.sIFR-root { background-color: #000000; color: #ffffff;}',
  transparent: true
});

sIFR.replace(gotham, {
  selector: 'h3.sifr-head',
  css: '.sIFR-root { background-color: #000000; color: #ffffff;}',
  transparent: true
});

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

sIFR.replace(gothamlight, {
  selector: 'h2.sifr-head-light',
  css: '.sIFR-root { background-color: #000000; color: #ffffff; font-size: 24px; padding: 0 0 -5px 0;}',
  transparent: true
});

sIFR.replace(gothamlight, {
  selector: 'h3.sifr-head-light-large',
  css: '.sIFR-root { background-color: #000000; color: #ffffff;}',
  transparent: true
});

sIFR.replace(gothamlight, {
  selector: 'span.sifr-head-dark',
  css: '.sIFR-root { background-color: #000000; color: #959595;}',
  transparent: true
});

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

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