/*****************************************************************************
    The sIFR configuration should typically go in `sifr-config.js`, but in order to
    keep the config file clean, and to give a quick overview, it's done here instead.
    *****************************************************************************/
var helvetica = { src: 'http://solarclarity.nl/wp-content/themes/SolarClarity/swf/helvetica.swf'
				,ratios: [8, 1.41, 10, 1.33, 11, 1.31, 15, 1.29, 19, 1.28, 26, 1.25, 35, 1.24, 42, 1.23, 62, 1.22, 63, 1.21, 65, 1.22, 66, 1.21, 67, 1.22, 111, 1.21, 112, 1.2, 116, 1.21, 117, 1.2, 121, 1.21, 122, 1.2, 1.21]
     };
    sIFR.useStyleCheck = true;
    sIFR.activate(helvetica);

	//sIFR.debug.ratios({ src: 'fonts/font.swf', selector: '#navigatie ul li' });


  	sIFR.replace(helvetica, {
      selector: 'h2'
      ,css: [
		'.sIFR-root {color:#999;z-index: 1; }']
		, forceSingleLine: true
    });

    sIFR.replace(helvetica, {
      selector: '.menu ul li span'
      ,css: [
        '.sIFR-root {}'
		,'.active a {color: #999999;}'
        ,'a {color: #999999; text-decoration: none;}'
        ,'a:hover {color: #000000;}']
		, forceSingleLine: true
    });
