



$(function() {
if (!$.browser.opera) {
	$("body").css("background-color","#a8d33b");
	$("body").css("background-image","url('http://malachit.szczecin.pl/wp-content/themes/expresso/inc/gradient.php?start=a8d33b&end=a8d33b&height=1500&width=100')");
/*	$("#mainframe-shadow").css("background-image","url('http://malachit.szczecin.pl/wp-content/themes/expresso/images/bg-shadow.png')").css("background-repeat","no-repeat").css("background-position","center top"); */


	$(".widget-left-corner, #main-menu-left-corner").corner("tl 5px").corner("bl 5px cc:#193678");
	$(".widget-right-corner, #main-menu-right-corner").corner("tr 5px").corner("br 5px cc:#193678");
	$("#main-frame, #main-frame-content-container, #main-frame-top").corner("top round 10px");
	$("ul.blogroll a").corner("br 10px");



	
	


	$(".widget-left-container h3").corner("right round 10px").corner("bl round 10px");
	$(".widget-right-container h3").corner("left round 10px").corner("br round 10px");
	$(".list-all-pages a").corner("right");


	$("#main-menu-bar ul > li:last-child ul li a:first").corner("tr round 10px"); 
	$("#main-menu-bar ul li ul li:last-child a").corner("br 10px");
	$(".visitshop a").corner("round");
	$(".wpsc_categories li a").corner("round");
	
	
	$("#quick-form-message-message textarea, #quick-form-email input, #quick-form-submit input, #searchform input").corner();
	$(".wpcf7-form input, .wpcf7-form textarea").corner();
}
if ($.browser.opera) {
	$(".widget-left-corner, #main-menu-left-corner").corner("tl 5px cc:#a8d33b").corner("bl 5px cc:#193678");
	$(".widget-right-corner, #main-menu-right-corner").corner("tr 5px cc:#a8d33b").corner("br 5px cc:#193678");
	$("#main-frame, #main-frame-content-container, #main-frame-top").corner("top round 10px cc:#a8d33b");
		$("ul.blogroll a").corner("br 10px cc:#FFFFFF");


	
	

	$("#main-menu-bar ul li a:first").hover(
		function() {
			$(this).css("border-right","1px #425ea0 solid");
		},
		function() {
			$(this).css("border-right","1px #193678 solid");
		}
	);
	
	$(".widget-left-container h3").corner("right round 10px cc:#FFFFFF").corner("bl round 10px cc:#a8d33b");
	$(".widget-right-container h3").corner("left round 10px cc:#FFFFFF").corner("br round 10px cc:#a8d33b");
	$(".list-all-pages a").corner("right cc:#FFFFFF").css("border-left","15px #425ea0 solid");

}

});

