/*--------------------------------------------------------------------
sifr config file - Frontoffice

Version: 1.0
Copyright: 2009, dicode® VOF - understanding internet
W: www.dicode.nl
E: info@dicode.nl
T: 0570-750680
--------------------------------------------------------------------*/

var sifr_font = {
    src: siteurl+'js/sifr/swf/HelveticaNeue.swf'
  };
var AdelleBasicExtraBold = {
    src: siteurl+'js/sifr/swf/AdelleBasicExtraBold.swf'
  };
var AdelleBasicLight = {
    src: siteurl+'js/sifr/swf/AdelleBasicLight.swf'
  };
var AdelleBasicSemiBold = {
    src: siteurl+'js/sifr/swf/AdelleBasicSemiBold.swf'
  };
var P22Corinthia = {
    src: siteurl+'js/sifr/swf/P22Corinthia.swf'
  };


sIFR.activate(AdelleBasicExtraBold, AdelleBasicLight, AdelleBasicSemiBold);
sIFR.fitExactly = true;


sIFR.replace(AdelleBasicExtraBold, {
    selector: 'h1.head',
	wmode: 'transparent',
	css: [
      '.sIFR-root { color: #ffffff; background-color: none; font-size: 50px; margin: 0; padding: 0;}'
    ]
  }); 

sIFR.replace(AdelleBasicExtraBold, {
    selector: 'h1.big',
	wmode: 'transparent',
	css: [
      '.sIFR-root { color: #999999; background-color: none; font-size: 64px; margin: 0; padding: 0; }'
    ]
  }); 

sIFR.replace(P22Corinthia, {
    selector: 'h1.gedicht',
	wmode: 'transparent',
	css: [
      '.sIFR-root { color: #c02d1a; background-color: none; font-size: 88px; margin: 0; padding: 0; }'
    ]
  }); 

sIFR.replace(AdelleBasicExtraBold, {
    selector: 'h1.sub',
	wmode: 'transparent',
	css: [
      '.sIFR-root { color: #6d6e71; background-color: none; font-size: 45px; margin: 0; padding: 0; }'
    ]
  }); 

sIFR.replace(AdelleBasicExtraBold, {
    selector: 'h2.comments',
	wmode: 'transparent',
	css: [
      '.sIFR-root { color: #999999; background-color: none; font-size: 45px; margin: 0; padding: 0; }'
    ]
  }); 

sIFR.replace(AdelleBasicLight, {
    selector: 'h2.head',
	wmode: 'transparent',
	css: [
      '.sIFR-root { color: #ffffff; background-color: none; font-size: 20px; margin: 0; padding: 0; } a { color: #ffffff; } a:hover { color: #ffffff; }'
    ]
  }); 

sIFR.replace(AdelleBasicLight, {
    selector: 'h2.light',
	wmode: 'transparent',
	css: [
      '.sIFR-root { color: #ffffff; background-color: none; font-size: 24px; width: 246px; margin: 0; padding: 0; }'
    ]
  }); 

sIFR.replace(AdelleBasicSemiBold, {
    selector: 'h3.head',
	wmode: 'transparent',
	css: [
      '.sIFR-root { color: #e87060; background-color: none; font-size: 14px; margin: 0; padding: 0; }'
    ]
  }); 


