Cufon.replace('h1', {
	textShadow: '0 1px rgba(255, 255, 255, 0.9)'
	});
Cufon.replace('h2', {
	textShadow: '0 1px rgba(255, 255, 255, 0.9)'
	});
Cufon.replace('h2 a, .about-widget h3, .widget h3', {
	textShadow: '0 1px rgba(255, 255, 255, 0.9)'
	});
Cufon.replace('h3, .main h3, .main-case-study h3, .slideshow-text h3, .services-promo h3', {
	textShadow: '0 1px rgba(255, 255, 255, 0.9)'
	});
Cufon.replace('blockquote', {
	textShadow: '0 1px rgba(255, 255, 255, 0.9)'
	});
Cufon.replace('p.about-large', {
	textShadow: '0 1px rgba(255, 255, 255, 0.9)'
	});
