var bigcaslon = {
	src: '/_css/big-caslon.swf',
	wmode: 'transparent',
    filters: {
        DropShadow: {
            knockout: false,
            distance: 5,
            color: '#000000',
            strength: 0.8,
            blurX: 10,
            blurY: 10
        }
    },
	ratios: [8, 1.41, 10, 1.32, 11, 1.31, 15, 1.29, 16, 1.28, 24, 1.26, 27, 1.24, 33, 1.23, 36, 1.22, 37, 1.23, 48, 1.22, 52, 1.21, 53, 1.22, 80, 1.21, 84, 1.2, 85, 1.21, 89, 1.2, 90, 1.21, 1.2]
};	

var georgia = {
	src: '/_css/georgia.swf',
	wmode: 'transparent',
    filters: {
        DropShadow: {
            knockout: false,
            distance: 5,
            color: '#000000',
            strength: 0.8,
            blurX: 10,
            blurY: 10
        }
    },
	ratios: [7, 1.32, 8, 1.31, 12, 1.27, 20, 1.22, 28, 1.19, 30, 1.17, 31, 1.18, 45, 1.17, 61, 1.16, 62, 1.15, 65, 1.16, 66, 1.15, 67, 1.16, 109, 1.15, 110, 1.14, 116, 1.15, 117, 1.14, 122, 1.15, 1.14]	
};
var georgiaNoShadow = {
	src: '/_css/georgia.swf',
	wmode: 'transparent',
	ratios: [7, 1.32, 8, 1.31, 12, 1.27, 20, 1.22, 28, 1.19, 30, 1.17, 31, 1.18, 45, 1.17, 61, 1.16, 62, 1.15, 65, 1.16, 66, 1.15, 67, 1.16, 109, 1.15, 110, 1.14, 116, 1.15, 117, 1.14, 122, 1.15, 1.14]
};
sIFR.activate(bigcaslon);
sIFR.replace(bigcaslon, {
	selector: '#content #primary h1'
	,wmode: ("transparent")
	,css: [
	  '.sIFR-root {color: #ffffff}'
	  ,'a {line-height: 1em;color: #FFBB00;cursor:pointer;text-decoration: none}'
	  ,'a:link { color: #FFBB00; }'
	  ,'a:hover { color: #FFBB00;text-decoration: underline }'
	]
});
sIFR.replace(georgiaNoShadow, {
	selector: '#footer h2',
	css: '.sIFR-root { line-height: 1em;color: #382700;border-bottom: none;padding-bottom: 0;}'	
});
sIFR.replace(georgia, {
	selector: '#primary div.post h2.post-title'
	,wmode: ("transparent")
	,css: [
	  '.sIFR-root {color: #FFBB00;}'
	  ,'a {line-height: 1em;color: #FFBB00;cursor:pointer;text-decoration: none}'
	  ,'a:link { color: #FFBB00; }'
	  ,'a:hover { color: #FFBB00;text-decoration: underline }'
	]
});
sIFR.replace(georgia, {
	selector: '#secondary h2, #respond h2',
	css: '.sIFR-root { line-height: 1em;color: #FFBB00;border-bottom: 1px solid #223354;}'	
});
sIFR.replace(georgia, {
	selector: '#secondary h3',
	css: '.sIFR-root { line-height: 1em;color: #D4CEB4;border-bottom: 1px solid #223354;}'	
});
