var gothambold = { src: '/_sifr/gotham_bold.swf' };
var gothammed = { src: '/_sifr/gotham_med.swf'};
var gothambook = { src: '/_sifr/gotham_book.swf'};

sIFR.useStyleCheck = true;
sIFR.activate(gothambold, gothammed, gothambook);

sIFR.replace(gothammed, {
  selector: '#content h2',
  css: '.sIFR-root { color: #8c4124; }',
  wmode: 'transparent',
  tuneHeight: 10
});

sIFR.replace(gothammed, {
  selector: '#worship-times h3',
  css: '.sIFR-root { color: #582e1f; }',
  wmode: 'transparent',
  tuneHeight: -2
});

sIFR.replace(gothammed, {
  selector: '#recent-article h3',
  css: '.sIFR-root { color: #595542; }',
  wmode: 'transparent'
});

sIFR.replace(gothammed, {
  selector: '#upcoming-events h3',
  css: '.sIFR-root { color: #595542; }',
  wmode: 'transparent'
});

sIFR.replace(gothambook, {
  selector: '#basement #contact h3, #basement .bl h3',
  css: '.sIFR-root { color: #423e35; }',
  wmode: 'transparent',
  tuneHeight: -4
});

