/* Global variables */

// Colours
$green: #a5ab74;
$brown: #4f443e;
$grey: #f2f2f2;
$text: #666;

/* HOTEL MOTEL COLOUR STYLES
================================================== */

body {
	background: white;
}
.ci-title > span,
#sidebar .widget-title > span,
.home-slide-controls,
#paging a,
#paging a:visited,
#paging span,
.b-form input[type=text],
.b-form input[type=email],
.b-form textarea,
.b-form input[type=number],
.ci-newsletter form input[type=text],
.dk_container,
.dk_options a {
	background-color: white;
}

a, a:visited, a:focus,
.entry-title a, .entry-title a:visited,
a.resort-contact, a.resort-contact:visited,
#navigation a:hover,
#navigation .sfHover > a,
#navigation .sfHover > a:visited,
#navigation li.current_page_item > a,
#navigation li.current_page_item > a:visited,
#navigation li.current-menu-item > a,
#navigation li.current-menu-item > a:visited,
#navigation li.current > a,
#navigation li.current > a:visited,
#navigation li.current-menu-ancestor > a,
#navigation li.current-menu-ancestor > a:visited,
.entry-title a:hover {
	color: $brown;
}

#navigation a:hover, #navigation .sfHover > a, #navigation .sfHover > a:visited {
  background: $brown;
  color: white;
}

.offer-widget a,
.offer-widget a:visited,
.offer-widget,
.entry time,
.offer-widget > div,
#paging a:hover,
#paging .current,
.btn,
.btn:visited,
input[type=submit],
button {
	background-color: $green;
}

#page {
	border: none;
}

.main-separator,
.separator {
	background-color: $green;
}

.btn:hover,
input[type=submit]:hover,
button:hover,
.offer-widget a:hover {
	background-color: #da5fd9;
}

.flickr_badge_image a:hover {
	border-color: #da5fd9;
}

.ci-title,
#sidebar .widget-title {
	background-color: $grey;
}

#navigation ul {
	background: #442E28;
}

a:hover,
body,
//#navigation a, #navigation a:visited 
{
	color: $text;
}

input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="email"], input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea {
	background: $grey;
	color: $text;
}
.bg {
	background-color: #543933;
}

.bs {
	box-shadow: 7px 7px rgba(0,0,0,0.1);
}

.searchform input[type=text] {
	border: 1px solid $green;
}