sIFR.activate(tg);
 
sIFR.replace(tg, {
      selector: '.entry-title',
     css: [
        '.sIFR-root { color:#f2f0f0; font-size: 20px; text-transform: uppercase; leading: -2; margin-bottom: -8px;}',
        'a {color: #f2f0f0; text-decoration: none;}',
        'a:hover {color: #E0E0E0;}'
        ],
      wmode: 'transparent'
});

sIFR.replace(tg, {
      selector: '#content .aside h3, #footer .aside h3, #main .aside h3',
     css: [
        '.sIFR-root { color:#f2f0f0; font-size: 18px; text-transform: uppercase;}',
        ],
      wmode: 'transparent'
});
sIFR.replace(tg, {
      selector: '#respond h3, .comments h3, #content h2, #wp-calendar caption, h1.page-title',
     css: [
        '.sIFR-root { color:#f2f0f0; font-size: 16px; text-transform: uppercase;}',
        ],
      wmode: 'transparent'
});
sIFR.replace(tg, {
      selector: '#blog-title',
     css: [
        '.sIFR-root { color:#f2f0f0; font-size: 40px; text-transform: uppercase;letter-spacing: -1}',
		'a {color: #f2f0f0; text-decoration: none; }',
        'a:hover {color: #E0E0E0;}'
        ],
      wmode: 'transparent'
});