$(document).ready(function()	{
	
	var sendLeftPos =  pageWidth/2-300;
	var sendLeftPosV =  pageWidth/2-210;
	var playbtm = (winHeight - 373) / 2;	
	
	$(".holdMeTight").css('left',sendLeftPos);
	/* $(".videoHolder").css('left',sendLeftPosV); */
	
	/* $(".playWrap").css('bottom',playbtm).fadeTo(1, 0); */
	
	$(".grabRSS").fadeTo(1, 0.5).mouseover(function () {
		$(this).fadeTo("slow", 1);
	}).mouseout(function () {
		$(this).fadeTo("slow", 0.5);
	});

	$('.letItBeDark').height(pageHeight);
	
	$(".letItBeDark, .holdMeTight").fadeTo("slow", 0.0);
	
	$(".deletePop").click(function () {
		$(".letItBeDark, .holdMeTight").fadeTo("slow", 0.0).hide();
	});
	
	$(".loveIt").click(function () {
		$(".letItBeDark").show().fadeTo("fast", 0.7);
		$(".holdMeTight").show().fadeTo("slow", 1);
	});
	
	/* $(".videoFile").click(function () {
		$(".letItBeDark").show().fadeTo("fast", 0.7);
	});
	
	$(".playStop").click(function () {
			$(".letItBeDark").fadeTo("fast", 0, function(){
					$(this).hide();
			});
			$(".videoHolder").fadeTo("slow", 0, function(){
					$(this).hide();
			});
	}); */
	
	jQuery.fn.slideFadeHeight=function(speed, easing, callback) {
	return this.animate({opacity: 'toggle', height: 'toggle'}, speed, easing, callback);
	};
	
	jQuery.fn.slideFadeWidth=function(speed, easing, callback) {
	return this.animate({opacity: 'toggle', width: 'toggle'}, speed, easing, callback);
	};	
	
	$(".personalSpace a.itemFile").fadeTo("slow", 0.6).mouseover(function () {
		$(this).fadeTo("slow", 1);
	}).mouseout(function () {
		$(this).fadeTo("slow", 0.6);
	});
	
	
	
	$("#content, #registerHere, #menu, #logo, #menuPress, #mainMenu, #footer").fadeTo(1, 0.9);
	$(".separate").fadeTo(1, 0.5);
	
	
		
});

