var gotham = { src: '/swf/GothamBold.swf' };

sIFR.activate(gotham);

// If you want, you can use multiple movies, like so:
//
//    var futura = { src: '/path/to/futura.swf' };
//    var garamond = { src '/path/to/garamond.swf' };
//    var rockwell = { src: '/path/to/rockwell.swf' };
//    
//    sIFR.activate(futura, garamond, rockwell);
//
// Remember, there must be *only one* `sIFR.activate()`!

sIFR.replace(gotham, {
  selector: '#content-home h1.no-underline',
  wmode: 'transparent',
  css: [
      '.sIFR-root { color: #821307; font-size: 18px; text-decoration: none; }',
	  'a, { color: #821307; text-decoration: underline; }',
	  'a:hover { color: #821307; text-decoration: underline }',
  ],
  fitExactly: true,
  tuneHeight: -4,
  offsetTop: -1
});

sIFR.replace(gotham, {
  selector: '#content-home h1',
  wmode: 'transparent',
  css: [
      '.sIFR-root { color: #821307; font-size: 18px; text-decoration: underline; }',
	  'a, { color: #821307; text-decoration: underline; }',
	  'a:hover { color: #821307; text-decoration: underline }',
  ],
  fitExactly: true,
  tuneHeight: -4,
  offsetTop: -1
});

sIFR.replace(gotham, {
  selector: '#page-hdr h1',
  wmode: 'transparent',
  css: '.sIFR-root { color: #0c2950; font-size: 30px; font-weight: bold; }',
  //fitExactly: true,
  tuneHeight: -11,
  offsetTop: -4
});

sIFR.replace(gotham, {
  selector: '.content-side h2',
  wmode: 'transparent',
  css: '.sIFR-root { color: #821307; font-size: 17px; text-decoration: underline; }',
  fitExactly: true,
  tuneHeight: -4,
  offsetTop: -1
});

sIFR.replace(gotham, {
  selector: '.content-main h2',
  wmode: 'transparent',
  css: '.sIFR-root { color: #821307; font-size: 18px; }',
  fitExactly: true,
  tuneHeight: -7,
  offsetTop: -1
});

sIFR.replace(gotham, {
  selector: '.content-main h3',
  wmode: 'transparent',
  css: '.sIFR-root { color: #091e3d; font-size: 17px; }',
  fitExactly: true,
  tuneHeight: -7,
  offsetTop: -2
});

sIFR.replace(gotham, {
  selector: '.content-main h4',
  wmode: 'transparent',
  css: '.sIFR-root { color: #091e3d; font-size: 15px; }',
  fitExactly: true,
  tuneHeight: -5,
  offsetTop: -1
});
/*
sIFR.replace(gotham, {
  selector: '#content-home h3',
  wmode: 'transparent',
  css: '.sIFR-root { color: #000000; font-size: 15px; }',
  fitExactly: true,
  tuneHeight: -7,
  offsetTop: -2
});

sIFR.replace(gotham, {
  selector: '#content-home h4',
  wmode: 'transparent',
  css: '.sIFR-root { color: #8a8a89; font-size: 11px; letter-spacing: 0.5; leading:3px; }',
  fitExactly: true,
  tuneHeight: -5,
  offsetTop: -2
});
*/

