Cufon.replace('#slider h1', { fontFamily: 'Myriad Web Pro' }); // Works without a selector engine
Cufon.replace('#heading h5', { fontFamily: 'Myriad Web Pro' }); // Requires a selector engine for IE 6-7, see above
Cufon.replace('#factors h5', { fontFamily: 'Myriad Web Pro' });
Cufon.replace('#slider h5', { fontFamily: 'Myriad Web Pro' });
Cufon.replace('#content .postHeadline h2', { fontFamily: 'Myriad Web Pro' });	
Cufon.replace('#content .postDate h5', { fontFamily: 'Myriad Web Pro' });	
Cufon.replace('#heading h2', { fontFamily: 'Myriad Web Pro' });	
Cufon.replace('#content h2.blue, #content h3.blue, #content h4.blue, #content h5.blue', { fontFamily: 'Myriad Web Pro' });
Cufon.replace('#content h2.blue, #content h3.blue, #content h4.blue, #content h5.blue, #slideshow .banner_title', { fontFamily: 'Myriad Web Pro' });
Cufon.replace('#content h1', { fontFamily: 'Myriad Web Pro' });
Cufon.replace('#projectGallerySlider .year, #places .continent', { fontFamily: 'Myriad Web Pro' });	
Cufon.replace('#location h2,#location h3,#recruitment .container h2,#recruitment .container h3', { fontFamily: 'Myriad Web Pro' });
Cufon.replace('#content h4,#breadcrumbs  h2.title', { fontFamily: 'Myriad Web Pro' });	
Cufon.replace('#places h5', { fontFamily: 'Myriad Web Pro' });	
Cufon.replace('#content h5', { fontFamily: 'Myriad Web Pro' });
Cufon.replace('#sidebar h2', { fontFamily: 'Myriad Web Pro' });
Cufon.replace('#sidebar .widgetPages .title,#projectBrowser .sort ,#sidebar .widgetContact .title', { fontFamily: 'Myriad Web Pro' });
Cufon.replace('#sidebar .testimonial h4', { fontFamily: 'Myriad Web Pro' });			
Cufon.replace('#sidebar h5,#sidebar h4', { fontFamily: 'Myriad Web Pro' });
Cufon.replace('#portofolioSlider h3', { fontFamily: 'Myriad Web Pro' });		
Cufon.replace('#newsletter h3', { fontFamily: 'Myriad Web Pro' });
Cufon.replace('#Lightbox h3', { fontFamily: 'Myriad Web Pro' });
Cufon.replace('.slide-text p', { fontFamily: 'Myriad Web Pro' });
	
Cufon.replace('#footerWidgets h3, #content h2',{
				textShadow: '#fff 0px 1px', fontFamily: 'Myriad Web Pro'
			});
Cufon.replace('#bluestripe h4',{
				textShadow: '#1f6070 0px 1px',
				hover: true, fontFamily: 'Myriad Web Pro',
				hover: {
				textShadow:'#43e6ff 0px 1px', fontFamily: 'Myriad Web Pro'
				}
			});
Cufon.replace('#content h3, #team_detail h2, #team_detail h3,#recruitment h2',{
				textShadow: '#fff 0px 1px', fontFamily: 'Myriad Web Pro',
				hover: {
				textShadow: '#fff 0px 2px', fontFamily: 'Myriad Web Pro'
				}
			});



