$(document).ready(function() { 
			
	/* Super Fish Navigation */
	jQuery('ul.sf-menu').superfish();
	
	/* Cufon Font Replacement */
	Cufon.replace('#navigation ul li, #slider h3, #right-nav ul li, #entries h2, #page .title, #sidebar .box .title, .browse_entries a, #page .author h2, #page #comments h2, .box-title h2, #page #reply h2', { fontFamily: 'Copperplate Bold' });
	Cufon.replace('.quick_links h3, #entries .entry h3, #page .author h3', { fontFamily: 'OFL Sorts Mill Goudy' });

	jQuery(document).ready(function(){
				setTimeout(function(){
					jQuery('#slider').architectorSlider({
						sliderWidth:960,
						sliderHeight:400,
						pauseTime:7000,
						animationSpeed:500,
						effect:'',
						easing:'',
						descriptionOpacity:1,
						numberNav:true,
						numberNavThumb:true,
						numberNavHide:false,
						thumbnailWidth:100,
						thumbnailHeight:42,
						timeLine:true,
						customblocksize:{
							cubeinlinearhor:{height: 80, width: 96},
							cubeinlinearver:{height: 80, width: 96},
							cubeindiagonal:{height: 80, width: 96},
							cubeinrandom:{height: 80, width: 96},
							stripemovehor:{width: 48},
							stripemovever:{height: 20},
							stripefadehor:{width: 48},
							stripefadever:{height: 20},
							stripechangehor:{width: 48},
							stripechangever:{height: 20},
							stripehalfhor:{width: 48},
							stripehalfver:{height: 20},
							stripehalfotherhor:{width: 48},
							stripehalfotherver:{height: 20}
						}
					});
				}, 1500);
			});

});


