Cufon.replace('h2, h3, .widget h4, .text h4, .text h5, .go a, .title h1', {
	fontFamily: 'Caecilia Bold'
});

Cufon.replace('#player-nav li, #cat-nav .inner h2, .next-entry, .previous-entry', {
	hover:true,	fontFamily: 'Caecilia Bold'
});

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

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

Cufon.replace('.page_item a', {
	hover:true,	fontFamily: 'Caecilia Bold'
});
