/* -------------------------------------------------------------- 
   
  Wieowie - Screen stylesheet

  by: Johan Harteveld | Centroid Media
   
    ----------------------------
    Table of Contents
    ----------------------------
   
    ----------------------------
    COLORS
    ----------------------------
    green:              #6ca460

/* Layout  
-------------------------------------------------------------- */

html { 
  overflow-y: scroll; /* always show vert scrollbar in FF */
}  
  
body {
  background: #6ca460 url(../img/bg_page.png) repeat-x;
  }

.container {
  width: 90%;
  max-width:1400px;
  margin: 0 auto 1em;
  background: url(../img/bg_rays.png) no-repeat center top;
} 
  
#logo {
  width: 278px;
  padding: 35px 0 10px 20px;
}

#logo a {
  margin: 0 0 0 0;
  display: block;
  width: 278px;
  height: 48px;
  text-indent: -9999px;
  overflow: hidden;
  background: url(../img/logo_kamerplanet.png) no-repeat;
}

#head {
  padding: 1%;
  background: #c8e5fd;
  border: 1px solid #e1f2fe;
}

#search {
  float: left;
  width: 49%;
  margin-right: 2%;
  min-width: 200px;
}

#intro {
  width: 49%;
  float: left;
  min-width: 200px;
}

#head-inset {
  float: left;
  margin:0.5em 0 0 0;
  width: 380px;
}

.content {
  padding: 1%;
  background: #fff;
  border-top: 1px solid #a8c0c3;
}

.room-description {
  float: left;
  width: 65%;
}

.room-description p{
	float:left;
	width: 100%;
}

.room-details {
  float: right;
  width: 30%;
  padding: 0.5%;
  background: #e3f3ff;
  border: 1px solid #b9d3e5;
}

.room-details li {
  background: #fff;
  margin: 4px;
  padding: 3px;
}

.room-details li span {
  display: inline-block;
  width: 10em;
  color: #6ca460;
}

p.message-ok {
  margin: 5px 20px 5px 5px;
  padding-left: 20px;
  background: url(../img/accept.png) no-repeat 0 50%;
} 

p.message-error {
  margin: 5px 20px 5px 5px;
  padding-left: 20px;
  background: url(../img/cross.png) no-repeat 0 50%;
} 

.content-block {
  padding:10px;
  font-size: 1.25em;
}

/* Footer
-------------------------------------------------------------- */
#footer {
  width: 90%;
  margin: 0 auto;
  padding-bottom: 2em;
  text-align: center;
}

#footer p {
  margin: 0;  
}

#footer ul {
  list-style: none;
}

#footer ul li {
  display: inline;
  margin: 0 5px;
}

#footer a {
  color: #31383e;
}

/* Tables
-------------------------------------------------------------- */

div.sitebox {
  display: inline;
  float: left;
  width: 32%;
  margin: 0 .5% 1em .5%;
  min-width: 215px;
  border: 1px solid #96adbd;
  background: #fdfdfd url(../img/bg_box.png) repeat-x left bottom;
}

table       { width:100%; empty-cells:show;}
tbody td    { border-bottom: 1px dotted #cbd2d6;}
table#serp tbody td { border: 1px dotted #cbd2d6;}
th          { font-weight: bold; background: #c8e5fd; text-align: left; }
table#serp th { border: 1px solid #fff }
th,td       { padding: 4px 10px 4px 5px; }
tr.tr-over td { background: #e3f3ff;}
tr.even td  { background: #E5ECF9; }
tfoot       { font-style: italic; }

#serp thead th:hover {
  background: #acd1ef;
}
/* sitebox tables */

.sitebox .col1 { width: 65%; }
.sitebox .col2 { width: 15%; }
.sitebox .col3 { width: 20%; }

.sitebox table caption {
  text-align: left;
  background: #141414 url(../img/bg_header.png) repeat-x top left;
  color: #fff;
  font-size: 1.5em;
  height: 40px;
  line-height: 37px;
  padding: 0 5px;
}
.sitebox table caption a {
  color: #fff;
  text-decoration: none;
}

.sitebox tr:last-child td {
  border-bottom: 0;
}

/* serp table */

#serp .col1 { width: 10%;}
#serp .col2 { width: 20%; }
#serp .col4 { width: 7%; }
#serp .col5 { width: 7%; }
#serp .col6 { width: 7%; }
#serp .col7 { width: 7%; }

/* Forms
-------------------------------------------------------------- */

label {
  position: relative;
  color: #6ca460;
}

input[type=text],
input[type=password],
textarea {
  font: 1em "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;
  border: 1px solid #b5d0e4;
  }

input[type=text]:focus,
input[type=password]:focus,
textarea:focus {
  border:1px solid #96adbd;
  }

input.error {
  border:1px solid #b21919;
  }

input[type=submit] {
  font-family: "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;
  }  
   
select {
  font: 1em "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 1px;
  }

textarea {
  width: 30%;
  height: 150px;
}
  
button {
  width: 136px;
  border: 0;
  padding: 0;
  background: transparent;
  position: relative;
  cursor: pointer;
  } 

a.extended-search {
  display: inline-block;
  margin: 1em 0 0 10px;
  position: relative;
  top: -8px;
}  
  
form {
  padding: 2%;
  background: #e3f3ff;
  border: 1px solid #b5d0e4;
  }

#search form fieldset {
  float: left;
  clear: left;
  width: 100%;
  }

form fieldset fieldset {
  margin-top: 0.5em;
  margin-bottom: -2em;
  }

#search form fieldset.submit {
  float: none;
  width: auto;
  margin-left: 24.4%;
  }

.content form fieldset.submit {
  float: none;
  width: auto;
  margin-left: 11.8%;
  }  
  
#head-inset form div {
  float: left;
  padding: 3px 0;
}  

#head-inset input#tellfriend {
  max-width: 300px;
  margin-right: 10px;
}

#head-inset button {
  float:left;
}
  
form ol {
  list-style: none;
  margin: 0;
  }

form fieldset fieldset ol {
  position: relative;
  top: -1.5em;
  margin: 0 0 0 12%;
  padding: 0;
  }

form li {
  float: left;
  clear: left;
  width: 100%;
  padding-bottom: 0.5em;
  }

form li li {
  clear: none;
  width: 8%;
  padding-bottom:0.5em;
  }

form input[type=radio],
form input[type=checkbox] {
  margin:0;
  }

form input[type=text],
form input[type=password] {
  padding:2px 1px;
  }

#search label {
  float: left;
  width: 23%;
  min-width: 90px;
  margin-right: 2%;
  }
  
.content label {
  float: left;
  width: 10%;
  min-width: 90px;
  margin-right: 2%;
  }
  
select {
  width: 75%;
  max-width: 200px;
}
  
.content fieldset fieldset label {
  top: -2px;
  float: none;
  color: #31383e;
  }

label em {
  position: absolute;
  left: 135px;
  top: 4px;
  }

label strong {
  position: absolute;
  left: 390px;
  top: 0.1em;
  width: 180px;
  color: #b21919;
  font-weight: normal;
  text-transform: uppercase;
  }

label em {
  position: relative;
  top:-5px;
  left: 0;
  }  

label strong {
  left:0;
  top: 5.5em;
  width: 220px;
  font-size: 0.75em;
  }

fieldset fieldset legend {
  position: relative !important;
  top: -3px;
  left: 0;
  color: #6ca460;
  }

#serp tbody a {
  font-size: 1.25em;
}  
  
/* Breadcrumbs
-------------------------------------------------------------- */  
  
#breadcrumb {
  margin-bottom: 1em;
  border-bottom:1px dotted #cbd2d6;
}

#breadcrumb li {
  display: inline;
}

#breadcrumb li a {
  padding-right: 10px;
  margin-right: 3px;
  text-decoration: none;
  background: url(../img/crumb-arrow.png) no-repeat right 60%;
}

/* Sitemap
-------------------------------------------------------------- */

.sitemap {
  float: left;
  width: 25%;
  margin-right: 20px;
}

/* Pagination
-------------------------------------------------------------- */

.pagination {
  margin: 25px 0 0 0;
  padding-bottom: 15px;
  text-align: center;
}

.pagination ul {
  list-style: none;
  display: inline;
}

.pagination li {
  display: inline;
  margin: 0 1px;
  color: #ccc;
  padding: 3px 0px;
}

.pagination li a {
  padding: 3px 7px;
  color: #6e6e6e;
  text-decoration: none;
  border: 1px solid #ccc;
}

.pagination li a:hover,
.pagination li a:focus {
  background: #6ca460;
  color: #fff;
  border: 1px solid #31383e;
  text-decoration: none;
}

.pagination li.page_active {
  padding: 3px 6px;
  border: 1px solid #ddd;
  font-weight: bold;
  color: #6ca460;
}

.pagination li.page_prev,
.pagination li.page_next {padding: 3px 7px;}
.pagination li.page_prev a,
.pagination li.page_next a {padding: 3px 7px; margin: 0 -7px}
  
/* Clearing floats without extra markup
   [http://www.positioniseverything.net/easyclearing.html]
-------------------------------------------------------------- */

.clearfix:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
  }

.clearfix {display: inline-block;}
* html .clearfix {height: 1%;}
.clearfix {display: block;}

.clear { clear:both; }