var calibri = {
	src: '/swf/calibri.swf'
};

sIFR.activate(calibri);


// sIFR.replace(calibri, {
//   selector: 'h2.content-title',
//   transparent: true, 
//   filters: { DropShadow: { blurY: 2, blurX: 2, alpha: 100, color: '#000000', distance: 1 }},
//   css: {'.sIFR-root' : {'font-style' : 'italic', 'color' : '#00467f', 'font-size' : '30px' }},
//   thickness: -70
// });

sIFR.replace(calibri, {
  selector: 'h2.content-title',
  transparent: true,
  filters: { DropShadow: { blurY: 2, blurX: 2, alpha: 1, color: '#666', distance: 1 }},
  css: {'.sIFR-root' : {'color' : '#00467f', 'font-size' : '40px' }}
});


sIFR.replace(calibri, {
  selector: 'h3',
  transparent: true,
  filters: { DropShadow: { blurY: 2, blurX: 2, alpha: 1, color: '#666', distance: 1 }},
  css: {'.sIFR-root' : {'color' : '#754923', 'font-size' : '26px', 'text-align' : 'center'}}
});

sIFR.replace(calibri, {
  selector: '.picture-header h2',
  transparent: true,
  css: {'.sIFR-root' : {'color' : '#faeadd', 'font-size' : '45px', 'text-align' : 'right'}}
});