var font = {
	src: 'http://www.orangutanstudio.com/media/sifr.swf'
};

sIFR.activate(font); // From revision 209 and onwards

sIFR.replace(font, {
	selector: '.home .main-content h1',
	wmode: "transparent",
	thickness: 10,
	css: {
		'.sIFR-root': {
			'color': '#45530C',
			'leading':'0'
		},
		'em': {
			'color': '#91B211',
			'font-style': 'normal',
			'display':'block',
			'leading':'1'
		}
	}
});

sIFR.replace(font, {
	selector: '.project .main-content h1',
	wmode: "transparent",
	thickness: 10,
	css: {
		'.sIFR-root': {
			'color': '#45530C',
			'leading':'0'
		},
		'em': {
			'color': '#91B211',
			'font-style': 'normal',
			'display':'block',
			'leading':'1'
		}
	}
});

sIFR.replace(font, {
	selector: '.our-work .main-content h1',
	wmode: "transparent",
	thickness: 10,
	css: {
		'.sIFR-root': {
			'color': '#91B211',
			'leading':'0'
		},
		'em': {
			'color': '#45530C',
			'font-style': 'normal',
			'display':'block',
			'leading':'1'
		}
	}
});

sIFR.replace(font, {
	selector: '.about-us .main-content h1',
	wmode: "transparent",
	thickness: 10,
	css: {
		'.sIFR-root': {
			'color': '#91B211',
			'leading':'0'
		},
		'em': {
			'color': '#45530C',
			'font-style': 'normal',
			'display':'block',
			'leading':'1'
		}
	}
});

sIFR.replace(font, {
	selector: '.sitemap .main-content h1',
	wmode: "transparent",
	thickness: 10,
	css: {
		'.sIFR-root': {
			'color': '#91B211',
			'leading':'0'
		},
		'em': {
			'color': '#45530C',
			'font-style': 'normal',
			'display':'block',
			'leading':'1'
		}
	}
});

sIFR.replace(font, {
	selector: '.accessibility .main-content h1',
	wmode: "transparent",
	thickness: 10,
	css: {
		'.sIFR-root': {
			'color': '#91B211',
			'leading':'0'
		},
		'em': {
			'color': '#45530C',
			'font-style': 'normal',
			'display':'block',
			'leading':'1'
		}
	}
});

sIFR.replace(font, {
	selector: '.terms .main-content h1',
	wmode: "transparent",
	thickness: 10,
	css: {
		'.sIFR-root': {
			'color': '#91B211',
			'leading':'0'
		},
		'em': {
			'color': '#45530C',
			'font-style': 'normal',
			'display':'block',
			'leading':'1'
		}
	}
});




sIFR.replace(font, {
	selector: '.home .sub-content h3',
	wmode: "transparent",
	thickness: 100,
	tuneHeight: -1,
	css: {
		'.sIFR-root': {
			'color': '#45530C',
			'letter-spacing': '0.27'
		}
	}
});

sIFR.replace(font, {
	selector: '.main-content .content h3',
	wmode: "transparent",
	thickness: 100,
	tuneHeight: -1,
	css: {
		'.sIFR-root': {
			'color': '#45530C',
			'letter-spacing': '0.27'
		}
	}
});
