Cufon.replace('h2', {
	textShadow: '0 1px 0 #fff',
	hover: {
		color: '-linear-gradient(#000000, #8A959A)'
	}
});

Cufon.replace('h1', {
	textShadow: '0 1px 0 #fff',
	hover: {
		color: '-linear-gradient(#000000, #8A959A)'
	}
});

Cufon.replace('h3, h4', {
	textShadow: '0 1px 0 #fff'
});

Cufon.replace('#nav a', {
	textShadow: '0 1px 0 #fff',
	hover: {
		color: '-linear-gradient(#000000, #8A959A)'
	}
});

Cufon.replace('#wp-calendar caption', {
	textShadow: '0 1px 0 #fff'
});


