
var dinotmedium = {
  src: 'flash/sifr/dinotmedium.swf'
};


sIFR.activate(dinotmedium);


/*titel blauw */
sIFR.replace(dinotmedium, {
  selector: '.xdatblok .datum',
  css: {
  '.sIFR-root': { 'font-size' : '20px' , 'color': '#ffffff' , 'line-height': '0.8em'}
  }
  ,fitExactly: 'true'
  ,tuneHeight: '0'
  ,wmode: 'transparent' 
});

/*titel groen */
sIFR.replace(dinotmedium, {
  selector: '.xdatblok .dagen',
  css: {
  '.sIFR-root': { 'font-size' : '16px' , 'color': '#ffffff' , 'line-height': '0.8em'}
  }
  ,fitExactly: 'true'
  ,tuneHeight: '0'
  ,wmode: 'transparent' 
});


/*quote */
sIFR.replace(dinotmedium, {
  selector: '#work #quote',
  css: {
  '.sIFR-root': { 'text-align': 'left' , 'font-size' : '22px' , 'color': '#00ccff' , 'line-height': '0.8em'}
  }
  ,fitExactly: 'true'
  ,tuneHeight: '0'
  ,wmode: 'transparent' 
});

/*quote */
sIFR.replace(dinotmedium, {
  selector: '#life #quote',
  css: {
  '.sIFR-root': { 'text-align': 'left' , 'font-size' : '22px' , 'color': '#00cc00' , 'line-height': '0.8em'}
  }
  ,fitExactly: 'true'
  ,tuneHeight: '0'
  ,wmode: 'transparent' 
});


/*year */
sIFR.replace(dinotmedium, {
  selector: '#year',
  css: {
  '.sIFR-root': { 'text-align': 'left' , 'font-size' : '82px' , 'color': '#ffffff'}
  }
  ,fitExactly: 'true'
  ,tuneHeight: '0'
  ,wmode: 'transparent' 
});


/*resultaat */
sIFR.replace(dinotmedium, {
  selector: '.head',
  css: {
  '.sIFR-root': { 'text-align': 'left' , 'font-size' : '22px' , 'color': '#ee0022'}
  }
  ,fitExactly: 'true'
  ,tuneHeight: '0'
  ,wmode: 'transparent' 
});


/*sIFR.replace(dinotmedium, {
  selector: '#persoonlijk h1',
  css: {
  '.sIFR-root': { 'text-align': 'left' , 'font-size' : '16px' , 'color': '#33cc00'}
  }
  ,fitExactly: 'true'
  ,tuneHeight: '0'
  ,wmode: 'transparent' 
}); */



/* standaard headers */

/* header blauw */



/* Effect voorbeeldheader  
sIFR.replace(gothammedium, {
  selector: 'dummy',
  css: {
  '.sIFR-root': { 'text-align': 'left' , 'font-size' : '16px' , 'color' : '#666666' }
  }
  ,fitExactly: 'true'
  ,tuneHeight: '0'
	,
	
	filters: {
	
	 GlowFilter: {
       knockout: false,
			 color: '#ff0000',
			 strength: 0,
			 blurX:	10,
			 blurY:	10
  		}
			,
			
	GradientGlowFilter: {
			 colors: '[0xFFFFFF, 0xFFFFFF]',
			 strength: 0,
			 blurX:	2,
			 blurY:	2,
			 distance: 0,
			 angle: 0,
			 type: 'INNER',
			 quality: 'high'
  		}
			,
			
  GradientBevelFilter: {
       knockout: false,
			 distance: 1,
			 angle: 12,
			 strength: 2,
			 blurX:	10,
			 blurY:	10
  		}
	}
		
});*/
