


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

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

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

/******************************CONTACT FORMS FORMATTING********************************/
#content-center .wpcf7 {
	border: 2px #4a1512 dotted;	
}
#content-center .wpcf7 input, #content-center .wpcf7 textarea, .wpcf7 select {
	border: 2px #4a1512 solid;
}
#content-center .wpcf7 input:hover, #content-center .wpcf7 textarea:hover, #content-center .wpcf7 select:hover, #content-center .wpcf7 input:focus, #content-center .wpcf7 textarea:focus, #content-center .wpcf7 select:focus {
	background: #ead5c5;
}
#content-center .wpcf7 input.submit {
	background: #4a1512;
	color: #FFFFFF;
}
#content-center .wpcf7 input.submit:hover {
	background: #350300;
}

