/*
FOR COMPLETE INSTRUCTIONS ::
http://wiki.novemberborn.net/sifr3/How+to+use
*/

/*define the file you want to use*/
var myriadBoldcn = {
  src: '/wp-content/themes/filetonic/sifr/myriadBoldcn.swf'
};

/*
sIFR.prefetch(dinmittel);
tell sifr to load the movie file (for multiple files, use commas) - and activate the sifr
available ONLY with revision 209+ */
sIFR.activate(myriadBoldcn);


sIFR.replace(myriadBoldcn, {
  selector: '.header h3',
  	wmode: 'transparent',
  	css: { 
  		'.sIFR-root': { 'color': '#ffffff', 'background-color': 'transparent', 'font-size': '20px' }
  	}
});

sIFR.replace(myriadBoldcn, {
  selector: '.header h4',
  	wmode: 'transparent',
  	css: { 
  		'.sIFR-root': { 'color': '#ffffff', 'background-color': 'transparent', 'font-size': '13px' }
  	}
});

sIFR.replace(myriadBoldcn, {
  selector: '.toolTitle h2',
  	wmode: 'transparent',
  	css: { 
  		'.sIFR-root': { 'color': '#ffffff', 'font-size': '20px' }
  	}
});

sIFR.replace(myriadBoldcn, {
  selector: '.techjock-profiles .article h2',
  	wmode: 'transparent',
  	css: { 
  		'.sIFR-root': { 'color': '#ffffff', 'font-size': '20px' }
  	}
});

sIFR.replace(myriadBoldcn, {
  selector: '.resources .article h2.pagetitle',
  	wmode: 'transparent',
  	css: { 
  		'.sIFR-root': { 'color': '#ffffff', 'font-size': '20px' }
  	}
});

sIFR.replace(myriadBoldcn, {
  selector: 'h2.posttitle',
  	wmode: 'transparent',
  	css: { 
  		'.sIFR-root': { 'color': '#0B4C82', 'font-size': '20px' }
  	}
});