

var sushifont = { 
	src: '/flash/conduit_itc_mediumSifr3.swf'
	//src: '/flash/conduit_bold.swf'
,ratios: [6, 1.38, 8, 1.3, 9, 1.22, 10, 1.25, 15, 1.22, 19, 1.18, 26, 1.17, 37, 1.15, 48, 1.14, 49, 1.13, 53, 1.14, 54, 1.13, 55, 1.14, 76, 1.13, 77, 1.12, 78, 1.13, 81, 1.12, 84, 1.13, 90, 1.12, 91, 1.13, 1.12]
};
sIFR.useStyleCheck = false;
sIFR.activate(sushifont);


sIFR.replace(sushifont, {
  selector: '#comments h3.moduleHeader',
  fitExactly: false,
  css: [
  	'.sIFR-white { color: #FFFFFF }'
	,'a { text-decoration: none; color: #FFFFFF }'
	,'a:hover { text-decoration: underline; color: #FFFFFF }'
	]

  ,wmode: 'transparent'
  ,tuneHeight: -3
});

/*
sIFR.replace(sushifontbold, {
  selector: 'h2.sIFR-red',
  fitExactly: false,
  css: [
	'.sIFR-root { color: #d71a21 }'
	]

  ,wmode: 'transparent'
  ,tuneHeight: -3
});
  
sIFR.debug.ratios({ src: '/flash/conduit_bold.swf', selector: 'h2.sIFR-red' });*/

sIFR.replace(sushifont, {
  selector: '.pageContainer1 h2, .pageContainer1 h3, .m005restaurantinfo p, .cateringPageContainer h2, .sushistainableMapArea h1, #recipeContainer h2, #recipeContainer h3, .m008OLImageGallery h3, .mGallery h2, .whiteForm h3',
  fitExactly: false,
  css: [
	'a { text-decoration: none; color: #000000; }'
	,'a:hover { text-decoration: underline; color: #000000; }'
	]

  ,wmode: 'transparent'
  ,tuneHeight: -3
});

sIFR.replace(sushifont, {
  selector: '.mHeadlineSifr h1, #cboxContent h2',
  fitExactly: false,
  css: [
	'a { text-decoration: none; color: #3d9210 }'
	,'a:hover { text-decoration: underline; color:#3d9210 }'
	]

  ,wmode: 'transparent'
  ,tuneHeight: -3
});

