// FONT DEFINITIONS -----------------------------------------------
var rockwell = { src: '/resources/flash/sifr_rockwell.swf' };


// ACTIVATION -----------------------------------------------------
sIFR.activate(rockwell);
//    sIFR.activate(futura, garamond, rockwell);


// REPLACEMENTS ---------------------------------------------------

// H2 HEADINGS 
sIFR.replace(rockwell, {
  selector: 'h2',
  css: ['.sIFR-root { background-color: #000000; color: #ffffff; }', 'a:link { color: #ffffff; text-decoration: none; background: #000000;}','a:hover { color: #a5a5a5; cursor: pointer; background: #000000}'],
  wmode: 'transparent'
});


// H3 HEADINGS 
sIFR.replace(rockwell, {
  selector: 'h3.pink',
  css: '.sIFR-root { background-color: #000000; color: #cb288c; }',
  wmode: 'transparent'
});

sIFR.replace(rockwell, {
  selector: 'h3.orange',
  css: '.sIFR-root { background-color: #000000; color: #cba728; }',
  wmode: 'transparent'
});

sIFR.replace(rockwell, {
  selector: 'h3.green',
  css: '.sIFR-root { background-color: #000000; color: #9fcb28; }',
  wmode: 'transparent'
});

sIFR.replace(rockwell, {
  selector: 'h3',
  css: '.sIFR-root { background-color: #000000; color: #ffffff; }',
  wmode: 'transparent'
});


// TITLE LINKS 
sIFR.replace(rockwell, {
  selector: '.title_link',
  css: [ '.sIFR-root {}', 'a:link { color: #ffffff; text-decoration: none; background: #000000;}','a:hover { color: #a5a5a5; cursor: pointer; background: #000000}' ],
  wmode: 'transparent'
});
