/*
Theme Name: Kare
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	text-decoration:none;
	font-weight:500;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


html {
	background: #029dff url('images/html-background.png') repeat-x;
}
body {
	background: url('images/body-background.png') 150px 0 repeat-x;
	font-family:Arial, Georgia, Verdana;
	font-size:0.9em;
	line-height:1.2;
}
input, button, textarea, select {
	border:0;
}
input, textarea, select {
	border:1px solid #7f9db9;
}
strong {
	font-weight:900;
}
input { 
	background:#fff; 
}
input.calendar {
	background-image: url('images/calendar.png');
	background-position:98% center;
	background-repeat: no-repeat;
}
img {
	border:1px solid #000;
	background:#fff;
	padding:2px;
	display:block;
}
div.hr {
	border:0;
	color:transparent;
	background:transparent;
	border-bottom:1px solid #fff;
}
.selectbox {
	background: #fff url('images/arrow-down.png') 98% center no-repeat;
	
}
.selectbox-wrapper ul {
	border:1px solid #7F9DB9;
	border-top:0; border-bottom:0;
	width:114px;
	position:absolute;
}
.selectbox-wrapper li {
	background:#fff;
	width:108px;
	padding:3px !important;
	border:1px solid #7F9DB9;
	border-top:0;
	border-left:0;border-right:0;
	float:none !important;
}
p {
	margin:15px 0;
}
h2 {
	
}
a {
	color:#000;
}
p a {
	color:#999;
	border-bottom:1px solid #999;
}
#container {
	width:960px;
	margin:0 auto;
}

#header {
	background: url('images/header.png') no-repeat;
	margin:0 -4px;
	height:380px;
	position:relative;
	padding:0 34px;
	width:900px;
}
h1#logo {
	position:absolute;
	top:100px;
	left:35px;
}
h1#logo a {
	display:block;
	width:183px;
	height:126px;
	text-indent:-9000em;
	overflow:hidden;
	background: url('images/logo.png');
}
em#mission {
	position:absolute;
	top:18px;
	left:25px;
	background: url('images/mission.png') no-repeat;
	width:120px;
	height:31px;
	text-indent:-9000em;
	overflow:hidden;
}
#weather {
	position:absolute;
	right:435px;
	top:50px;
	color:#fff;
	font-size:0.8em;
}
#weather li {
	float:left;
	height:30px;
	line-height:30px;
	padding-left:30px;
	padding-right:5px;
}
#weather li.mood {
	background: url('images/mood.png') no-repeat;
}
#weather li.direction {
	background: url('images/direction.png') 0px center no-repeat;
}
#weather li.temperature {
	background: url('images/temperature.png') 15px 0px no-repeat;
	margin-left:-10px;
}
ul#navigation {
	position:absolute;
	top:300px;
	border-bottom:1px solid #e7b327;
	width:900px;
	overflow:hidden;
}
#navigation li {
	float:left;
	margin:0 5px;
	margin-bottom:-1px;
}
#navigation li a {
	background: url('images/navigation-inactive.png') no-repeat;
	display:block;
	width:111px;
	height:32px;
	text-align:center;
	line-height:32px;
	color:#fff;
	text-decoration:none;
}
#navigation li.active a, #navigation li a:hover {
	/*background-image: url('images/navigation-active.png') !important;*/
	background: url('images/navigation-active.png') no-repeat;
	color:#000;
}

form#search-form {
	display:block;
	position:absolute;
	z-index:50;
	right:20px;
	top:25px;
	background: url('images/searchform.png') no-repeat;
	padding:20px;
	width:380px;
	height:217px;
}
form#search-form legend {
	color:#942221;
	font-size:1.5em;
	margin-bottom:10px;
	height:65px;
}
input {
	height:15px;
	width:108px;
	padding:2px 3px 4px;
	font-style:italic;
}
textarea {
	padding:2px 3px 4px;
}
form#search-form select {
	height:25px;
	width:115px;
}
form#search-form option {
	height:25px;
	line-height:25px;
	
}
form#search-form label {
	display:block;
}
form#search-form ol li {
	float:left;
	padding-right:9px;
}
form#search-form li.search {
	float:right;
	margin-right:5px;
	margin-top:15px;
}
button.search {
	width:93px;
	height:30px;
	background: url('images/search.png') no-repeat;
	font-size:0.1em;
	text-indent:-9000em;
	overflow:hidden;
}


#content {
	background: url('images/content.png') repeat-y;
	margin:0 -4px;
	padding:0 34px;
	width:900px;
	overflow:hidden;
	position:relative;
}
a.more-info {
	display:block;
}
input.more-info {
	float:right;
}
a.more-info, input.more-info {
	width:103px !important;
	height:30px;
	background: url('images/more-info.png') no-repeat;
	overflow:hidden;
	text-indent:-9000em;
	border: 0 !important;
}
#frontpage .article {
	width:540px;
	float:right;
}
h2.article-title, h2.article-title a {
	color:#942221;
	font-size:1.63em;
	margin-bottom:25px;
}
#featured {
	float:left;
	width:300px;
	padding:0 20px;
	background:#b2dbf6;
}
#featured li.item {
	overflow:hidden;
	border-top:1px solid #fff;
	margin-bottom:20px;
}
#featured li.first {
	border:0;
}
.sidebar h3 {
	color:#fff;
	font-size:1.3em;
	margin-bottom:20px;
	margin-top:20px;
}
#list-navigation h3 {
	font-size:1.63em;
}
#featured .left {
	float:left;
	width:130px;
	text-align:right;
	margin-right:20px;
}
#featured .right {
	float:left;
	width:150px;
}
#featured .left img, .details img {
	width:124px;
	height:92px;
	height:124px;
}
#featured p {
	margin-top:0;
}
#featured a {
	color:#c34647;
	border-bottom:1px solid #c34647;
	font-weight:900;
}




#footer {
	width:900px;
	height:327px;
	background: url('images/footer.png') no-repeat;
	margin: 0 -4px;
	padding:0 34px;
	padding-top:80px;
	font-size:0.9em;
	color:#0070b7;
}
#footer ul { overflow:hidden; }
#footer h3 {
	color:#fff;
	font-size:1.5em;
	height:55px;
}
#footer .section {
	margin:0 10px 0 30px;
	width:150px;
	float:left;
}
#footer li.contact-details {
	width:auto;
}
#footer li li {
	margin:3px 0;
}
#footer a {
	color:#0070b7;
	border-bottom:1px solid #0070b7;
}

.item .details {
	overflow:hidden;
}
.item .details img {
	float:left;
	margin-right:20px;
}
.item .details h4, .item .details ul {
	float:left;
	width:116px;
}
.item .details li {
	margin:10px 0;
}
.item .details h4 {
	font-size:1.2em;
	margin-bottom:10px;
}
.item div.more-info em {
	float:left;
	text-align:right;
	width:130px;
	margin-right:20px;
	line-height:35px;
	font-size:1.2em;
}
.item a.more-info {
	float:left;
}

#recent {
	overflow:hidden;
	width:960px;
	margin-left:-27px;
}
#recent .item {
	width:266px;
	float:left;
	margin:0 27px;
}
div.clear, div.rule {
	clear:both;
	height:1px;
	border-bottom:1px solid #e6ac23;
	margin:40px 0;
	padding-top:40px;
}
#filter-form {
	width:281px;
	width:300px;
	width:284px;
	background:#b2dbf6;
	padding:20px;
	color:#616466;
	float:left;
}
#filter-form legend {
	color:#fff;
	font-size:2em;
}
#filter-form li {
	margin:30px 0;
}
#filter-form label {
	font-size:1.2em;
	margin:10px 0;
	display:block;
}
#filter-form small {
	color:#a4a6a7;
	font-size:0.9em;
	display:block;
	font-style:italic;
	margin:10px 0;
}
#filter-form input, #filter-form select {
	width:98%;
	color:#878787;
}
#filter-form .more-info {
	float:right;
}
#location_container li {
	margin:0;
}
#location_container.selectbox-wrapper ul {
	width:284px !important;
}
#location_container.selectbox-wrapper li {
	width:278px !important;
}
#results {
	width:550px;
	float:left;
	padding-left:26px;
	overflow:hidden;
	margin-top:50px;
}
#search-results .container img.preview {
	display:block;
	/*width:184px;*/
	height:137px;
	margin:0 auto;
	max-width:184px;
}
#search-results .container {
	width:184px;
	height:137px;
	float:left;
}
#search-results li.even {
	background:#fffad8;
}
#search-results li.item {
	margin:20px 0;
	padding:20px;
}
#search-results ul.details {
	float:left;
	margin-left:25px;
}
#search-results ul.details h3 {
	font-size:1.5em;
	color:#252525;
}
#search-results ul.details li {
	margin:0 0 10px;
	color:#696969;
}
#search-results ul.details li.price {
	font-size:1.8em;
	color:#485359;
}
#search-results ul.details li.price strong {
	color:#942122;
	font-size:1.2em;
}
.pagination {
	width:550px;
	height:35px;
	overflow:hidden;
	background: url('images/pagination.png') no-repeat;
}
.pagination ul {
	left:50%;
	position:relative;
	float:left;
}
.pagination li {
	float:left;
	position:relative;
	right:50%;
}
.pagination li a {
	width:25px;
	height:35px;
	display:block;
	background: url('images/inactive.png') center no-repeat;
	text-align:center;
	color:#942122;
	line-height:35px;
}
.pagination li.active a {
	background: url('images/active.png') center no-repeat;
	color:#fff;
}
.pagination li {
	float:left;
	margin:0 2px;
}
.pagination .next a, .pagination .previous a {
	display:block;
	width:7px;
	height:35px;
	overflow:hidden;
	text-indent:-9000em;
}
.pagination .next a {
	background: url('images/arrow-right.png') center no-repeat;
}
.pagination .previous a {
	background: url('images/arrow-left.png') center no-repeat;
}
#pagination {
	position:absolute;
	top:22px;
	right:390px;
}
#pagination li {
	float:left;
	padding:0 10px;
	border-left:1px solid #696969;
	height:10px;
	line-height:7px;
	font-size:0.9em;
}
#pagination li.first {
	border:0;
}
#pagination li a {
	border-bottom:1px solid #696969;
	color:#696969;
}
body#search h2 {
	position:absolute;
	left:385px;
	font-size:2em;
}

body.single #column-1 {
	float:left;
	width:528px;
	padding-right:32px;
	padding-left:17px;
}
body.single #column-2 {
	float:left;
	
}
#price-calculation {
	background: #b2dbf6;
	padding:20px;
	width:281px;
}
#price-calculation legend {
	color:#fff;
	font-size:2em;
	margin-bottom:20px;
}
#price-calculation li {
	margin:10px 0;
	font-size:0.8em;
	color:#5c5c5c;
}
#price-calculation strong {
	font-weight:500;
	float:left;
	width:190px;
}
#price-calculation li, #price-calculation strong {
	line-height:21px;
	height:21px;
}
button.reservation, input.reservation {
	display:block;
	width:108px;
	height:30px;
	background: url('images/reservation.png') no-repeat;
	color:#024b79;
	font-size:0.01em;
	float:right;
	margin-top:15px;
	border:0;
	text-indent:-9000em;
}
body.single #column-1 #details .preview {
	/*width:184px;*/
	height:137px;
	max-width:184px;
	margin:0 auto;
}
body.single #column-1 #details .container {
	height:137px;
	width:184px;
	float:left;
}
body.single #column-1 .details {
	height:137px;
	padding-left:220px;
}
body.single #column-1 .details strong {
	float:left;
	width:140px;
	font-weight:500;
}
body.single #column-1 .details li {
	margin:10px 0;
}
body.single .description h3 {
	font-size:1.2em;
	color:#942122;
	margin:20px 0;
	font-weight:900;
}
body.single #column-1 #nav {
	background: url('images/nav.png') no-repeat;
	width:550px;
	height:35px;
	margin-bottom:20px;
}
body.single #column-1 #nav li {
	float:left;
	height:10px;
	line-height:8px;
	padding:0 10px;
	margin:12px 0;
	border-left:1px solid #696969;
	font-size:0.9em;
}
body.single #column-1 #nav li a {
	color:#696969;
	border-bottom:1px solid #696969;
}
body.single #column-1 #nav li.active a {
	border:0;
	font-weight:900;
}
body.single #column-1 #nav li.first {
	border:0;
}
#price-calculation label {
	float:left;
	display:block;
	width:165px;
	color:#5c5c5c;
	line-height:21px;
	height:21px;
}
.ui-widget-content, .ui-widget-header {
	background: #B2DBF6 !important;
	border:0 !important;
}
.ui-state-default, .ui-widget-content .ui-state-default {
	background: #B2DBF6 !important;
	border:0 !important;
}
.ui-datepicker td.reserved span {
	color:#942122 !important;
}
.ui-state-disabled.reserved {
	opacity:1 !important;
}
#ui-datepicker-div {
	z-index:9000;
	position:absolute;
}



/* Reservation form */
#reservation-form {
	
}
#reservation-form label {
	width:315px;
	float:left;
}
#reservation-form input {
	width:196px;
}
#reservation-form select {
	
}
#reservation-form ul {
	
}
#reservation-form fieldset ul li {
	overflow:hidden;
	margin:5px 0;
	/*height:24px;*/
	line-height:24px;
}
#reservation-form fieldset ul li textarea {
	width:202px;
}
#reservation-form fieldset {
	margin-bottom:20px;
}
#reservation-form legend {
	font-weight:900;
	color:#696969;
	margin-bottom:5px;
}
#reservation-form .selectbox-wrapper {
	position:absolute;
	left:366px;
}
#reservation-form .selectbox-wrapper ul { 
	width:202px;
}
#reservation-form .selectbox-wrapper li {
	width:196px;
	margin:0;
}
#article-title-reservation {
	color:#942221;
	font-size:1.63em;
	margin-bottom:25px;
	margin-left:17px;
}


#list-navigation {
	background:#B2DBF6 none repeat scroll 0 0;
	float:left;
	padding:0 20px 20px;
	width:300px;
}


body.page .has-sidebar {
	width:540px;
	float:right;
	margin-top:15px;
}
#list-navigation ul#hierarchy {
	margin-top:-5px;
}
#list-navigation li {
	padding: 5px 0;
	border-bottom:1px solid #fff;
	
}
#list-navigation li a {
	color:#444;
}

body.single table.confirmation {
	border-right:1px solid #B2DBF6;
	border-bottom:1px solid #B2DBF6;
	width:100%;
}
body.single table.confirmation td {
	border-left:1px solid #B2DBF6;
	border-top:1px solid #B2DBF6;
	padding:3px;
}
td.price {
	text-align:right;
}
#images li {
	float:left;
}
#images {
	overflow:hidden;
}
#images li a img {
	width:118px;
	height:118px;
	margin:16px;
}

td { overflow:hidden; }

#go_back {
	width:103px;
	height:30px;
	overflow:hidden;
	text-indent:-9000em;
	font-size:0.01em;
	background: url('images/gaterug.png') no-repeat;
	border:0;
	float:left;
}
#confirm {
	width:103px;
	height:30px;
	overflow:hidden;
	text-indent:-9000em;
	font-size:0.01em;
	background: url('images/bevestig.png') no-repeat;
	border:0;
	float:right;
}

.css_form_submit {
	background: url('images/versturen.png') no-repeat;
	width:103px;
	height:30px;
	display:block;
	text-indent:-9000em;
	overflow:hidden;
	font-size:0.01em;
	margin: 0 auto;
	border:0;
}
.css_form_antispamcontent {
	margin:0 auto;
}

.checkbox {
	border:0;
}


.css_guestbook_position form {
	position:relative;
}

.css_guestbook_position ul.corner {
	background-color:#B2DBF6;
	overflow:hidden;
	height:155px;
	padding:10px;
}
.css_guestbook_position ul li {
	display:block;
	width:300px;
}

.css_form_messagefield {
	float:right;
}
.css_form_textfieldspace {
	float:left;
}
.css_form_textfieldspace b {
	float:left;
	width:100px;
}
.css_guestbook_position form .css_form_textareaspace {
	position:absolute;
	top:10px;
	right:10px;
	width:450px;
}

.antispam {
	overflow:hidden;
	float:right;
}
.antispam li {
	float:left;
	width: auto !important;
	height:80px;
	padding:0 10px;
}
.css_form_antispamcontent {
	margin-bottom:5px;
}
.css_form_antispamtext { 
	text-align:right !important; 
}
.css_form_embedded {
	border:0 !important;
	overflow:hidden;
}
.css_form_antispam_inputfield {
	float:right;
}

.css_post_url_image {
	margin:0 !important;
}
.css_post_header2 a img, .css_post_header3 a img {
	display:inline;
}
.css_form_embedded, .css_navigation_overview, .css_post_embedded {
	width:auto !important;
}


.wpcf7 div ul {
	float:left;
	width: 295px;
}
.wpcf7 div ul li {
	padding:5px 0;
}
.wpcf7 div input, .wpcf7 div textarea {
	width:280px;
}
.wpcf7 {
	background:#B2DBF6;
	width:900px;
	height:475px;
}
.wpcf7 form div {
	overflow:hidden;
	padding:10px 0 10px 10px;
}
.wpcf7 div p {
	clear:both;
}
.wpcf7 div p input, .wpcf7 div p textarea {
	width:870px;
}
.wpcf7 div.jquery-corner {
	width:900px !important;
}
.verstuur {
	background: url('images/verstuur.png') no-repeat;
	display:block;
	width:108px !important;
	height:30px;
	color:#024b79;
	font-size:0.01em;
	float:left
	margin-top:15px;
	border:0;
	text-indent:-9000em;
	float:right;
	position:relative;
	top:5px;
	right:10px;
}

div.wpcf7-response-output {
	margin: 0.2em 0.5em 1em !important;
}

span.reserved { color:#942122; display:block; font-size:0.8em; margin-top:5px;}
span.available { color:#1C94C4; display:block; font-size:0.8em; margin-bottom:5px; }

.reset {
	background: url('images/reset.png') no-repeat;
	display:block;
	float:left;
	width:148px;
	height:30px;
	font-size:0.01em;
	text-indent:-9000em;
	overflow:hidden;
}

/* IE7 specific */
/*#header * { overflow:hidden; }*/
