Cufon.replace('h1, h2, h3, h6, .widget h4', {
	fontFamily: 'Helvetica Neue'
});

Cufon.replace('h1#branding, #branding', {
	fontFamily: 'Helvetica Neue',
	textShadow: '#fff 1px 1px'
});

Cufon.replace('.dark h1#branding, .dark #branding, .deep h1#branding, .deep #branding', {
	fontFamily: 'Helvetica Neue'
});
