var MemphisBold = {
	src: themeDirectory + 'swf/fonts/MemphisBold.swf'
};

sIFR.useStyleCheck = true;
sIFR.activate(MemphisBold);

sIFR.replace(MemphisBold, {
	selector: '#content.home h2'
	,css: [
		'.sIFR-root { color: #222222; font-weight: normal; background-color: none; font-size: 24px }'
		,'a { text-decoration: none; }'
		,'a:link { color: #000000; }'
		,'a:hover { color: #000000; }'
	]
	,tuneHeight: -6
	,wmode: 'transparent'
});

sIFR.replace(MemphisBold, {
	selector: '#content .title h2'
	,css: [
		'.sIFR-root { color: #222222; font-weight: normal; background-color: none; font-size: 28px }'
		,'a { text-decoration: none; }'
		,'a:link { color: #000000; }'
		,'a:hover { color: #000000; }'
	]
	,tuneHeight: -6
	,wmode: 'transparent'
});

sIFR.replace(MemphisBold, {
	selector: '#footer h4'
	,css: [
		'.sIFR-root { color: #969686; font-weight: normal; background-color: none; font-size: 18px; }'
	]
	,tuneHeight: -3
	,wmode: 'transparent'
});