var cooper = {
      src: '/flash/sifr_cooper.swf'
};

var chalk = {
      src: '/flash/sifr_chalk.swf'
};
 
sIFR.activate(cooper);
 
 sIFR.replace(cooper, {
      selector: 'h1#eNews',
	  css: [
      '.sIFR-root { font-size:36px; font-weight: bold; color:#da39af; margin: 10px 20px 0px 20px;}'
      ],
      wmode: 'transparent'
});
 
 
sIFR.replace(cooper, {
      selector: '#leftWorkshopsContentNav h3',
	  css: [
      '.sIFR-root { font-size:16px; font-weight: bold; color:#2f5f03; margin: 10px 20px 0px 20px;}'
      ],
      wmode: 'transparent'
});

sIFR.replace(cooper, {
      selector: '#rightTab a',
	  css: [
      '.sIFR-root { font-size:18px; font-weight:normal; color:#ffffff; height: 40px; margin: 0px 0px 0px 0px; padding: 10px 0px 0px 10px; text-align:center; }'
      ],
      wmode: 'transparent'
});

sIFR.replace(cooper, {
      selector: '#leftTab a',
	  css: [
      '.sIFR-root { font-size:18px; font-weight:normal; color:#ffffff; height: 40px; margin: 0px 0px 0px 0px; padding: 10px 0px 0px 10px; text-align:center; }'
      ],
      wmode: 'transparent'
});

sIFR.replace(cooper, {
      selector: '#leftAboutContent h2',
	  css: [
      '.sIFR-root { margin: 10px 20px 0px 20px; color: #ffffff; font-size: 16px; font-weight: bold; }'
      ],
      wmode: 'transparent'
});

sIFR.replace(cooper, {
      selector: '#workshopsContent h2',
	  css: [
      '.sIFR-root { color: #fdbb08; font-size: 18px; line-height: 20px; font-weight: bold;}'
      ],
      wmode: 'transparent'
});

sIFR.replace(cooper, {
      selector: '#leftPresentersContent h3',
	  css: [
      '.sIFR-root { margin: 20px 20px 0px 20px; color: #ffffff; font-weight: bold; text-align:left; }'
      ],
      wmode: 'transparent'
});

sIFR.replace(cooper, {
      selector: '#newscontent h2',
	  css: [
      '.sIFR-root { color: #ffffff; font-size: 18px; font-weight: bold; margin: 0px 15px;}'
      ],
      wmode: 'transparent'
});

sIFR.replace(cooper, {
      selector: '#social h2, #community h2, #stuff h2',
	  css: [
      '.sIFR-root { color: #ffffff; font-size: 12px; font-weight: normal; margin: 0px 4px; text-align:left;}'
      ],
      wmode: 'transparent'
});

sIFR.replace(chalk, {
      selector: '#forTeachersContent h1',
	  css: [
      '.sIFR-root { color: #ffffff; font-size: 32px; font-weight: bold;}'
      ],
      wmode: 'transparent'
});

sIFR.replace(chalk, {
      selector: '#presentersLeftInternalNav h3',
	  css: [
      '.sIFR-root { color: #ffffff; font-size: 25px; text-align:center;}'
      ],
      wmode: 'transparent'
});

sIFR.replace(cooper, {
      selector: 'h3.showsLeftNavi',
	  css: [
      '.sIFR-root { color: #ffffff; font-size: 18px; font-weight: bold; margin-left: 2px;}'
      ],
      wmode: 'transparent'
});

sIFR.replace(cooper, {
      selector: '#showsInnerContent1 h2, #showsInnerContent2 h2, #showsInnerContent3 h2,',
	  css: [
      '.sIFR-root { color: #0b2265; font-size: 20px; font-weight: bold; margin-left: 2px;}'
      ],
      wmode: 'transparent'
});

/*sIFR.replace(cooper, {
      selector: '#menu ul li',
      css: [
      '.sIFR-root { font-size:12px; font-weight:normal; color:#ffffff; text-decoration: none; text-transform: uppercase;}'
      ],
     wmode: 'transparent'
});*/