// Default Replaces	
var defaultTexts = [
	/*'a.btn-default',*/
	'#wrapper > .header div p', 
	//'form.productselector h2', 
	//'form.productselector fieldset.buttons p.result',
	//'form.productselector fieldset.buttons button',
    //'form.productselector fieldset.buttons a',
	'#slider ul.items li.layout-1 div.text p',
	//'dl.news dd h4',
	//'article.compare div.results ul.machines li header h2',
	
	//'a.arrow-left',
	//'a.arrow-right',
	'#content .section.machine-detail .section.main .header h1',
	//'.btn-rect-stripes',
	//'section.textpage article.block nav ul li',
	'form.contact h1',
	'.section.faq .article.faqs h2'
];
Cufon.replace(defaultTexts, { hover: false });


// Header Main navigation, with Text Shadow
var shadowTexts = [
	'#wrapper .header div .nav ul li a',
	'.section.referenties ol.quotes li h3'
];
Cufon.replace(shadowTexts, {
	hover: false,
	textShadow: '2px 2px rgba(0, 0, 0, .4), -1px 0 rgba(0, 0, 0, .2), 0 -1px rgba(0, 0, 0, .1)'
});

// Font met Linear Gradient & Text Shadow
var gradientTexts = [
	//'#footer article.news div.text h3', 
	'#slider ul.items li.layout-1 h1',
    '#slider ul.items li.layout-1 h2',
	'#content .section.machine-vergelijker .header .hgroup h1',
	'#content .section.products .header .hgroup h1',
	'#content .section.faq header .hgroup h1',
	'.article.text-block .header .hgroup h1',
	'div.error > h1'
];
Cufon.replace(gradientTexts, {
	hover: false,
	lineHeight: '1',
	color: '-linear-gradient(#ffffff, #cacaca)',
	textShadow: '2px 2px rgba(0, 0, 0, .4), -1px -1px rgba(0, 0, 0, .2)'
});

//Link in cufon text fix for action form
Cufon.replace('body.action .section.contactform form.contact h1 a', {
	hover: true
});
