var futura = { src: '/assets/sifr/futura.swf' };

sIFR.activate(futura);

sIFR.replace(futura, {
  selector: '#home-showcase-left h2',
  css: [
		'.sIFR-root { font-size:26px; color:#522f91; line-height:28px;}'
  ],
  wmode: 'transparent'
});

sIFR.replace(futura, {
  selector: '#home-content ul li h4',
  css: [
		'.sIFR-root { font-size:18px; color:#522f91; line-height:18px;}'
  ],
  wmode: 'transparent'
});

sIFR.replace(futura, {
  selector: '#title h2',
  css: [
		'.sIFR-root { font-size:28px; color:#522f91; line-height:28px;}'
  ],
  wmode: 'transparent'
});

sIFR.replace(futura, {
  selector: '#side-col h4, #side-col h3',
  css: [
		'.sIFR-root { font-size:18px; color:#e16286; line-height:28px;}'
  ],
  wmode: 'transparent'
});

sIFR.replace(futura, {
  selector: '.search-input h3',
  css: [
		'.sIFR-root { font-size:18px; color:#e61266; line-height:18px;}'
  ],
  wmode: 'transparent'
});
sIFR.replace(futura, {
  selector: '#main-content-left h2',
  css: [
		'.sIFR-root { font-size:20px; color:#e16286; line-height:32px;}',
		'.sIFR-root a { color:#e16286; text-decoration: none; }',
		'.sIFR-root a:hover {color:#e16286; text-decoration: underline; }',
		'.sIFR-root a:visited { color:#e16286; }'
  ],
  wmode: 'transparent'
});

