/* ============================== MAIN LAYOUT ============================== */

body {
    background-color: #FFF;
    font: .84em/1.4 Arial, sans-serif;
    color: #000;
    width: 900px;
    margin: 30px auto;
    border-bottom: 1px solid #0A0;
}
#container {
    clear: left;
}
#left-sidebar {
    float: left;
    width: 120px;
    padding-top: 12px;
}
#main {
    float: left;
    margin-top: 1.4em;
    margin-left: 48px;
    width: 732px;
}
.front #main {
    margin-right: 48px;
    width: 282px;
    text-align: center;
}
#right-sidebar {
    float: left;
    width: 390px;
    margin-top: 1.4em;
}
#footer {
    clear: both;
}

/* ============================== HEADER ============================== */
/*#header {
    background: transparent url(_img/fietsen.png) no-repeat -288px 22px;
    -webkit-transition: background-position 3s linear;
    -moz-transition: background-position 3s linear;
}
#header:hover {
    background-position: 1188px 22px;
}*/
#header {
/*    position: relative;*/
    min-height: 103px;
}
/* fietsen in de header */
#block-views-fietsen_header-block_1 {
    position: absolute;
/*    width: 878px;*/
    left: 50%;
    right: 0;
    top: 52px;
    margin-left: -400px;
    height: 40px;
    z-index: 1;
    overflow: hidden;
}
#block-views-fietsen_header-block_1 .content {
    position: absolute;
    left: 0;
    right: -400px; /* zodat ie mooi het beeld uit loopt */
    height: 40px;
}
#logo {
    background-color: #FFF;
/*    float: left;*/
    position: absolute;
    width: 479px;
    margin: 0 0 0 11px;
    z-index: 100;
}
#header-region {
    padding: 21px 12px 0 0;
}
#header-region p {
    margin: 0;
    text-align: right;
    color: #0A0;
    font-weight: bold;
}
#header-region em {
    color: #999;
    font-weight: normal;
}
#header-region a:link, #header-region a:visited, #header-region a:hover, #header-region a:focus, #header-region a:active {
    color: #0A0;
    text-decoration: underline;
}

/* ============================== LEFT SIDEBAR ============================== */
#left-sidebar .block ul {
    margin: 0;
    padding: 0 ;
}
#left-sidebar .block li,
.block-links_block {
    list-style-type: none;
    list-style-image: none;
    margin: 0;
    padding: .7em 0;
    border-top: 1px solid #0A0;
    text-align: center;
    font-weight: bold;
    color: #999;
}
#left-sidebar .block a {
    display: block;
}
#left-sidebar .block a:link,
#left-sidebar .block a:visited {
    color: #000;
    text-decoration: none;
}
#left-sidebar .block a:hover,
#left-sidebar .block a:focus,
#left-sidebar .block a:active,
#left-sidebar .block .active-trail > a {
    color: #0A0;
    text-decoration: none;
}
#left-sidebar .block-menu_block a.active {
    cursor: text;
}
#left-sidebar .block-locale .active {
    display: none;
}
/* primary links */
#left-sidebar #block-menu_block-1 {
    margin-bottom: 120px;
}
#left-sidebar #block-menu_block-1 li {
    font-size: 1.6em;
    text-transform: lowercase;
    line-height: 1em;
}
#left-sidebar #block-menu_block-1 li.first,
#left-sidebar #block-menu-menu-home li.first {
    border: 0;
}
#left-sidebar #block-menu_block-1 li .first-word {
    display: block;
    font-size: .78em;
    font-weight: normal;
    opacity: .4;
}
/* user menu */
#left-sidebar .block-user {
    margin-top: 2.8em;
}
#left-sidebar .block-user h3 {
    margin: 0;
    text-transform: uppercase;
}
#left-sidebar .block-user li {
    text-align: left;
    font-weight: normal;
    padding: .175em 0;
}
#left-sidebar .block-user ul ul {
    padding-left: .7em;
}
/*#left-sidebar .block .active-trail li a {
    color: #000;
}*/

/* ============================== MAIN ============================== */
/* GENERAL ELEMENTS */
#main a:link {
    color: #00c;
    text-decoration: none;
}
#main .content a:link,
#main .links a:link {
    font-style: italic;
}
#main .content a:visited,
#main .links a:visited {
    color: #999;
    font-style: italic;
    text-decoration: none;
}
#main .content a:hover, #main .content a:focus, #main .content a:active,
#main .links a:hover, #main .links a:focus, #main .links a:active {
    color: #0A0;
    text-decoration: underline;
}
/* DS REGIONS */
#main .nd-region-left {
    width: 282px;
/*    text-align: center;*/
}
#main .nd-region-right {
    width: 390px;
    text-align: center;
}
#main .node {
    margin-bottom: 2.8em;
}
#main .node-sticky {
    margin-bottom: 5.8333em;
}
h1 {
    font-size: 1.5em;
    border-bottom: 1px solid #0A0;
    margin: .7em 0 .25em;
    padding: 0 0 .15em;
    letter-spacing: .025em;
}
h2 {
    font-size: 1em;
    margin: 1.4em 0 0;
}
.front h2 {
    font-size: 1.5em;
    margin: .7em 0 0;
    letter-spacing: .05em;
}
h3 {
    font-size: 1em;
}
.node-sticky h2 {
    border-bottom: 1px solid #0A0;
    margin: 1.5em 0 .25em;
    padding: 0 0 .15em;
}
#container #main h2 a:link,
#container #main h2 a:visited {
    color: #0A0;
    text-decoration: none;
    font-style: normal;
}
#container #main h2 a:hover,
#container #main h2 a:focus,
#container #main h2 a:active {
    color: #0A0;
    text-decoration: underline;
}
#main p {
    margin: 0;
}
#main p + p {
    margin: .7em 0 0;
}
.node h2 {
}
/*.node .links.inline a:link, .node .links.inline a:visited {
    font-weight: bold;
    text-transform: lowercase;
    text-decoration: none;
    color: #000;
}
.node .links.inline a:hover, .node .links.inline a:focus, .node .links.inline a:active {
    color: #0A0;
}*/
.views-exposed-form {
  margin-bottom: 2.8em;
}
.view-Tours h2,
.view-Gids-info h2 {
    font-size: 1em;
    font-weight: normal;
    font-style: italic;
    color: #0A0;
    margin: 0;
    letter-spacing: 0;
}
.view-Nieuws .datePost {
    font-style: italic;
/*    color: #999;*/
    clear: left;
}
.i18n-en .view-Tours h2 {
    display: none;
}
.view-Tours .views-row,
.view-Gids-info .views-row {
    margin: 0 0 .7em 1.4em;
}
.view-Nieuws .views-row {
    clear: left;
}
.view-Nieuws h2 {
    font-size: 1.25em;
    margin: 0 0 0 1.12em;
}
.view-Nieuws .nieuwsTeaser {
    margin: 0 0 2.8em 1.4em;
    overflow: hidden; /* clear flaoted img */
}
.view-Nieuws .nieuwsTeaser p {
    display: inline;
}
.view-Nieuws .nieuwsTeaser br + br {
    display: none;
}
.view-Nieuws .nieuwsTeaser img {
    float: left;
    margin: 0 .7em .7em 0;
}
.view-Tours .views-row.last,
.view-Gids-info .views-row.last {
    margin-bottom: 2.1em;
}
.view-Tours h3,
.view-Gids-info h3 {
    font-size: 1.5em;
    font-weight: bold;
    border-bottom: 1px solid #0A0;
    width: 67%;
    margin: 0 0 .25em;
    padding: .35em 0 .15em 1.8667em;
    letter-spacing: .025em;
}
#main .view-Tours h3 a:link,
#main .view-Tours h3 a:visited,
#main .view-Gids-info h3 a:link,
#main .view-Gids-info h3 a:visited {
    color: #000;
    text-decoration: none;
    font-style: normal;
}
#main .view-Tours h3 a:hover,
#main .view-Tours h3 a:focus,
#main .view-Tours h3 a:active,
#main .view-Gids-info h3 a:hover,
#main .view-Gids-info h3 a:focus,
#main .view-Gids-info h3 a:active {
    color: #0A0;
}
.view-Tours h4,
.view-Gids-info h4 {
  margin: 0;
}
.view-Tours p,
.view-Gids-info p {
    display: inline;
}
.view-Tours p strong,
.view-Gids-info p strong {
    color: #0A0;
}

/* zie ook via display suite en block display */
.field-ds-zie-ook {
    border-top: 1px solid #0A0;
    margin: 2.1em 0 1.4em;
    padding-top: .7em;
    width: 282px;
}
.field-ds-zie-ook .block-views h3 {
    margin: 0;
}
.field-ds-zie-ook .block-views ul,
.field-ds-zie-ook .block-views li,
.block-views ul.zie-ook,
.block-views ul.zie-ook li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
#main .field-ds-zie-ook .block-views ul a.active,
#main .field-ds-zie-ook .block-views li a.active,
#main .block-views ul.zie-ook a.active,
#main .block-views ul.zie-ook li a.active {
    color: #000;
    cursor: text;
}

#main div.links {
    clear: left;
    margin: 2.8em 0 0;
}
.front #main div.links {
    margin-top: 0;
}
#main div.links li {
    font-style: italic;
    color: #0A0;
}
#main div.links li.first {
    padding-left: 0;
}

/* inline illustraties */
img.imagecache-illustratie {
    clear: left;
    float: left;
    margin: 0 .7em .7em 0;
}
.front img.imagecache-illustratie {
    clear: none;
    float: none;
    margin: 0;
}
.front #DAG-logo {
    display: block;
    margin: 0 auto;
    width: 147px;
    height: 108px;
}
.front #DAG-logo img {
    width: 100%;
}


/* forms */
form {
    margin: 0;
    padding: 0;
}
fieldset {
    border: 1px solid #0A0;
}
fieldset fieldset {
    border-color: #999;
}
.form-item label.error {
  display: block;
  float: none;
  width: 100%;
}
textarea[readonly] {
  -webkit-appearance: none;
  border: 0;
  font: 1em/1.4 Arial, sans-serif;
  line-height: 1.4em;
  margin: 0;
  max-width: 100%;
  padding: 0;
  text-align: center;
}
.form-checkboxes, .form-radios {
  margin: 0 0 1.4em;
}
.nd-region-right  .webform-component-textfield label,
.nd-region-right  .webform-component-email label,
.nd-region-right  .webform-component-number label {
  float: none;
  width: 100%;
}
.nd-region-right input[type="email"],
.nd-region-right input[type="text"],
.nd-region-right textarea {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
.nd-region-right .resizable-textarea {
  width: 100%;
}



/* ============================== RIGHT SIDEBAR ============================== */
.view-Diashow {
    min-height: 284px;
}
.view-Diashow .field-content {
    display: block;
}
.view-Diashow img {
    display: block;
}
#virtualTour {
    position: relative;
}
#virtualTour a {
    text-decoration: none;
}
.view-Diashow .form-item,
#virtualTour .form-item {
    position: absolute;
    right: -36px;
    bottom: -24px;
    border: 1px solid #0A0;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
    background-color: #FFF;
    color: #0A0;
    font-weight: bold;
    font-size: 1.4em;
    padding: .35em .7em;
    margin: 0;
    width: 50%;
    text-align: center;
}
.view-Diashow .form-item label {
    display: none;
}
.nd-region-right .views-row,
.nd-region-right .views-cycle-container {
    padding: 0;
    height: 260px !important;
}

/* nieuws blok */
#right-sidebar #block-views-Nieuws-block_2 h3,
#right-sidebar .view-Nieuws {
    text-align: center;
}
.view-Nieuws .views-row {
    margin: 0 0 1.4em;
}
.view-Nieuws a:link {
    color: #00c;
    text-decoration: none;
    font-style: italic;
}
.view-Nieuws a:visited {
    color: #999;
    font-style: italic;
    text-decoration: none;
}
.view-Nieuws a:hover, .view-Nieuws a:focus, .view-Nieuws a:active {
    color: #0A0;
    text-decoration: underline;
}
#right-sidebar .view-Nieuws .views-row-first .datePost {
    width: 70%;
    margin: 0 15%;
    padding-top: .7em;
    border-top: 1px solid #0A0;
}
#right-sidebar .view-Nieuws h2 {
    margin: 0;
    font-size: 1.25em;
}
.view-Nieuws h2 a:link, .view-Nieuws h2 a:visited {
    color: #0A0;
    font-style: normal;
}
.view-Nieuws p {
    margin: 0;
}

.field-ds-group-ds-gegevens {
    margin-top: 2.8em;
    padding: 0 60px;
}
/* misschien moet ik dit met een preprocess functie groeperen */
/* alle labels */
.field-ds-group-ds-gegevens .field-label,
.field-ds-group-ds-gegevens .field-label-anders,
.field-ds-group-ds-gegevens .field-label-extra,
.field-ds-group-ds-gegevens .field-label-anders-extra,
.field-ds-group-ds-gegevens .field-tijd-weergave,
.field-ds-group-ds-gegevens .field-locatie .field-label,
.field-ds-group-ds-gegevens .field-extra .attribute-attribute
{
    float: none;
    width: auto;
    display: block;
    font-weight: normal;
    font-style: italic;
    color: #000;
}
.field-ds-group-ds-gegevens .field-label:after,
.field-ds-group-ds-gegevens .field-label-anders:after,
.field-ds-group-ds-gegevens .field-label-extra:after,
.field-ds-group-ds-gegevens .field-label-anders-extra:after,
.field-ds-group-ds-gegevens .field-tijd-weergave:after,
.field-ds-group-ds-gegevens .field-extra .attribute-attribute:after
{
    content: ":";
}
.field-ds-group-ds-gegevens .field-locatie .field-label:after,
.field-ds-group-ds-gegevens .field-locatie-anders .field-label:after {
    content: "";
}
/* alle gegevens */
.field-ds-group-ds-gegevens .field-groepsgrootte,
.field-ds-group-ds-gegevens .field-groepsgrootte-txt,
.field-ds-group-ds-gegevens .field-groupsize-full,
.field-ds-group-ds-gegevens .field-bedrag,
.field-ds-group-ds-gegevens .field-pp-pg,
.field-ds-group-ds-gegevens .field-bedrag-extra,
.field-ds-group-ds-gegevens .field-pp-pg-extra,
.field-ds-group-ds-gegevens .field-duur,
.field-ds-group-ds-gegevens .field-duur-suffix,
.field-ds-group-ds-gegevens .field-tijd-van,
.field-ds-group-ds-gegevens .field-tijd-tot,
.field-ds-group-ds-gegevens .field-datum,
.field-ds-group-ds-gegevens .field-locatie,
.field-ds-group-ds-gegevens .field-locatie-anders,
.field-ds-group-ds-gegevens .field-extra .attribute-value
{
    float: none;
    width: auto;
    display: inline;
    font-weight: bold;
    color: #0A0;
}
.field-ds-group-ds-gegevens .field-groepsgrootte,
.field-ds-group-ds-gegevens .field-groepsgrootte-txt,
.field-ds-group-ds-gegevens .field-groupsize-full {
    display: block;
    margin-bottom: 1.4em;
}
.field-ds-group-ds-gegevens .field-opmerking {
    margin: 1.4em 0;
}
.field-ds-group-ds-gegevens .field-tijd-van:after {
    content: " –";
}
.field-ds-group-ds-gegevens .field-bedrag-studenten {
  color: #0A0;
}
.field-ds-group-ds-gegevens .field-bedrag-studenten div {
  font-weight: normal;
}

/* Links block */
.view-Links .field-item {
    display: list-item;
    margin: 0 0 .7em 1.4em;
}
.view-Links .link-title {
    font-weight: bold;
}
/*.view-Links .link-title, .view-Links .link-url {
    display: inline;
}
.view-Links .link-title:after {
    content: ": ";
}*/



/* ============================== HOME ============================== */
#virtualTour {
    padding-top: 2.8em;
}
.front .node-sticky h2 {
    letter-spacing: normal;
    font-size: 1.65em;
}
.front #main .node-sticky p {
    font-size: 1.2em;
}



/* ============================== ADMIN ============================== */
ul.primary {
    border-bottom: 0;
}
.node-form {
    width: 744px;
    text-align: left !important;
}



/**
* ============================== TEMP ==============================
*/

/* Definitely need a better solution for this, maybe http://drupal.org/project/messages_alter */
.not-logged-in.node-type-tour .messages.status {
  display: none;
}
