var newsgothiccn = {
	src: "./files/flash/newsgothiccn.swf"
}
sIFR.activate(newsgothiccn);

function redrawSIFR() {

	sIFR.replace(newsgothiccn, {
		selector: ".purple .info h3",
		wmode: "transparent",
		css: [
		'.sIFR-root { color: #FFFFFF; font-weight: bold; text-transform: uppercase; background: #621A4B; }'
		]
	});
	
	sIFR.replace(newsgothiccn, {
		selector: ".dark-grey .info h3",
		wmode: "transparent",
		css: [
		'.sIFR-root { color: #FFFFFF; font-weight: bold; text-transform: uppercase; }'
		]
	});	

	sIFR.replace(newsgothiccn, {
		selector: ".grey .info h3",
		wmode: "transparent",
		css: [
		'.sIFR-root { color: #000000; font-weight: bold; text-transform: uppercase; }'
		]
	});	

	sIFR.replace(newsgothiccn, {
		selector: ".beige .info h3",
		wmode: "transparent",
		css: [
		'.sIFR-root { color: #000000; font-weight: bold; text-transform: uppercase; }'
		]
	});	

	/*sIFR.replace(newsgothiccn, {
		selector: "#links ul li.not-current",
		wmode: "transparent",
		css: [
		'a { font-weight: bold; text-align: right; color: #000; text-decoration: none;}',
		'a:link { color: #666666; text-decoration: none; }',
		'a:hover { color: #000000; text-decoration: underline; }'
		]
	});*/

	/*sIFR.replace(newsgothiccn, {
		selector: "#sidebar ul li.not-current",
		wmode: "transparent",
		css: [
		'a:link { color: #666666; text-decoration: none; }',
		'a:hover { color: #000000; text-decoration: underline; }'
		]
	});

	sIFR.replace(newsgothiccn, {
		selector: "#sidebar ul li.current",
		wmode: "transparent",
		css: [
		'a:link { font-weight: bold; color: #000000; text-decoration: none; }',
		'a:hover { font-weight: bold; color: #000000; text-decoration: underline; }'
		]
	});*/

	/*sIFR.replace(newsgothiccn, {
		selector: "#main-work h2",
		wmode: "transparent",
		css: [
		'.sIFR-root { font-weight: normal; color: #000000; }',
		'strong { font-weight: bold; }'
		]
	});*/

	/*sIFR.replace(newsgothiccn, {
		selector: "#main-work h3",
		wmode: "transparent",
		css: [
		'.sIFR-root { text-transform: uppercase; color: #000000; }'
		]
	});*/

	/*sIFR.replace(newsgothiccn, {
		selector: "#main-person h2",
		wmode: "transparent",
		css: [
		'.sIFR-root { text-transform: uppercase; font-weight: bold; color: #621a4b; }',
		'em { font-weight: normal; font-style: normal; color: #915e81; }'
		]
	});*/

	/*sIFR.replace(newsgothiccn, {
		selector: "#main-person .job-title",
		wmode: "transparent",
		css: [
		'.sIFR-root { text-transform: uppercase; color: #999999; }'
		]
	});*/

	/*sIFR.replace(newsgothiccn, {
		selector: "#main-person blockquote",
		wmode: "transparent",
		css: [
		'.sIFR-root { color: #999999; }'
		]
	});*/
	
	sIFR.replace(newsgothiccn, {
		selector: "#quote h2",
		wmode: "transparent",
		css: [
		'.sIFR-root { color: #000000; font-weight: bold; }'
		]
	});	
}

redrawSIFR();


