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

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

sIFR.replace(CaeciliaRoman, {
	selector: '.post h2'
	,css: [
		'.sIFR-root { color: #d3c787; background-color: #121212; }'
		,'a { text-decoration: none; }'
		,'a:link { color: #f1e7af; }'
		,'a:hover { color: #ffffff; }'
	]
	,tuneHeight: -2
});