var MyriadPro = {
	src: Workspace.RootUrl+'swf/fonts/MyriadPro.swf'
};

sIFR.debugMode = true;
// sIFR.domains = [''] // Don't check for domains in this demo
sIFR.activate(MyriadPro);

sIFR.replace(MyriadPro, {
	selector: '.post.first H2'
	,css: [
	'.sIFR-root { background-color: none; font-size: 38px; line-height: 33px; color: #084B6B; }'
	,'a { color: #084B6B; text-decoration: none; }'
	,'a:link { color: #084B6B; }'
	,'a:hover { color: #775615; }'
	]
	,wmode: 'transparent'
	,tuneHeight: -4
	});
	
sIFR.replace(MyriadPro, {
	selector: '.post H2'
	,css: [
	'.sIFR-root { background-color: none; font-size: 30px; line-height: 26px; color: #084B6B; }'
	,'a { color: #084B6B; text-decoration: none; }'
	,'a:link { color: #084B6B; }'
	,'a:hover { color: #775615; }'
	]
	,wmode: 'transparent'
	,tuneHeight: -4
	});
