/* --------------------------------------------------------------

   Kamer.nl v.2 - Typography

-------------------------------------------------------------- */

/* Default font settings.
   The font-size percentage is of 16px. (0.625 * 16px = 10px) */

body {
  font-size: 62.5%;
  color: #1d3e41;
  background: #fefefe;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: normal; color: #025c66; }

h1 { font-size: 2.4em; line-height: 1; margin-bottom: 0.75em; color:#864c21; letter-spacing: -1px; }
h1.with-subtitle { margin-bottom: 0; }
h1.second { border-top: 1px dotted #a2b1b3; padding-top: .75em; }
h2 { font-size: 1.4em; font-weight: bold; margin-bottom: 0; color: #864c21; clear: both; }
h2.heading-alt { margin: 1em 0; }
h3 { font-size: 1.4em; margin-bottom: 0;}
h4 { font-size: 1.2em; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }

h1 img, h2 img, h3 img,
h4 img, h5 img, h6 img {
  margin: 0;
}

.widget h3 {
  margin-bottom: 0.5em;
  padding-bottom: 3px;
  padding-left: 0 !important;
  border-bottom: 1px solid #ddd;
  line-height: 1;
  font-weight: bold;
  color: #864c21;
}

h3.large {
  font-size: 2.4em;
  color: #864c21;
  letter-spacing: -1px;
}

#content-side h3,
#search-filter h3 {
  font-weight:bold;
  line-height: 1;
  border-top: 3px solid #0b7682;
  padding-top: 4px;
  margin-bottom: .75em;
}

#search-filter h4 {
  color: #864c21;
  font-weight: bold;
  text-transform: capitalize;
  border-bottom:1px dotted #ddd1c8;
}

#content-main ul.sitemap h3 {
  padding-left: 0;
  font-size: 1em;
}

#related h3 {
  font-weight: bold;
  font-size:1.2em;
}

.faq h4,
.faq-perma h4 {
  font-size: 1em;
  text-decoration:underline;
  cursor: pointer;
  padding:0 !important;
}

/* Text elements
-------------------------------------------------------------- */

p           { font-size: 1.2em; margin: 0 0 1.5em; }
p.subtitle  { font-size: 1.4em; font-weight:bold; color: #025c66; }
#footer p   { font-size: 1.1em; }

blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup         { position:relative; top: -4px;font-size: 0.8em; }
sup, sub    { line-height: 0; }

abbr,
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#666; }

pre,code    { margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; }


/* Links
-------------------------------------------------------------- */

a:focus,
a:hover     { color: #1d3e41; }
a           { color: #025c66; text-decoration: underline; }

dt a {
  text-decoration:none;
}

h1 a, h2 a, h3 a, h4 a {
  text-decoration: none;
}

.news-year a {
  text-decoration: none;
  color: #864c21;
}

#content-side li a,
.recent-room-city a {
  text-decoration: none;
}

#content-side li a[href$='.pdf'] {
  display:block;
  padding-right: 30px;
  background: url(../img/pdf_icon.png) no-repeat right top;
}

dt a:hover,
.news-year a:hover,
#content-side li a:hover,
#footer p a:hover,
.recent-list a:hover {
  text-decoration: underline;
}

a.permalink {
  float: right;
  font-size: .9em;
}

a.forgot-pass {
  font-size: 1.1em;
  margin-left:230px;
  padding-top:5px;
}

a.form-step-back {
  float: right;
  margin-top: 5px;
  font-size: 1.1em;
  color: #7b8b8c;
}

a.start {
  padding-left: 14px !important;
  background: url(../img/icon_start.png) no-repeat 0 50%;
}

#footer p a {
  color: #9c9c9c;
  text-decoration: none;
}

/* Lists general
-------------------------------------------------------------- */

ul { list-style: none; margin: 0 0 1.5em 0; }

li ul,
li ol { margin:0 .5em; }

ol {
  margin: 0 0 1.5em 1.5em;
  padding: 0 15px;
  list-style-type: decimal;
  font-size: 1.2em;
}

.news-year ol { list-style: none; margin:0; padding: 0 5px;}

ol p {
  font-size: 1em;
  padding: 0 !important;
}

.faq ul {
  list-style: disc;
  margin-left: 1.5em;
  margin-bottom: 1em;
}

.detail-list {
  font-size: 1.2em;
}

.detail-list li {
  padding: 0 5px;
}

.detail-list span {
  width: 14.4em;
  display: inline-block;
  font-weight: bold;
}

.detail-list span.value {
  display: inline-block;
  font-weight:normal
}

.detail-list li {
  padding: 2px 5px;
  border-top: 1px dotted #e0e0e0;
}

.detail-list li:first-child,
#content-side li:first-child {
  border:0;
}

#react .detail-list li {
  border: 0;
}

/* inline editing profile */
.detail-list li input,
.detail-list li select {
  width: 13.5em !important;
  font-size: 1em;
  padding: 1px 1px 0;
}

#content-side li {
  padding: 4px 0 4px 12px;
  font-size: 1.2em;
  border-top: 1px dotted #a2b1b3;
  background: url(../img/bullet.gif) no-repeat 0 9px;
}

#content-side #search-filter li {
  margin-left: 10px;
  padding: 0;
  font-size: 1em;
  border: 0;
  background: none;
  text-transform: capitalize;
}

.pdf-list li {
  font-size: 1.2em;
  padding: 4px 0 4px 12px;
}

.pdf-list li a {
  padding-left: 20px !important;
  background: url(../img/pdf_icon.png) no-repeat 0 50%;
}

ul.sitemap,
#search-filter ul {
  font-size: 1.2em;
}

#related ul {
  list-style: disc;
  margin-left: 1.5em;
}

/* List searchresults
-------------------------------------------------------------- */

dl { margin: 0 0 1.5em 0; }

dl dt {
  margin-top: 0.5em;
  padding: 0.1em 5px;
  border-top: 1px dotted #a2b1b3;
  font-size: 1.8em;
  line-height: 1.3;
  background: url(../img/result_header_bg.png) repeat-x;
}

dd {
  padding: 0 5px;
  font-size: 1.2em;
  line-height: 1.8;
}

dd.result-description p {
  padding: 0 !important;
  margin: 0.5em 0;
  line-height: 1.5;
  font-size: 1em;
  font-style: italic;
}

dd.result-action {
  text-align: right;
  margin: -2em 0 1em 0;
  font-size: 1.1em;
  text-transform: uppercase;
}

dd.result-action a {
  margin-left:15px;
}

dd.result-huurders-action {
  text-align: right;
  margin: -8em 0 7em;
  font-size: 1.1em;
  text-transform: uppercase;
}

dd.result-action a,
dd.result-huurders-action a {
  margin-left:15px;
}

span.delete_room,
dd.delete_saved_room,
dd.delete_offered_room,
dd.edit_offered_room,
dd.activate_offered_room,
dd.saved_room {
  text-align: right;
  margin: -9.7em 0 10em; /* vier detailregels: -9.7em 0 8.7em */
  font-size: 1.1em;
  text-transform: uppercase;
}

span.delete_room a,
dd.delete_saved_room a,
dd.delete_offered_room a,
dd.edit_offered_room a,
dd.activate_offered_room a,
dd.saved_room a {
  padding:1px 0;
}

span.delete_room a,
dd.delete_saved_room a {
  padding-left: 20px;
  background: url(../img/icon_delete.png) no-repeat 0 50%;
}

dd.delete_offered_room a {
  padding-left: 20px;
  background: url(../img/icon_delete.png) no-repeat 0 50%;
}

dd.edit_offered_room a {
  padding-left: 20px;
  background: url(../img/icon_edit.png) no-repeat 0 50%;
}

dd.activate_offered_room a {
  padding-left: 20px;
  background: url(../img/icon_phone.png) no-repeat 0 50%;
}

dd.result-foto {
  min-height: 66px;
  text-align: right;
  margin-top: -5.5em;
}

dd span {
  display: inline-block;
  width: 9.3em;
  font-weight: bold;
}

dd em.price-per-square {
  font-style: normal;
  color: #7b8b8c;
  font-size: 0.85em;
}

/* Tables
-------------------------------------------------------------- */

table       { font-size: 1.2em; margin: 0.5em 0 1.4em; width:100%; border: 1px solid #a5d6db; color: #025c66;}
th          { font-weight: bold; background: #e4f5f7; border-bottom: 1px solid #a5d6db; text-align: left; }
tbody th    { background: transparent; border-bottom: 0;}
tbody tr td, tbody tr th    { border-bottom: 1px dotted #e0e0e0; }
th,td       { padding: 4px 10px 4px 5px; }
tfoot       { font-size: 0.9em; text-align: center }
caption     { display: none; }
tbody tr:hover { background: #f0fbfc; }

/* Messages
-------------------------------------------------------------- */

.message {
  padding: 10px 10px 10px 32px;
  margin-bottom: 1.5em;
}

.message-enquete {
  position:relative;
  padding: 10px;
  border: 1px solid #edc247;
  background: #faf0a4;
}

#page-home .message-enquete {
  float: right;
  width: 680px;
  display: inline;
}

.message-enquete strong {
  margin-right: 0.5em;
  font-size: 1.25em;
  color: #715914;
}

.message-enquete p {
  margin: 0;
  background: url(../img/icon_ski.png) no-repeat 0 50%;
  padding-left: 28px !important;
}

.message h4 {
  margin-top:1.5em;
}

a.remove-message,
a.remove-ie6-message {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 0 5px 3px;
  text-decoration: none;
  color: #edc247;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1;
  border: 1px solid #edc247;
}

/* Miscellaneous
-------------------------------------------------------------- */
.mute span  {	color: #ccc !important; }
.mute,
.bewerk { color: #ccc; }
.mute2  {color:#7b8b8c;}
