
var gotham = { src: '/wp-content/themes/whoop/images/gotham.swf' };

// Next, activate sIFR:
sIFR.activate(gotham);

// Body copy h1's
sIFR.replace(gotham, {
  selector: '#primary h1',
  wmode: 'transparent',
  ratios: [9, 1.16, 16, 1.09, 24, 1.06, 37, 1.04, 74, 1.02, 1.01],
  tuneHeight: -4,
  css: [
  	'.sIFR-root { color: #005581; text-decoration: none; }',
  	'a { color: #0588c0; text-decoration: none; }',
  	'a:hover { color: #005581; }'
  ]
});

// Secondary h1's
sIFR.replace(gotham, {
  selector: '#secondary h1',
  wmode: 'transparent',
  ratios: [9, 1.16, 16, 1.09, 24, 1.06, 37, 1.04, 74, 1.02, 1.01],
  tuneHeight: -4,
  css: '.sIFR-root { color: #666666; text-decoration: none; }'
});

// Respond h3's
sIFR.replace(gotham, {
  selector: '#single_comment h3',
  wmode: 'transparent',
  ratios: [9, 1.16, 16, 1.09, 24, 1.06, 37, 1.04, 74, 1.02, 1.01],
  tuneHeight: -4,
  css: '.sIFR-root { color: #005581; text-decoration: none; }'
});

// question p
sIFR.replace(gotham, {
  selector: 'p.question_head',
  wmode: 'transparent',
  ratios: [9, 1.16, 16, 1.09, 24, 1.06, 37, 1.04, 74, 1.02, 1.01],
  tuneHeight: -4,
  css: '.sIFR-root { color: #005581; text-decoration: none; }'
});

// subnav a
sIFR.replace(gotham, {
  selector: '#page_nav li',
  wmode: 'transparent',
  ratios: [9, 1.16, 16, 1.09, 24, 1.06, 37, 1.04, 74, 1.02, 1.01],
  tuneHeight: -4,
  css: [
  	'.sIFR-root { color: #626262; text-decoration: none; text-align: center; }',
  	'a { color: #626262; text-decoration: none; }',
  	'a:hover { color: #666666; background-color: #ebf7fc; }'
  ],
  selectable: false
});













