
// Navigation menu
Cufon.replace('#header .nav li a',
	{ 
		fontFamily: 'fg-amura',
		hover: true
	 }
);

// Section Titles
Cufon.replace('section .listing.full th, .section .forum.thread > .header .title, .section table th, .account.settings dt', { 
	fontFamily: 'fg-amura' 
});

// Article Titles

Cufon.replace('#main .news .article .title, #main .blogs .article .title, .section .forum .title, .forum .replies p, .forum .posts p, .account.points .article .title, .account.manage .details .title, .account.settings .header .title, .cart .header .title, .store .address legend span, fieldset.progress legend, .product.detail > .header .title, .error.fourohfour .title, #album-content h2, .access.subscription .article .title, .forum.thread .header .meta .time', {
	fontFamily: 'Museo 500'
});

Cufon.replace('.section > .header .title, .section button span', {
	fontFamily: 'Museo 500'
});