//var rockwellbold = {
//      src: 'wp-content/themes/junction/sifr/flash/rockwellbold.swf'
//};
 
sIFR.activate(avenir);
 
sIFR.replace(avenir, {
      selector: '.entry-title',
     css: [
        '.sIFR-root { color:#403e39; font-size: 24px; text-transform: uppercase;}',
        'a {color: #403e39; text-decoration: none; }',
        'a:hover {color: #403e39; text-decoration: underline; }'
        ],
      wmode: 'transparent'
});

sIFR.replace(avenir, {
      selector: '.page-title',
     css: [
        '.sIFR-root { color:#403e39; font-size: 28px; text-transform: uppercase;}',
        'a {color: #403e39; text-decoration: none; }',
        'a:hover {color: #403e39; text-decoration: underline; }'
        ],
      wmode: 'transparent'
});

sIFR.replace(avenir, {
      selector: '#main .aside h3',
     css: [
        '.sIFR-root { color:#403e39; font-size: 18px; text-transform: uppercase;}',
        'a {color: #403e39; text-decoration: none; }',
        'a:hover {color: #403e39; text-decoration: underline; }'
        ],
      wmode: 'transparent'
});

sIFR.replace(avenir, {
      selector: '#footer .aside h3',
     css: [
        '.sIFR-root { color:#403e39; font-size: 18px; text-transform: uppercase;}',
        'a {color: #403e39; text-decoration: none; }',
        'a:hover {color: #403e39; text-decoration: underline; }'
        ],
      wmode: 'transparent'
});