
Cufon.replace(
	'h1 span, h2 span, .section:not(.asset) > .header .nav.actions li a, .section > .header .title, .home .twitter .header h2, .home .twitter .header a, .home .login > .footer .nav.actions #retrieve a',
	{ 
		fontFamily: 'Delicious',
		textShadow: '1px 1px rgba(0, 0, 0, 1)'
	 }
);

Cufon.replace(
	'#dashboard .controls, #header .nav li a',
	{
		fontFamily: 'Delicious',
		fontSize: '16px',
		textShadow: '1px 1px rgba(0, 0, 0, 1)',
		hover: true
	}
	
);