/*===========================================
		FUNCTIONALITY
===========================================*/

 $(document).ready(function(){
		
	// Plugin Calls					
	$('ul.sf-menu').superfish();
	$('div.project_details, #q3_profile.team #content_primary, #q3_profile.company #content_primary').append('<span class="read_more">[<a href="#project_details_full" title="Read More">Read More&hellip;</a>]</span>');
	$('.read_more a').colorbox({inline:true, href:"#project_details_full", width:"520px"});
	$('#q3_profile .read_more a').colorbox({inline:true, href:"#profile_details_full", width:"520px"});
	$('#nav_secondary li a:not(#q3_projects #nav_secondary li a)').tipsy({gravity: 'w', fade: true});
	
	$('#q3_home #content').append('<div id="fadeshow1"></div><!-- end #fadeshow1 -->');
	
 });
 
