/* ################################################## */
/*  MADE BY: WWW.DIRECTBASING.COM                     */
/*  XAVIER DEKEYSTER                               */
/* ################################################## */

// Initialise the fonts
var PetitaMedium = {
  src: '/fonts/PetitaMedium.swf'
  ,ratios: [7, 1.32, 11, 1.31, 13, 1.24, 14, 1.25, 19, 1.23, 27, 1.2, 34, 1.19, 42, 1.18, 47, 1.17, 48, 1.18, 69, 1.17, 74, 1.16, 75, 1.17, 1.16]
};

var PetitaLight = {
  src: '/fonts/PetitaLight.swf'
  ,ratios: [7, 1.32, 11, 1.31, 13, 1.24, 14, 1.25, 19, 1.23, 27, 1.2, 34, 1.19, 42, 1.18, 47, 1.17, 48, 1.18, 69, 1.17, 74, 1.16, 75, 1.17, 1.16]
};

// Activate the fonts
sIFR.activate(PetitaMedium, PetitaLight);

// Replace the fonts
sIFR.replace(PetitaMedium, {
	selector: '#teaserCntr h2'
		,css: [
	    	'.sIFR-root { font-size: 33px; color: #86a1a1; }'
	  	]
		,transparent: true
});

sIFR.replace(PetitaMedium, {
	selector: '#leftCntr h2,  #rightCntr h2, #contentCntr h2'
		,css: [
	    	'.sIFR-root { font-size: 30px; color: #413535; }'
	  	]
		,transparent: true
});

sIFR.replace(PetitaMedium, {
	selector: '#leftCntr h3'
		,css: [
	    	'.sIFR-root { font-size: 20px; color: #413535; }'
	  	]
		,transparent: true
});
/*sIFR.replace(PetitaLight, {
	selector: '.nieuwsBox h3'
		,css: [
	    	'.sIFR-root { font-size: 22px; color: #715a5a; }'
	  	]
		,transparent: true
});*/
