var rockwell = { src: '/blog/wp-content/themes/junction/sifr/flash/rockwell.swf' };
 
sIFR.activate(rockwell);
 
sIFR.replace(rockwell, {
      selector: '.entry-title',
     css: [
        '.sIFR-root { color:#5F548B; font-size: 28px; text-transform: uppercase; leading: -2; margin-bottom: -8px;}',
        'a {color: #5F548B; text-decoration: none;}',
        'a:hover {color: #7cbc1c;}'
        ],
      wmode: 'transparent'
});

sIFR.replace(rockwell, {
      selector: '#blog-title',
     css: [
        '.sIFR-root { color:#5F548B; font-size: 36px; text-transform: uppercase; leading: -9}',
        'a {color: #5F548B; text-decoration: none;}',
        'a:hover {color: #7cbc1c;}'
        ],
      wmode: 'transparent'
});


sIFR.replace(rockwell, {
      selector: '#main .aside h3',
     css: [
        '.sIFR-root { color:#5F548B; font-size: 16px; text-transform: uppercase;}',
        ],
      wmode: 'transparent'
});

sIFR.replace(rockwell, {
      selector: '#footer .aside h3',
     css: [
        '.sIFR-root { color:#5F548B; font-size: 16px; text-transform: uppercase;}',
        ],
      wmode: 'transparent'
});

sIFR.replace(rockwell, {
      selector: '#homepage2 .TwoColText h1',
     css: [
        '.sIFR-root { line-height: 1em; font-size: 1.5em;  text-transform: uppercase; color: #ffffff;}',
        'a {color: #ffffff; text-decoration: none;}',
        'a:hover {color: #7cbc1c;}'
        ],
      wmode: 'transparent'
});

sIFR.replace(rockwell, {
      selector: '#homepage2 .TwoColText h2',
     css: [
        '.sIFR-root { line-height: 1em; font-size: 1.5em;  text-transform: uppercase; color: #ffffff;}',
        'a {color: #ffffff; text-decoration: none;}',
        'a:hover {color: #7cbc1c;}'
        ],
      wmode: 'transparent'
});

sIFR.replace(rockwell, {
      selector: '#homepage2 .TwoColSidebar h2',
     css: [
        '.sIFR-root { line-height: 1em; font-size: 1.5em;  text-transform: uppercase; color: #5F548B;}',
        'a {color: #5F548B; text-decoration: none;}',
        'a:hover {color: #7cbc1c;}'
        ],
      wmode: 'transparent'
});
