//SIFR STYLES
var myriadpro_small = {
	src: '/resource/flash/myriadpro_small.swf'
};

var myriadpro_plain = {
	src: '/resource/flash/myriadpro_plain.swf'
};

sIFR.activate(myriadpro_small);

sIFR.activate(myriadpro_plain);

sIFR.replace(myriadpro_small, {
	selector: 'h1, #domainSearch h3, #featuredProject h3, #newsletter h3'
	,wmode: "transparent"
	,fitExactly: true
	,css: '.sIFR-root { color: #a55b15; text-transform: uppercase; } strong { font-style: normal; font-weight: bold; }'		
	,filters: {
		DropShadow: {
			knockout: false
			,distance: 0
			,color: '#FFFFFF'
			,strength: 2 } 
	}
});

sIFR.replace(myriadpro_plain, {
	selector: '#loginBox h3'
	,wmode: "transparent"
	,fitExactly: true
	,css: '.sIFR-root { color: #FFFFFF; text-transform: uppercase; } strong { font-style: normal; font-weight: bold; }'		
	,filters: {
		DropShadow: {
			knockout: false
			,distance: 0
			,color: '#a55b15'
			,strength: 2 } 
	}
});