//define fonts
var trajan = {
    src: '../swfs/trajan.swf'
    ,ratios: [10, 1.43, 15, 1.36, 16, 1.34, 23, 1.32, 27, 1.31, 28, 1.3, 31, 1.29, 34, 1.3, 36, 1.28, 40, 1.29, 56, 1.28, 97, 1.27, 98, 1.26, 101, 1.27, 102, 1.26, 104, 1.27, 106, 1.26, 107, 1.27, 110, 1.26, 111, 1.27, 1.26]
  };

var fertigo = {
  src: '../swfs/fertigo.swf'
};
var kontrapunkt = {
  src: '../swfs/kontrapunkt.swf'
};
var liberationserif = {
  src: '../swfs/liberation-serif.swf'
};
var palatino = {
  src: '../swfs/palatino.swf'
};
var spreadshirt = {
  src: '../swfs/spreadshirt.swf'
};

//Istället för DomReady
sIFR.useStyleCheck = true;
//Activate fonts
sIFR.activate(trajan);


//Replace fonts
sIFR.replace(trajan, {
  selector: 'h1.blue'
  ,css: [
      '.sIFR-root { font-weight:normal; color:#20226c; leading: -10;}'
	  ,'em { font-style:italic; }'
      ,'strong { font-weight:bold; color:#333333; }'
      ]
  ,wmode: 'transparent'
  ,tuneHeight:-4
  ,filters: {
      DropShadow: {
        knockout: false
        ,distance: 4
		,alpha:0.12
        ,color: '#19070b'
        ,strength: 1
      }
    }
});

sIFR.replace(trajan, {
  selector: 'h1.bluec'
  ,css: [
      '.sIFR-root { text-align:center; font-weight:normal; color:#20226c; leading: -14;}'
	  ,'em { font-style:italic; }'
      ,'strong { font-weight:bold; color:#333333; }'
      ]
  ,wmode: 'transparent'
  ,tuneHeight:-4
  ,filters: {
      DropShadow: {
        knockout: false
        ,distance: 5
		,alpha:0.13
        ,color: '#19070b'
        ,strength: 1
      }
    }
});


sIFR.replace(trajan, {
  selector: 'h1.white'
  ,css: [
      '.sIFR-root { font-weight:normal; color:#f6f6f6; leading: -10;}'
	  ,'em { font-style:italic; }'
      ,'strong { font-weight:bold; color:#ffffff; }'
      ]
  ,wmode: 'transparent'
  ,tuneHeight:-4
});
//sIFR.debug.ratios( trajan, {selector: '#theSlides div h1' });