var main = {
  src: 'flash/trebuchet.swf'
};

sIFR.activate(main); 

sIFR.replace(main, {
  selector: 'h1'
    ,css: [
      '.sIFR-root {text-align: left; font-size: 22px; color: #8c0414; font-weight: bold;}' ,   
    ],  filters: {
        DropShadow: {
           distance: 1
          ,color: '#bcc5d0'
          ,strength: 3
          ,alpha: .6
          ,blurX: 2
          ,blurY: 5
        }
      }, wmode: 'transparent' 
});

sIFR.replace(main, {
  selector: '.sidebar h2'
    ,css: [
      '.sIFR-root { text-align: left; font-weight: bold; font-size: 18px; color: #0d2d90;}' ,     
    ], wmode: 'transparent'
});

sIFR.replace(main, {
  selector: '.sidebar h3'
    ,css: [
      '.sIFR-root { text-align: left; font-weight: bold; font-size: 18px; color: #0d2d90;}' ,     
    ], wmode: 'transparent'
}); 

sIFR.replace(main, {
  selector: '.sidebar h4'
    ,css: [
      '.sIFR-root { text-align: left; font-weight: bold; font-size: 18px; color: #0d2d90;}' ,     
    ], wmode: 'transparent'
});  

sIFR.replace(main, {
  selector: 'h2'
    ,css: [
      '.sIFR-root {text-align: left; font-size: 20px; color: #8c0414; font-weight: bold}' ,   
    ],  filters: {
        DropShadow: {
           distance: 1
          ,color: '#bcc5d0'
          ,strength: 3
          ,alpha: .6
          ,blurX: 2
          ,blurY: 5
        }
      }, wmode: 'transparent' 
});

sIFR.replace(main, {
  selector: 'h3'
    ,css: [
      '.sIFR-root { text-align: left; font-weight: normal; font-size: 18px; color: #65030e;}' ,     
    ], wmode: 'transparent'
});

