
var frutiger = { src: '/images/site/sifr/frutiger-roman.swf' };
var frutigerLight = { src: '/images/site/sifr/frutiger-light.swf' };
var frutigerLightItalic = { src: '/images/site/sifr/frutiger-light-italic.swf' };

sIFR.activate(frutiger, frutigerLight, frutigerLightItalic);

sIFR.replace(frutiger, {
  selector: '#content h1',
  ratios: [8, 1.3, 11, 1.21, 12, 1.2, 14, 1.19, 21, 1.16, 28, 1.13, 38, 1.12, 61, 1.11, 94, 1.1, 95, 1.09, 103, 1.1, 107, 1.09, 110, 1.1, 119, 1.09, 120, 1.1, 1.09],
  css: ['.sIFR-root { font-size:26px; color:#00548e; text-transform:uppercase; }',
		'a { text-decoration: none; color:#00548e; }' ,'a:link { color: #00548e; }' ,'a:hover { color: #00548e; }'],
  wmode: 'transparent'
});

sIFR.replace(frutigerLightItalic, {
  selector: '#content h2.byline',
  ratios: [8, 1.3, 11, 1.21, 12, 1.2, 14, 1.19, 21, 1.16, 28, 1.13, 38, 1.12, 61, 1.11, 94, 1.1, 95, 1.09, 103, 1.1, 107, 1.09, 110, 1.1, 119, 1.09, 120, 1.1, 1.09],
  css: ['.sIFR-root { font-size:20px; color:#7a9eb5; text-transform: none; }',
		'a { text-decoration: none; color:#7a9eb5; }' ,'a:link { color: #7a9eb5; }' ,'a:hover { color: #7a9eb5; }'],
  wmode: 'transparent'
});

sIFR.replace(frutiger, {
  selector: '#content .module h2',
  ratios: [8, 1.3, 11, 1.21, 12, 1.2, 14, 1.19, 21, 1.16, 28, 1.13, 38, 1.12, 61, 1.11, 94, 1.1, 95, 1.09, 103, 1.1, 107, 1.09, 110, 1.1, 119, 1.09, 120, 1.1, 1.09],
  css: ['.sIFR-root { font-size:20px; color:#dd9b1b; text-transform: uppercase; leading: -5}',
		'a { text-decoration: none; color:#dd9b1b; }' ,'a:link { color: #dd9b1b; }' ,'a:hover { color: #e5a934; }'],
  wmode: 'transparent'
});

sIFR.replace(frutiger, {
  selector: '#content h2',
  ratios: [8, 1.3, 11, 1.21, 12, 1.2, 14, 1.19, 21, 1.16, 28, 1.13, 38, 1.12, 61, 1.11, 94, 1.1, 95, 1.09, 103, 1.1, 107, 1.09, 110, 1.1, 119, 1.09, 120, 1.1, 1.09],
  css: ['.sIFR-root { font-size:20px; color:#7a9eb5; text-transform:uppercase; }',
		'a { text-decoration: none; color:#7a9eb5; }' ,'a:link { color: #7a9eb5; }' ,'a:hover { color: #00548e; }']
});

// sIFR.debug.ratios({ src: '/images/site/sifr/frutiger-roman.swf', selector: 'h1' });
// sIFR.debug.ratios({ src: '/images/site/sifr/frutiger-light-italic.swf', selector: 'h2.byline' });
//sIFR.debug.ratios({ src: '/images/site/sifr/frutiger-light.swf', selector: 'h2' });

