/* Mike Shinoda */
/* Wine Skin - siFR Configurations
----------------------------------------------------------------------------- */


var helvetica = {

	src: wbrHost + 'flash/helvetica.swf'

};

sIFR.prefetch(helvetica);
sIFR.activate();


/* Replaced Selectors
----------------------------------------------------------------------------- */

function replace() {

	sIFR.replace(helvetica, {
	
		selector: '#content div.widget-editorial h4, #music ul.clips li > div > a, #song h3, #song dt',
		wmode: 'transparent',
		css: ['.sIFR-root { color: #000000; text-decoration: none; text-transform: uppercase; }', 'a { color: #000000; text-decoration: none; }', 'a:hover { color: #000000; text-decoration: none; }']
	
	});
	
	sIFR.replace(helvetica, {
	
		selector: '#content div.widget-tag h3',
		wmode: 'transparent',
		css: ['.sIFR-root { color: #ffffff; text-decoration: none; text-transform: uppercase; }', 'a { color: #000000; text-decoration: none; }', 'a:hover { color: #000000; text-decoration: none; }']
	
	});	
	
	sIFR.replace(helvetica, {
	
		selector: 'div.widget-photo h4',
		wmode: 'transparent',
		css: ['.sIFR-root { color: #000000; text-transform: uppercase; }']
	
	});
	
	sIFR.replace(helvetica, {
	
		selector: 'div.tags strong',
		wmode: 'transparent',
		css: ['.sIFR-root { color: #7d0052; text-transform: uppercase; }']
	
	});
	
	sIFR.replace(helvetica, {
	
		selector: 'div.widget-account h3', 
		wmode: 'transparent',
		css: ['em { font-style: normal }', '.sIFR-root { color: #000000; text-decoration: none; text-transform: uppercase; }']
	
	});
	
	
	sIFR.replace(helvetica, {
	
		selector: 'div.widget-comment.modify h3, div.widget-comment.browse h3, #prompt h3, #comments var', 
		wmode: 'transparent',
		css: ['em { font-style: normal }', '.sIFR-root { color: #000000; text-decoration: none; text-transform: uppercase; visibility: visible; }']
	
	});

}