var garamond = {
	src: 'http://www.16th-floor.nl/tools/sifr3-r436/garamond.swf'
	,ratios: [7, 1.47, 8, 1.37, 11, 1.39, 14, 1.37, 16, 1.33, 23, 1.32, 27, 1.31, 28, 1.3, 31, 1.29, 34, 1.3, 36, 1.28, 40, 1.29, 56, 1.28, 66, 1.27, 67, 1.28, 97, 1.27, 98, 1.26, 101, 1.27, 102, 1.26, 104, 1.27, 106, 1.26, 107, 1.27, 110, 1.26, 111, 1.27, 1.26]
};
var fSize = '25px';
sIFR.activate(garamond);

/*
sIFR.debug.ratios (garamond, {selector: '.sifrblack'});
*/

sIFR.replace (garamond, {
	selector: '.sifrblue'
	,css: {'.sIFR-root': { 'color': '#0000ff', 'font-size': fSize }}
	,color: '#000000'
	,wmode: 'transparent'
	,selectable: false
	,filters: {
		DropShadow: {
			knockout: false
			,distance: 1
			,strength: 1
			,color: '#000000'
		}
	}
});

sIFR.replace (garamond, {
	selector: '.sifrblack'
	,css: {'.sIFR-root': { 'color': '#000000', 'font-size': fSize }}
	,color: '#000000'
	,wmode: 'transparent'
	,selectable: false
	,filters: {
		DropShadow: {
			knockout: false
			,distance: 1
			,strength: 1
			,color: '#000000'
		}
	}
});

sIFR.replace (garamond, {
	selector: '.sifrorange'
	,css: {'.sIFR-root': { 'color': '#00ff00', 'font-size': fSize }}
	,color: '#000000'
	,wmode: 'transparent'
	,selectable: false
	,filters: {
		DropShadow: {
			knockout: false
			,distance: 1
			,strength: 1
			,color: '#000000'
		}
	}
});

sIFR.replace (garamond, {
	selector: '.art-PostHeader'
	,css: {'.sIFR-root': { 'color': '#1B2C4B', 'font-size': fSize }}
	,wmode: 'transparent'
	,selectable: false
});