Cufon.replace('h1, h2, h3, h4, h5, h6');
Cufon.replace('#header-content', { textShadow: '#fff 1px 1px 1px' });
Cufon.replace('h1', {
	color: '-linear-gradient(#383838, #1f1f1f)',
	textShadow: '#fff 1px 1px 1px'
});
Cufon.replace('#sidebar h4.widget-header', {
	color: '-linear-gradient(#d6d4cf, #c4c2bc)',
	textShadow: '#fff 1px 1px 1px'
});
