/***************************************************
Misc
***************************************************/
$(document).ready(function() {
$('.opacity').css('opacity', '0.8');
	
	//cufon
	Cufon.replace('h2, h3, h4, h5, h6');
	Cufon.replace ('#page-title h3, #innercontainer h3, #footer h3, .cta-button '); // {textShadow: '#fff 1px 1px'	}
	Cufon.replace ('#sidebar h3, .titled-box h6 , .intro h2'); // {textShadow: '#fff 1px 1px'	}


}); // End Initiating


