/* generic cufon */
var genericCufonSelectors = '#highlight p,' +
					 		'.col-main h2,' +
							'#highlight h2,' +
							'h1,' + 
							'p.intro,' +
							'.section-title a,' +
							'.product-item .product-name,' +
							'.category-description,' +
							'.data-table th,' +
							'#shopping-cart-totals-table tfoot td';
Cufon.replace(genericCufonSelectors,{ fontFamily: 'missionpac', hover: false });

/* text shadow */
var shadowCufonSelectors = '#highlight p a,' +
						   '#main-menu a,' + 
						   '.sidebar h2,' +
						   '.shop-now-button,' +
						   '.products-list button.btn-cart,'+
						   '.product-meta .add-to-cart button,'+
						   '.footer-menu li strong,' + 
						   '.callout-block .block-content a,' +
						   'button.button span span';
Cufon.replace(shadowCufonSelectors,{ fontFamily: 'missionpac', hover: true, textShadow: '1px 1px rgba(17, 16, 14, 0.6)' });
