var sifrText = { src: '../AppleGaramond.swf', wmode: 'transparent' };
var sifrText2 = { src: '../Ogirema.swf', wmode: 'transparent' };

sIFR.useStyleCheck = true;

sIFR.activate(sifrText);

sIFR.replace(sifrText, {
  selector: 'h1',
  css: [
    '.sIFR-root {color: #666; background-color: transparent; letter-spacing:1;  font-size:40px; }'
    ,'a { color: #666; background-color: transparent; text-decoration: none; }'
    ,'a:link { color: #666; background-color: transparent; text-decoration: none ; }'
    ,'a:hover { color: #666; background-color: transparent; text-decoration: none ; }'
    ,'a:focus { color: #666; background-color: transparent; text-decoration: none ; }'    
  ]
});

sIFR.replace(sifrText, {
  selector: 'h2',
  css: [
    '.sIFR-root {color: #666; background-color: transparent; letter-spacing:1;  }'
    ,'a { color: #666; background-color: transparent; text-decoration: none; }'
    ,'a:link { color: #666; background-color: transparent; text-decoration: none ; }'
    ,'a:hover { color: #666; background-color: transparent; text-decoration: none ; }'
    ,'a:focus { color: #666; background-color: transparent; text-decoration: none ; }'    
  ]
});

sIFR.replace(sifrText2, {
  selector: '#sidebar h3',
  css: [
    '.sIFR-root {color: #000000; background-color: transparent; letter-spacing:1;  }'
    ,'a { color: #000; background-color: transparent; text-decoration: none; }'
    ,'a:link { color: #000; background-color: transparent; text-decoration: none ; }'
    ,'a:hover { color: #000; background-color: transparent; text-decoration: none ; }'
    ,'a:focus { color: #000; background-color: transparent; text-decoration: none ; }'    
  ]
});

