/* ################################################## */
/*  MADE BY: WWW.DIRECTBASING.COM                     */
/*  ALEX VAN DER VEGT                                 */
/* ################################################## */

// Initialise the fonts
var CocktailShaker = {
  src: 'CocktailShaker.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 MuseoSans = {
  src: 'MuseoSans.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(CocktailShaker, MuseoSans);

// Replace the fonts
sIFR.replace(CocktailShaker, {
	selector: '.karBox h1, .textBox h1, .offerteBox h1, .veelBox h1, .belBox h1, .bestelBox h1, .ijsBox h2, #contentCntr div.white h1, #largeCntr offerteBox .h1, .cRight h1'
		,css: [
	    	'.sIFR-root { text-indent: 1px; font-size: 54px; color: #3c2627; }'
	  	]
		,transparent: true
});

sIFR.replace(CocktailShaker, {
	selector: '.contactBox h3'
		,css: [
	    	'.sIFR-root { text-indent: 2px; font-size: 54px; color: #5e4e4e; }'
	  	]
		,transparent: true
});

sIFR.replace(CocktailShaker, {
	selector: '.vraagBox h3'
		,css: [
	    	'.sIFR-root { text-indent: 2px; font-size: 40px; color: #b39b89; }'
	  	]
		,transparent: true
});

sIFR.replace(CocktailShaker, {
	selector: '.offerteBox h3, .belBox h3'
		,css: [
	    	'.sIFR-root { text-indent: 1px; font-size: 36px; color: #b39b89; }'
	  	]
		,transparent: true
});

sIFR.replace(MuseoSans, {
	selector: '.karBox h2, .bedrijfBox h2, .textBox h3, .offerteBox h2, .veelBox h2, .waaromBox h2, #bestelCntr h3, .catBox h2, .refBox h2'
		,css: [
	    	'.sIFR-root { font-size: 20px; color: #3c2627; }'
	  	]
		,transparent: true
});

sIFR.replace(MuseoSans, {
	selector: '.ijsBox h3'
		,css: [
	    	'.sIFR-root { font-size: 18px; color: #3c2627; }'
	  	]
		,transparent: true
});

sIFR.replace(MuseoSans, {
	selector: '.formBox h3'
		,css: [
	    	'.sIFR-root { font-size: 24px; color: #3f292a; }'
	  	]
		,transparent: true
});

sIFR.replace(MuseoSans, {
	selector: '.voorBox h3'
		,css: [
	    	'.sIFR-root { font-size: 24px; color: #7b6869; }'
	  	]
		,transparent: true
});

sIFR.replace(MuseoSans, {
	selector: '.priveBox h2'
		,css: [
	    	'.sIFR-root { text-align: right; font-size: 20px; color: #3c2627; }'
	  	]
		,transparent: true
});
