$(window).load(function(){
	// jQuery functions to initialize after the page has loaded.
				$('#slider').nivoSlider({
						effect:'random', //Specify sets like: 'fold,fade,sliceDown'
						slices:15,
						animSpeed:500,
						pauseTime:5000,
						startSlide:0, //Set starting Slide (0 index)
						directionNav:false, //Next & Prev
						directionNavHide:true, //Only show on hover
						controlNav:false, //1,2,3...
						controlNavThumbs:false, //Use thumbnails for Control Nav
				      controlNavThumbsFromRel:false, //Use image rel for thumbs
						controlNavThumbsSearch: '.jpg', //Replace this with...
						controlNavThumbsReplace: '_thumb.jpg', //...this in thumb Image src
						keyboardNav:true, //Use left & right arrows
						pauseOnHover:false, //Stop animation while hovering
						manualAdvance:false, //Force manual transitions
						captionOpacity:1, //Universal caption opacity
						beforeChange: function(){},
						afterChange: function(){},
						slideshowEnd: function(){} //Triggers after all slides have been shown
					});
	});
			
			
//Jquery Functions
			 
			 
	 $(document).ready(function(){ 
	 
	 
	 			$.preloadCssImages();
	 			//activate png fix
	 			$(document).pngFix();
	 
	 			
			  				
			  				
			  				
			  				
	  				$(function() {
					   $('a#recipies').hover( function(){
						      	$(this).animate({opacity:0.5}, 150, "easeOutSine");},
					  
					   function(){
					  	$(this).animate({opacity:1}, 150, "easeOutSine");
						  })

					  })//end hover
					
				$(function() {
					   $('a#vintage').hover( function(){
						      	$(this).animate({opacity:0.5}, 150, "easeOutSine");},
					  
					   function(){
					  	$(this).animate({opacity:1}, 150, "easeOutSine");
						  })

					  })//end hover
					
					
					$(function() {
					   $('a#music').hover( function(){
						      	$(this).animate({opacity:0.5}, 150, "easeOutSine");},
					  
					   function(){
					  	$(this).animate({opacity:1}, 150, "easeOutSine");
						  })

					  })//end hover
					
					
			$(function() {
					   $('a#fashion').hover( function(){
						      	$(this).animate({opacity:0.5}, 150, "easeOutSine");},
					  
					   function(){
					  	$(this).animate({opacity:1}, 150, "easeOutSine");
						  })

					  })//end hover
					
	  		
			  					
				$(function() {
					 
					 
					 $('#social-links #facebook').hover( function(){
						   $('#social-links #facebook-info').animate({"opacity": "show"}, 400, "easeOutSine"); },
						   function(){$('#social-links #facebook-info').animate({"opacity": "hide"}, 100, "easeInSine");
							});

				});
					
				$(function() {
					   $('#social-links #twitter').hover( function(){
						   $('#social-links #twitter-info').animate({"opacity": "show"}, 400, "easeInSine"); },
						   function(){$('#social-links #twitter-info').animate({"opacity": "hide"}, 100, "easeOutSine");
							});
				});
						
				$(function() {
					   $('#social-links #rss').hover( function(){
						   $('#social-links #rss-info').animate({"opacity": "show"}, 400, "easeInSine"); },
						   function(){$('#social-links #rss-info').animate({"opacity": "hide"}, 100, "easeOutSine");
							});
				});
					
				
					
						         
   			 }); 
   			 
 
 
Cufon.replace('h3.comments');
Cufon.replace('#footer a');
Cufon.replace('.navigation a');
Cufon.replace('div#navigation ul li a');
Cufon.replace('h2.widgettitle');
Cufon.replace('div.nivo-caption');

