// sifr styling 
var glypha = {
	src: '/flash/glypha.swf'
};

// sifr3 power activate!
sIFR.activate(glypha);

sIFR.replace(glypha, {
	selector: '#main h1'
	,css: [
	'.sIFR-root { font-size: 20px; color:#560a38; font-weight: bold; }'
	]
	,offsetTop: '-2'
	,tuneHeight: '0'
	,wmode: 'transparent'
});

sIFR.replace(glypha, {
	selector: '.contact h1'
	,css: [
	'.sIFR-root { font-size: 20px; color:#560a38; font-weight: bold; }'
	]
	,offsetTop: '-2'
	,tuneHeight: '0'
	,wmode: 'transparent'
});

sIFR.replace(glypha, {
	selector: 'h2.heading-conversation'
	,css: [
	'.sIFR-root { font-size: 20px; color:#bc206a; font-weight: bold; }'
	,'a { color: #bc206a; text-decoration:none; }'
	,'a:link { color: #bc206a }'
	,'a:hover { color: #790d4e }'
	]
	,offsetTop: '-2'
	,tuneHeight: '0'
	,wmode: 'transparent'
});

sIFR.replace(glypha, {
	selector: '#sidebar h3'
	,css: [
	'.sIFR-root { font-size: 16px; color:#790d4e; font-weight: bold; }'
	]
	,offsetTop: '-2'
	,tuneHeight: '0'
	,wmode: 'transparent'
});

sIFR.replace(glypha, {
	selector: 'h3.stay-in-touch'
	,css: [
	'.sIFR-root { font-size: 16px; color:#b71f67; font-weight: bold; }'
	]
	,offsetTop: '-2'
	,tuneHeight: '0'
	,wmode: 'transparent'
});

sIFR.replace(glypha, {
	selector: '.donationTypes h2'
	,css: [
	'.sIFR-root { font-size: 20px; color:#b71f67; font-weight: bold; }'
	]
	,offsetTop: '-2'
	,tuneHeight: '0'
	,wmode: 'transparent'
});