var tradegothic = {
	src: 'UI/Flash/TradeGothic.swf'
};
var tradegothicbold = {
	src: 'UI/Flash/TradeGothicBold.swf'
};

sIFR.activate(tradegothic, tradegothicbold);

sIFR.replace(tradegothicbold, {
  selector: '#recipe-detail #content h2, #instructions-container h3'
	,css: [
      '.sIFR-root { text-align: left; color: #663300; }'
    ]
	,wmode: 'transparent'
	,tuneHeight: '-6'
	,offsetTop: '-3'
});

sIFR.replace(tradegothicbold, {
  selector: '#instructions-container h1, #instructions-container h2, #instructions-container p'
	,css: [
      '.sIFR-root { text-align: center; color: #663300; }'
    ]
	,wmode: 'transparent'
	,tuneHeight: '-6'
	,offsetTop: '-3'
});
