// orange #f15f2d
// blue #23bcd9

var yourtypeface = {
      src: '/media/flash/sifr_frutigerlight.swf'
};
 
sIFR.activate(yourtypeface);
 
sIFR.replace(yourtypeface, {
      selector: '#additionalmasthead h2',
	  css: [
	      '.sIFR-root { font-size:22px; font-weight:normal; color:#ffffff; }'
	      ],
      wmode: 'transparent'
});

sIFR.replace(yourtypeface, {
      selector: '#about #content h2, #join #content h2, #work #content h2, #welike #introtext h2',
	  css: [
	      '.sIFR-root { font-size:20px; font-weight:normal; color:#23bcd9; }'
	      ],
      wmode: 'transparent'
});

sIFR.replace(yourtypeface, {
      selector: '#contact #content h3',
	  css: [
	      '.sIFR-root { font-size:16px; font-weight:normal; color:#23bcd9; }'
	      ],
      wmode: 'transparent'
});
