var archer = {
  src: '/swf/sifr_book.swf'
};

var archer_it = {
  src: '/swf/sifr-book-italic.swf'
};

sIFR.activate(archer, archer_it);

sIFR.replace(archer_it, {
  selector: '#recipe_title h1, .recipe_small h1'
  ,css: {
  	'.sIFR-root': { 'color': '#ffffff'}
    }
    ,wmode: 'transparent'
});

sIFR.replace(archer, {
  selector: 'h1'
  ,css: {
  	'.sIFR-root': { 'color': '#a5121e' }
    }
    ,wmode: 'transparent'
});

sIFR.replace(archer_it, {
  selector: 'h3.cmt'
  ,css: {
  	'.sIFR-root': { 'color': '#166574'}
    }
    ,wmode: 'transparent'
});

sIFR.replace(archer, {
  selector: '#footer h4'
  ,css: {
  	'.sIFR-root': { 'color': '#ffffff'}
    }
    ,wmode: 'transparent'
});

/*sIFR.replace(berthold, {
  selector: 'h1'
  ,css: {
  	'.sIFR-root': { 'text-transform' : 'uppercase', 'color': '#666666' },
  	'a': { 'color': '#666666', 'text-decoration': 'none' },
  	'a:hover' : { 'color' : '#333333' }
    }
    ,wmode: 'transparent'
});*/


