var akzidenz_md = {
  src: '/sifr/akzidenz_md.swf'
};

var akzidenz_rom = {
  src: '/sifr/akzidenz_rom.swf'
};

/* The other available weights here 
var akzidenz_bold = {
  src: '/sifr/akzidenz_bold.swf'
};

var akzidenz_lt = {
  src: '/sifr/akzidenz_lt.swf'
};
*/

/* Only allow these domains to load the font files. Last one is my local web server */
sIFR.domains = ['*.thinkso.com', 'thinkso.com', '192.168.1.28', '*.snetman.com', 'snetman.com', '192.168.0.100'];

/* Activate the fonts I need here */
sIFR.activate(akzidenz_md, akzidenz_rom);
/*sIFR.activate(akzidenz_md, akzidenz_lt, akzidenz_rom, akzidenz_bold);*/

/* The styles for the replaced fonts */
 sIFR.replace(akzidenz_md, {
    selector: '#content h1'
    ,css: [
      '.sIFR-root { color:#f70f34; leading: 5; }'
      /*
       letter-spacing: -.5;
      ,'a { text-decoration: none; }'
      ,'a:link { color: #000000; }'
      ,'a:hover { color: #CCCCCC; }'
      */
    ]
  });
  /* used for blog posts */
   sIFR.replace(akzidenz_md, {
    selector: '#content h5'
    ,css: [
      '.sIFR-root { color:#f70f34; leading: 5; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #f70f34; }'
      ,'a:hover { color: #f70f34; text-decoration: underline; }'
    ]
  });
  
  sIFR.replace(akzidenz_rom, {
    selector: '#content h2'
    ,css: [
      '.sIFR-root { color:#f70f34; leading: 5; }'
    ]
  });