var Humanist777 = {
	src: '/flash/sifr.swf'
	,ratios: []
};
sIFR.fromLocal = true;

// sIFR.domains = ['novemberborn.net'] // Don't check for domains in this demo
sIFR.activate(Humanist777);


sIFR.replace(Humanist777, {
	selector: '#landing-content h1'
	,wmode: 'transparent'
	,css: [
		'.sIFR-root { font-weight: bold; font-size: 22px; color: #4E68A3; }'
	]
});

sIFR.replace(Humanist777, {
	selector: '#landing-content h2'
	,wmode: 'transparent'
	,css: [
		'.sIFR-root { font-weight: bold; leading: 14; font-size: 14px; color: #828284; }'
		,'a { color: #4b649c;text-decoration: none; }'
		,'a:hover { color: #4b649c;text-decoration: underline; }'
	]
});
sIFR.replace(Humanist777, {
	selector: '#landing-ateam h3'
	,wmode: 'transparent'
	,tuneHeight: -4
	,css: [
		'.sIFR-root { font-weight: bold; font-size: 18px; color: #4E68A3; }'
		,'a { color: #4b649c;text-decoration: none; }'
		,'a:hover { color: #4b649c;text-decoration: underline; }'
	]
});
sIFR.replace(Humanist777, {
	selector: '#landing-news h3'
	,wmode: 'transparent'
	,tuneHeight: -4
	,css: [
		'.sIFR-root { font-weight: bold; font-size: 18px; color: #4E68A3; }'
		,'a { color: #4b649c;text-decoration: none; }'
		,'a:hover { color: #4b649c;text-decoration: underline; }'
	]
});
sIFR.replace(Humanist777, {
	selector: '#tertiary-content h1'
	,wmode: 'transparent'
	,tuneHeight: -4
	,css: [
		'.sIFR-root { font-weight: bold; leading: 0; font-size: 22px; color: #4E68A3; }'
	]
});
sIFR.replace(Humanist777, {
	selector: '#secondary-content h1'
	,wmode: 'transparent'

	,css: [
		'.sIFR-root { font-weight: bold; leading: 0; font-size: 22px; color: #4E68A3; }'
	]
});
sIFR.replace(Humanist777, {
	selector: '#right-column-content h3'
	,wmode: 'transparent'
	,css: [
		'.sIFR-root { font-weight: bold; leading: 0; font-size: 16px; color: #4E68A3; }'
	]
});
/*background-color: #2b2b2b;*/
