$(document).ready(function(){
	$(".video_menu ul li a, .rate_video, .video_details .details ul li span, .video_details .tags a, .leave_a_comment input, .messages, .panel_features, input.button, input.big_button, #pager ul li a, .memberslist .user_data, .groups .button, #usertitleinfo span, .corner, .tags2 a, .nav2 a ").corner("5px");
});
Cufon.replace('.leave_a_comment h3');
Cufon.replace('.title h1, .blue_title, .lur_title, .title, .sort_menu', {
		textShadow: '1px 1px #e5ecef',
		hover: true
});
Cufon.replace('#footer_sidebar .widget h2.title, .sidebar h3', {
		textShadow: '1px 1px #7694a0'
});
Cufon.replace('.sidebar h3.members', {
		textShadow: '1px 1px #ff8400'
});
Cufon.replace('#topmenu ul li a.menulink', {
		textShadow: '#125886 1px 1px',
		hover: {
			textShadow: 'none'
		}
	});
Cufon.replace('#topmenu ul li a.selected,  .nav2 a',  {
		textShadow: 'none',
		hover: {
			textShadow: 'none'
		}
	});


$(document).ready(function() {
 
	// Expand Panel
	$("#open").click(function(){
		$("div#panel").slideDown("slow");
	});
 
	// Collapse Panel
	$("#close").click(function(){
		$("div#panel").slideUp("slow");
	});
 
	// Switch buttons from "Log In | Register" to "Close Panel" on click
	$("#toggle a").click(function () {
		$("#toggle a").toggle();
	});
 
});
