
/******************************************************************************/
/************************PAGES TEMPLATES CONFIGURATION*************************/
/******************************************************************************/

/****************************PAGES LIST TEMPLATE*******************************/
.list-all-pages li a {
	border: 1px #93074f solid;
	background: #f4e1eb;
}
.list-all-pages li a:hover {
	background: #93074f;
	color: #FFFFFF;
}
.list-all-pages ul li a {
	border-left: 15px #93074f solid;
}
.list-all-pages ul ul li a {
	border-left: 11px #93074f solid;
}
.list-all-pages ul ul ul li a {
	border-left: 7px #93074f solid;
}
.list-all-pages ul ul ul ul li a {
	border-left: 3px #93074f solid;
}

/***************************GOOGLE MAP FORMATTING******************************/
.mapp-div {
	border: 2px #93074f dotted;
}
/*****************************SHUTTER FORMATTING*******************************/
div#shShutter {
	background-color: #93074f !important;
}
.ngg-widget a img {
	border: 4px #f4e1eb solid !important; 
}
.ngg-widget a:hover img {
	border: 4px #93074f solid !important;
}
.galleryblock a img {
	border: 4px #f4e1eb solid !important;
}
.galleryblock a:hover img {
	border: 4px #93074f solid !important;
}
.ngg-albumoverview .galleryblock a img {
	border: 5px #f4e1eb solid !important;
}
.ngg-albumoverview .galleryblock a:hover img {
	border: 5px #93074f solid !important;
}

/******************************CONTACT FORMS FORMATTING********************************/
.wpcf7 {
	border: 2px #93074f dotted;	
}
.wpcf7 input, .wpcf7 textarea, .wpcf7 select {
	border: 2px #93074f solid;
}
.wpcf7 input:hover, .wpcf7 textarea:hover, .wpcf7 select:hover, .wpcf7 input:focus, .wpcf7 textarea:focus, .wpcf7 select:focus {
	background: #f4e1eb;
}
.wpcf7 input.submit {
	background: #93074f;
	color: #FFFFFF;
}
.wpcf7 input.submit:hover {
	background: #dd127b;
}


