@charset "utf-8";
/* CSS Document */

/* Joomla Contact */
.contact h3 {display:none !important;}
.contact-form {}
.contact-miscinfo {}
	.contact .jicons-text {display:none;}
	.contact-form {float:right;width:50%;}
	.contact-miscinfo {float:left;width:50%;}
	#jform_contact_name, #jform_contact_email, #jform_contact_emailmsg, #jform_contact_message {background:rgba(255,255,255,0.3);border:1px inset #e0e0e0;border-radius:2px;max-width:450px;width:98%;padding:5px 1%;}
	#jform_contact_message {height:165px;}
	.contact-form .button {color:#fff;font-size:20px;background:#f5c237;border:0;border-radius:3px;padding:6px 9px;cursor:pointer;}
		.contact-form .button:hover {background:#fdc215;}
input.invalid, textarea.invalid {border:1px inset #f33;box-shadow:0 0 2em rgba(255,0,0,0.2) inset;}

/* Phoca Pagination */
.pagination span, .pagination strong, .pagination a {padding:5px;}

/* Phoca Boxes */
#shadowbox_container {z-index:10001;}
	#shadowbox {direction:ltr !important;}
	#shadowbox_content {position:relative !important;}
	
/* PhocaGallery */
#phocagallery {width:960px !important;min-height:480px;}
	.pg-category-view h1, .pg-category-view-desc h1 {margin:0 0 24px;}
	/*.phocagallery-box-file {float:right !important;/*background:url(../images/phocagallery.png) no-repeat center top transparent !important;border:0 !important;width:248px !important;height:150px !important;margin:24px 0 0 40px;padding:5px !important;}*/
	
	/***Change Alon - bg - pg***/
	.phocagallery-box-file {float:right !important;background:url(../images/bgimgh2.jpg) no-repeat center top transparent !important;border:0 !important;width:155px !important;height:288px !important;margin:24px 0 0 40px;padding:5px !important;}	
	
	/*.pg-box-subfolder {height:151px !important;}
	.pg-box-parentfolder, .pg-box-image {height:151px !important;}*/
	.phocagallery-box-file-first {background:#fff !important;}
	.pg-modal-button {display:block;margin:0;}
		.pg-image, .pg-cat-image {border:0 !important;}
		#phocagallery .pg-name {color:#000 !important;font-size:22px !important;line-height:1.2em;text-align:right;margin:12px 0 0;}
	#phocagallery .pagination {line-height:1.3em;}
	#phocagallery + div {display:none;}
	
/* PhocaGuestbook */
#phocaguestbook {width:99.9% !important;}
	#phocaguestbook .pgbox {border-radius:3px;margin:0 0 10px;}
	#pg-guestbook + div, #pg-guestbook + div + p {display:none;}
	
/* System Messages */
#system-message {color:#e81f3a;background:#ffc0c0;border:1px solid #e81f3a;border-radius:9px;margin:0 0 4px;padding:6px;}
	#system-message dt {font-weight:bold;}
	
#contact-form legend{
	display:none;
	}