/* ################################################## */
/*  Made by: www.DIRECTBASING.com                     */
/*  Semantisch correcte xHTML Basing                  */
/* ################################################## */

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

// Replace the fonts
sIFR.replace(Yanone, {
	selector: '#leftCntr h1, .menuBox h3'
		,css: [
	    	'.sIFR-root { text-transform: lowercase; font-size: 40px; color: #2e5098; }'
			,'a { text-decoration: none; color: #2e5098; }'
			,'a:hover { text-decoration: none; color: #2e5098; }'
	  	]
		,transparent: true
		,forceSingleLine: true
		,filters: {
		  DropShadow: {
		    knockout: false
		    ,distance: 2
		    ,color: '#eae0d9'
		    ,strength: 3
		  }
		}
});

sIFR.replace(Yanone, {
	selector: '.ruineBox h3, .metalBox h3, .nieuwBox h3, .tekenBox h3, .trainingBox h2, .expositiesBox h2'
		,css: [
	    	'.sIFR-root { text-transform: lowercase; font-size: 40px; color: #f19da0; }'
			,'a { text-decoration: none; color: #f19da0; }'
			,'a:hover { text-decoration: none; color: #f19da0; }'
	  	]
		,transparent: true
		,forceSingleLine: true
		,filters: {
		  DropShadow: {
		    knockout: false
		    ,distance: 2
		    ,color: '#eae0d9'
		    ,strength: 3
		  }
		}
});

sIFR.replace(Yanone, {
	selector: '.contactBox span.pink'
		,css: [
	    	'.sIFR-root { font-size: 24px; color: #e51a9b; }'
	  	]
		,transparent: true
		,forceSingleLine: true
		,filters: {
		  DropShadow: {
		    knockout: false
		    ,distance: 2
		    ,color: '#eae0d9'
		    ,strength: 3
		  }
		}
});
