
/* -- show logo -- */

.partner_logo .immo,
.partner_logo {
	display: block;
}
h1, 
div.introduction {
	padding-right: 200px;
}

/* -- brightest color -- */

div.listing_entry,
header nav {
	background: #fff2e7;
}

/* -- bright color -- */

body {
	border-color: #ffc18d;
	background: url(../../img/body_bg_immo.png) no-repeat center 95% #fff;
}

/* -- hover color -- */

.page header nav .navigation > li:hover > a {
	color: #c86c3c;
	opacity: 0.7;
}

/* -- dark color -- */

.meta-navigation li a,
h1,
.content a,
h2, h2 a, div.introduction,
div.listing_entry,
div.listing_entry h2.listing-title, div.listing_entry h2.listing-title a,
.page header nav .navigation a, 
.page header nav .sub-navigation a {
	color: #c86c3c;
}
.content a:hover {
	color: #000;
}
.page header nav .navigation .current a:before, 
.page header nav .sub-navigation .current a:before {
	background: #c86c3c;
}
a.button,
a.listing-more-button {
	border-color: #c86c3c;
	background: #c86c3c;
	color: #fff;
}
a.button:active,
a.button:focus,
a.button:hover,
a.listing-more-button:active, 
a.listing-more-button:focus, 
a.listing-more-button:hover {
	color: #fff;
	background: #000; 
	border-color: #000;
}
footer, footer a {
	color: #c86c3c;
	border-color: #c86c3c;
}