/**
 * Eric Meyer reset
 * http://meyerweb.com/eric/tools/css/reset/index.html
 */
/* v1.0 | 20080212 */
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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

table {
  /*border-collapse: collapse;*/
  border-spacing: 0;
}

a img {
  border: none;
}

/**
 * General styles
 */
html {
  overflow-y: scroll;
  overflow-x: hidden;
}

/* fonts */
@font-face {
  font-family: 'BebasNeueRegular';
  src: url("../fonts/BebasNeue-webfont.eot");
  src: url("../fonts/BebasNeue-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/BebasNeue-webfont.woff") format("woff"), url("../fonts/BebasNeue-webfont.ttf") format("truetype"), url("../fonts/BebasNeue-webfont.svg#BebasNeueRegular") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* icon font for menu symbol */
@font-face {
  font-family: 'meteocons';
  src: url("../fonts/meteocons.eot");
  src: url("../fonts/meteocons.eot?#iefix") format("embedded-opentype"), url("../fonts/meteocons.svg#meteocons") format("svg"), url("../fonts/meteocons.woff") format("woff"), url("../fonts/meteocons.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

/* Use the following CSS code if you want to use data attributes for inserting your icons */
#menu-anchor [data-icon]:before {
  font-family: 'meteocons';
  content: attr(data-icon);
  speak: none;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
}

.nav-anchors span {
  font-size: 4em;
  line-height: 1;
  display: block;
}

body {
  font-family: Arial, sans-serif;
  font-size: 75%;
  line-height: 1.4;
  text-rendering: optimizeLegibility;
  color: #4c4c4c;
  font-weight: normal;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  margin: 0 2.5%;
}

/* background styles must be set individually for local override */
body.background-cover {
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
}

body.background-repeat {
  background-repeat: repeat;
  background-position: top left;
  background-attachment: scroll;
}

body.background-repeat-x {
  background-repeat: repeat-x;
  background-position: top left;
  background-attachment: scroll;
}

body.background-repeat-y {
  background-repeat: repeat-y;
  background-position: top left;
  background-attachment: scroll;
}

.ie7 body.background-cover,
.ie8 body.background-cover {
  background-image: none;
}

body.body-arial,
body.headings-arial h1,
body.headings-arial h2,
body.headings-arial h3,
body.headings-arial h4,
body.headings-arial h5,
body.headings-arial h6,
body.headings-arial header nav ul li a,
body.headings-arial figcaption,
body.headings-arial footer small {
  font-family: Arial, sans-serif;
}

body.body-bebas,
body.headings-bebas h1,
body.headings-bebas h2,
body.headings-bebas h3,
body.headings-bebas h4,
body.headings-bebas h5,
body.headings-bebas h6,
body.headings-bebas header nav ul li a,
body.headings-bebas figcaption,
body.headings-bebas footer small {
  font-family: BebasNeueRegular, Arial, sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
}

body.headings-bebas nav ul li a {
  font-size: 16px;
  line-height: 20px;
}

body.headings-bebas .nav-2 li a,
body.headings-bebas nav ul li ul a {
  font-size: 12px;
  line-height: 14px;
}

body.body-courier,
body.headings-courier h1,
body.headings-courier h2,
body.headings-courier h3,
body.headings-courier h4,
body.headings-courier h5,
body.headings-courier h6,
body.headings-courier header nav ul li a,
body.headings-courier figcaption,
body.headings-courier footer small {
  font-family: 'Courier New', monospace;
}

body.body-georgia,
body.headings-georgia h1,
body.headings-georgia h2,
body.headings-georgia h3,
body.headings-georgia h4,
body.headings-georgia h5,
body.headings-georgia h6,
body.headings-georgia header nav ul li a,
body.headings-georgia figcaption,
body.headings-georgia footer small {
  font-family: Georgia, 'Times New Roman', Times, serif;
}

body.body-helvetica,
body.headings-helvetica h1,
body.headings-helvetica h2,
body.headings-helvetica h3,
body.headings-helvetica h4,
body.headings-helvetica h5,
body.headings-helvetica h6,
body.headings-helvetica header nav ul li a,
body.headings-helvetica figcaption,
body.headings-helvetica footer small {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

body.body-lucida-console,
body.headings-lucida-console h1,
body.headings-lucida-console h2,
body.headings-lucida-console h3,
body.headings-lucida-console h4,
body.headings-lucida-console h5,
body.headings-lucida-console h6,
body.headings-lucida-console header nav ul li a,
body.headings-lucida-console figcaption,
body.headings-lucida-console footer small {
  font-family: 'Lucida Console', monospace;
}

body.body-lucida-sans,
body.headings-lucida-sans h1,
body.headings-lucida-sans h2,
body.headings-lucida-sans h3,
body.headings-lucida-sans h4,
body.headings-lucida-sans h5,
body.headings-lucida-sans h6,
body.headings-lucida-sans header nav ul li a,
body.headings-lucida-sans figcaption,
body.headings-lucida-sans footer small {
  font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
}

body.body-palatino,
body.headings-palatino h1,
body.headings-palatino h2,
body.headings-palatino h3,
body.headings-palatino h4,
body.headings-palatino h5,
body.headings-palatino h6,
body.headings-palatino header nav ul li a,
body.headings-palatino figcaption,
body.headings-palatino footer small {
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
}

body.body-tahoma,
body.headings-tahoma h1,
body.headings-tahoma h2,
body.headings-tahoma h3,
body.headings-tahoma h4,
body.headings-tahoma h5,
body.headings-tahoma h6,
body.headings-tahoma header nav ul li a,
body.headings-tahoma figcaption,
body.headings-tahoma footer small {
  font-family: Tahoma, Geneva, sans-serif;
}

body.body-times,
body.headings-times h1,
body.headings-times h2,
body.headings-times h3,
body.headings-times h4,
body.headings-times h5,
body.headings-times h6,
body.headings-times header nav ul li a,
body.headings-times figcaption,
body.headings-times footer small {
  font-family: 'Times New Roman', Times, serif;
}

body.body-verdana,
body.headings-verdana h1,
body.headings-verdana h2,
body.headings-verdana h3,
body.headings-verdana h4,
body.headings-verdana h5,
body.headings-verdana h6,
body.headings-verdana header nav ul li a,
body.headings-verdana figcaption,
body.headings-verdana footer small {
  font-family: Verdana, Geneva, Arial, sans-serif;
}

a {
  text-decoration: none;
  -webkit-transition: color .4s ease-out;
  -moz-transition: color .4s ease-out;
  -o-transition: color .4s ease-out;
  -ms-transition: color .4s ease-out;
  transition: color .4s ease-out;
}

p, ul, ol, dl {
  margin: 0.25em 0 1em 0;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 0.333333em 0;
  font-style: normal;
  font-weight: normal;
  line-height: 1.1;
}

h1 {
  font-size: 1.5em;
}

h2 {
  font-size: 1.333333em;
}

h3, h4, h5, h6 {
  font-size: 1.166666em;
}

p {
  font-size: 1em;
}

.content a {
  border-bottom: 1px dotted;
}
.content .gallery a {
  border-bottom: none;
}

img, object, embed {
  -ms-interpolation-mode: bicubic;
  /*IE only*/
  max-width: 100%;
}

object, embed {
  height: auto;
}

img.sk-auto-height {
  /* override height settings from CKEditor defaults */
  height: auto !important;
}

em, b, strong {
  font-weight: bold;
}

i {
  font-style: italic;
}

/**
 *  Main blocks
 */
#wrapper {
  margin: 12px auto;
  max-width: 1078px;
  /* 1024/0.95 to allow for margins */
  overflow: hidden;
  position: relative;
}

section {
  overflow: hidden;
  position: relative;
}

section.content > section {
  padding-left: 2.5%;
  padding-right: 2.5%;
}

section.feature,
section.gallery li,
section.vcard,
div.body-content,
header {
  border-bottom: 1px solid #2B2B2B;
}

/**
 * Header styles
 */
header, footer {
  overflow: hidden;
  margin-left: 2.5%;
  margin-right: 2.5%;
}

header {
  margin-bottom: 5px;
  position: relative;
  min-height: 59px;
}
header div.hgroup {
  width: 80%;
  overflow: hidden;
}
header h1 {
  font-size: 32px;
  margin-bottom: 3px;
}
header h2 {
  margin-bottom: 6px;
  font-size: 12px;
}

/**
 * Nav styles
 */
nav {
  overflow: hidden;
  margin-top: 1em;
}
nav ul {
  overflow: hidden;
  list-style: none;
}
nav ul li {
  white-space: nowrap;
}
nav ul li a {
  text-decoration: none;
  font-size: 14px;
  line-height: 20px;
  vertical-align: text-top;
}
nav ul li ul li {
  float: left;
  margin-right: 0.5em;
}
nav ul li ul li a {
  font-size: 12px;
  line-height: 16px;
}

.nav-2 {
  display: none;
  /* hide js generated sub nav */
}
.nav-2 li {
  min-height: 18px;
}
.nav-2 li a {
  font-size: 12px;
  line-height: 16px;
}

/**
 * Show / hide main nav on smaller screens
 */
.hidden-nav {
  display: none;
}

.nav-anchors {
  position: absolute;
  right: 0;
  top: 0;
  list-style-type: none;
  padding-left: 0;
  margin: 0.25em 0 0;
}

/**
 * Main content styles
 */
section.content {
  line-height: 1.75;
}
section.content h2:empty {
  margin: 0;
  padding: 0;
}
section.content p,
section.content ol,
section.content ul,
section.content dl {
  font-size: 1em;
}
section.content ol li,
section.content ul li {
  margin-bottom: 0.75em;
}
section.content dl dd {
  margin-bottom: 1em;
}
section.content section.gallery {
  margin-bottom: 1em;
}
section.content table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #999999;
  margin: 0 1em 1em 0;
}
section.content table caption,
section.content table th {
  text-align: left;
  font-weight: bold;
}
section.content table th,
section.content table td {
  border: #999999 1px solid;
  padding: 0 0.25em;
}

section.restricted div.body-content > * {
  max-width: 560px;
}

section.restricted div.body-content > div {
  max-width: none;
}

/**
 * Individual page styles
 */
.type-about div.profile-image {
  margin: 0.25em 0 1em 0;
}

.type-galleryindex {
  /* intrinsic ratios image sizing */
}
.type-galleryindex .content figure {
  text-align: center;
}
.type-galleryindex .content figcaption {
  font-size: 1em;
  line-height: 1.25;
  margin: 0.5em 0 0.5em;
  text-align: center;
  border-bottom: none;
  color: #F0F;
  overflow: hidden;
  height: 3.75em;
}
.type-galleryindex .content figcaption a {
  border-bottom: none;
}
.type-galleryindex .thumbs {
  overflow: hidden;
  list-style-type: none;
  margin-left: 2.5%;
  margin-right: 2.5%;
}
.type-galleryindex .thumbs li {
  margin-top: 0;
  margin-bottom: 0.5em;
  zoom: 1;
  margin-left: auto;
  margin-right: auto;
  width: 98.75%;
  /* Left margin collapses into parent */
}
.type-galleryindex .thumbs img {
  -moz-transition: opacity 0.5s ease;
  -webkit-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.type-galleryindex .thumbs a:hover img {
  opacity: 0.8;
}
.type-galleryindex div.image {
  position: relative;
  height: 0;
}
.type-galleryindex div.image img {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.999;
  /* hack for 1 px white line over drop shadows in FF Mac */
}

.type-contact section.vcard {
  padding: 0 0 1em 0;
  margin: 0 2.5% 0.75em 2.5%;
  margin-bottom: 0.75em;
}
.type-contact section.vcard p {
  text-align: center;
}
.type-contact section.vcard p.adr span {
  display: block;
  line-height: 1.4;
}

.type-juicebox div.body-content {
  margin-bottom: 3em;
}

.type-listviewer .center {
  margin: 0 auto;
}
.type-listviewer section.page-body {
  margin-top: 1em;
}
.type-listviewer p.image {
  position: relative;
  height: 0;
  background-color: #666;
}
.type-listviewer p.image img {
  position: absolute;
  top: 0;
  left: 0;
}
.type-listviewer section.gallery ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.type-listviewer section.gallery li {
  padding: 1em 0;
  margin-bottom: 1em;
}
.type-listviewer section.gallery li h3 {
  margin-bottom: 0;
}
.type-listviewer section.gallery li h3 + p {
  margin-top: 0;
}
.type-listviewer .body-content {
  padding-bottom: 2em;
  margin-bottom: 1em;
}

/**
 * Footer styles
 */
footer {
  margin-bottom: 1em;
  margin-top: 2em;
}
footer small {
  font-size: 0.9166666em;
}

/**
 * Theme colour changes / light and dark themes
 */
/* LIGHT SCHEME */
body.light {
  background-color: #FFF;
  color: #4C4C4C;
}
body.light header h1,
body.light header h1 a,
body.light header h1 a:visited,
body.light header h1 a:hover {
  color: #4C4C4C;
}
body.light a {
  color: #999;
}
body.light a:hover {
  color: #222;
}
body.light header nav li.active > a:link,
body.light header nav li.active > a:visited {
  color: #4C4C4C;
}
body.light section.feature,
body.light section.gallery li,
body.light section.vcard,
body.light div.body-content,
body.light header {
  border-bottom-color: #E4E4E4;
}

/* DARK SCHEME */
body.dark {
  background-color: #111;
  color: #AAA;
}
body.dark header h1,
body.dark header h1 a:link,
body.dark header h1 a:visited,
body.dark header h1 a:hover {
  color: #FFF;
}
body.dark a {
  color: #BABABA;
}
body.dark a:hover {
  color: #EEE;
}
body.dark header nav li.active > a:link,
body.dark header nav li.active > a:visited {
  color: #FFF;
}
body.dark section.feature,
body.dark section.gallery li,
body.dark section.vcard,
body.dark div.body-content,
body.dark header {
  border-bottom-color: #333;
}

/**
 * Media queries
 */
/*smartphone portrait*/
/* smartphone landscape */
@media only screen and (min-width: 480px) {
  /* about page profile layout change */
  div.profile-image {
    margin: 0.25em 0 0 0;
    width: 40%;
    float: right;
    text-align: right;
  }

  div.profile {
    margin: 0;
    width: 55%;
    max-width: 560px;
    float: left;
  }

  div.profile h2 {
    margin-top: 0;
  }
}
@media only screen and (min-width: 600px) {
  h1 {
    text-align: left;
  }
}
@media only screen and (min-width: 768px) {
  div.body-content {
    -moz-column-gap: 2.5em;
    -moz-column-rule: none;
    -webkit-column-gap: 2.5em;
    -webkit-column-rule: none;
    column-gap: 2.5em;
    column-rule: none;
  }

  section.columns-2 .body-content {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
  }

  section.columns-3 .body-content {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
  }

  body.type-contact section.vcard p {
    text-align: left;
  }

  /* Hide the navigation menu and use JS to display it */
  .hidden-nav {
    display: block;
  }

  #nav-anchors {
    display: none;
  }

  /* float logo group and nav */
  header div.hgroup {
    float: left;
    width: 30%;
  }

  nav {
    float: right;
    width: 70%;
    overflow: hidden;
    margin-top: 0;
  }

  /* restyle the nav items */
  nav ul {
    margin: 0;
    line-height: 1;
  }

  nav > ul {
    float: right;
    text-align: right;
    margin: 2px 0 15px 0;
  }

  .js nav > ul li {
    display: inline-block;
    margin-left: 0.5em;
  }

  .nav-2 {
    display: block;
    /* show js generated sub nav */
    float: right;
    text-align: right;
    margin: 0 0 4px 0;
    clear: both;
  }

  nav ul li ul {
    display: none;
    /* hide regular sub nav */
  }

  .no-js nav > ul {
    float: none;
    text-align: left;
  }

  .no-js nav ul li ul {
    display: block;
    /* show regular sub nav when no JS */
    clear: none;
    float: none;
  }
}
/* gallery index screen layouts */
@media only screen and (min-width: 330px) {
  /* gallery thumbs switch to 2 columns */
  .type-galleryindex .thumbs li {
    float: left;
    margin-left: 1.25%;
    margin-right: 1.25%;
    width: 47.5%;
  }

  .ie7 .type-galleryindex .thumbs li {
    width: 47.25%;
    /* ie7 rounding correction */
  }
}
/* 3 column layout 3 column breakpoint */
@media only screen and (min-width: 768px) {
  .type-galleryindex .index-3-col .thumbs li {
    width: 30.83333%;
  }

  .ie7 .type-galleryindex .index-3-col .thumbs li {
    margin-left: 1.1849%;
    margin-right: 1.1849%;
    width: 30.76823%;
  }
}
/* 4 column layout 3 column breakpoint */
@media only screen and (min-width: 630px) {
  .type-galleryindex .index-4-col .thumbs li {
    width: 30.83333%;
  }

  .ie7 .type-galleryindex .index-4-col .thumbs li {
    margin-left: 1.17063%;
    margin-right: 1.17063%;
    width: 30.75397%;
  }
}
/* 4 column layout 4 column breakpoint */
@media only screen and (min-width: 930px) {
  .type-galleryindex .index-4-col .thumbs li {
    width: 22.5%;
  }

  .ie7 .type-galleryindex .index-4-col .thumbs li {
    margin-left: 1.19624%;
    margin-right: 1.19624%;
    width: 22.44624%;
  }
}
/* 5 column layout 3 column breakpoint */
@media only screen and (min-width: 530px) {
  .type-galleryindex .index-5-col .thumbs li {
    width: 30.83333%;
  }

  .ie7 .type-galleryindex .index-5-col .thumbs li {
    margin-left: 1.15566%;
    margin-right: 1.15566%;
    width: 30.73899%;
  }
}
/* 5 column layout 4 column breakpoint */
@media only screen and (min-width: 730px) {
  .type-galleryindex .index-5-col .thumbs li {
    width: 22.5%;
  }

  .ie7 .type-galleryindex .index-5-col .thumbs li {
    margin-left: 1.18151%;
    margin-right: 1.18151%;
    width: 22.43151%;
  }
}
/* 5 column layout 5 column breakpoint */
@media only screen and (min-width: 930px) {
  .type-galleryindex .index-5-col .thumbs li {
    width: 17.5%;
  }

  .ie7 .type-galleryindex .index-5-col .thumbs li {
    margin-left: 1.19624%;
    margin-right: 1.19624%;
    width: 17.44624%;
  }
}
/* 6 column layout 3 column breakpoint */
@media only screen and (min-width: 480px) {
  .type-galleryindex .index-6-col .thumbs li {
    width: 30.83333%;
  }

  .ie7 .type-galleryindex .index-6-col .thumbs li {
    margin-left: 1.14583%;
    margin-right: 1.14583%;
    width: 30.72917%;
  }
}
/* 6 column layout 4 column breakpoint */
@media only screen and (min-width: 630px) {
  .type-galleryindex .index-6-col .thumbs li {
    width: 22.5%;
  }

  .ie7 .type-galleryindex .index-6-col .thumbs li {
    margin-left: 1.17063%;
    margin-right: 1.17063%;
    width: 22.42063%;
  }
}
/* 6 column layout 5 column breakpoint */
@media only screen and (min-width: 780px) {
  .type-galleryindex .index-6-col .thumbs li {
    width: 17.5%;
  }

  .ie7 .type-galleryindex .index-6-col .thumbs li {
    margin-left: 1.1859%;
    margin-right: 1.1859%;
    width: 17.4359%;
  }
}
/* 6 column layout 6 column breakpoint */
@media only screen and (min-width: 930px) {
  .type-galleryindex .index-6-col .thumbs li {
    width: 14.16667%;
  }

  .ie7 .type-galleryindex .index-6-col .thumbs li {
    margin-left: 1.19624%;
    margin-right: 1.19624%;
    width: 14.1129%;
  }
}
