/home/coolpkct/www/websites/cake3.cool.rocks/_themes/zero/css/styles.css
/* Generated from SASS source code */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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;
}

ol, ul {
  /* list-style: none; */
}

blockquote, q {
  quotes: none;
}

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

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

/* 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.woff") format("woff"), url("../fonts/meteocons.ttf") format("truetype"), url("../fonts/meteocons.svg#meteocons") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* ==================== The following styles are common to Boma, Kosel and Zero =============== */
html {
  overflow-y: scroll;
  overflow-x: hidden;
}

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

:focus {
  outline: 0;
}

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;
}
a img {
  border: none;
}

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;
  line-height: 1.1;
}

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

img.sk-auto-height {
  /* Override height settings from CKEditor defaults. See ckeditordialogue.js */
  height: auto !important;
}

b, strong {
  font-weight: bold;
}

em, i {
  font-style: italic;
}

object, embed {
  height: auto;
}

/**
 * Main blocks
 */
#wrapper,
header,
section,
footer {
  position: relative;
}
#wrapper:before, #wrapper:after,
header:before,
header:after,
section:before,
section:after,
footer:before,
footer:after {
  /* Micro clearfix */
  content: " ";
  display: table;
}
#wrapper:after,
header:after,
section:after,
footer:after {
  clear: both;
}
.ie7 #wrapper, .ie7
header, .ie7
section, .ie7
footer {
  *zoom: 1;
}

footer {
  clear: both;
  margin-bottom: 1em;
}

/**
 * Modules
 * Re-usable css for use across themes
 * Designed to work with standard template html
 */
/**
 * Module to show / hide main nav on smaller screens
 * See init.js
 */
.hidden-nav {
  display: none;
}

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

#menu-anchor {
  font-size: 4em;
  line-height: 1;
  display: block;
}

/* Use data attributes to insert menu icon */
#menu-anchor [data-icon]:before {
  font-family: 'meteocons';
  content: attr(data-icon);
  speak: none;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
}

@media only screen and (min-width: 768px) {
  /* Show hidden nav and hide menu icon */
  .hidden-nav {
    display: block;
  }

  #nav-anchors {
    display: none;
  }
}
/**
 * Page body module styles user-provided html from CKEditor
 */
.page-body {
  line-height: 1.75;
}
.page-body a {
  border-bottom: 1px dotted;
}
.page-body ul,
.page-body ol {
  padding-left: 2em;
}
.page-body li {
  margin-bottom: 0.75em;
}
.page-body dd {
  margin-bottom: 1em;
}
.page-body h2:empty {
  margin: 0;
  padding: 0;
}
.page-body table {
  width: 100%;
  /* Don't use shorthand because it sets color to text color */
  border-width: 1px;
  border-style: solid;
  margin: 0 1em 1em 0;
}
.page-body caption,
.page-body th {
  text-align: left;
  font-weight: bold;
}
.page-body th,
.page-body td {
  border-width: 1px;
  border-style: solid;
  padding: 0 0.25em;
}

@media only screen and (min-width: 768px) {
  .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;
  }

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

  .columns-3 {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
  }
}
/**
 * Gallery modules
 */
.gallery {
  margin-bottom: 2em;
}

.gallery-juicebox .jb-splash a {
  color: #FFFFFF;
}

.gallery-listviewer .gallery-wrap {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.gallery-listviewer .gallery-wrap > .gallery-item:last-child {
  margin: 0;
}
.gallery-listviewer .gallery-item {
  padding: 0;
  margin: 0 0 2em 0;
}
.gallery-listviewer .gallery-item .title {
  margin-bottom: 0;
}
.gallery-listviewer .gallery-item .title + .caption {
  margin-top: 0;
}
.gallery-listviewer .center {
  margin: 0 auto;
}
.gallery-listviewer .image-wrap {
  /* intrinsic ratios image sizing */
  position: relative;
  height: 0;
  background-color: #666;
  margin-bottom: 1em;
}
.gallery-listviewer .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
}

/**
 * Gallery index module
 */
.thumbs {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.thumbs:before, .thumbs:after {
  /* Micro clearfix */
  content: " ";
  display: table;
}
.thumbs:after {
  clear: both;
}
.ie7 .thumbs {
  *zoom: 1;
}
.thumbs figure {
  text-align: center;
}
.thumbs figcaption {
  margin: 0.5em 0 0.5em;
  text-align: center;
  line-height: 1.25;
  overflow: hidden;
  height: 3.75em;
}
.thumbs figcaption a {
  border-bottom: none;
}
.thumbs .thumb-image {
  opacity: 0.999;
  /* hack for 1 px white line over drop shadows in FF Mac */
}
.thumbs a:hover .thumb-image {
  opacity: 0.8;
}
.thumbs .image-wrap {
  /* Intrinsic ratios image sizing */
  position: relative;
  height: 0;
}
.thumbs .image-wrap img {
  position: absolute;
  left: 0;
  top: 0;
}

.thumbs-item {
  margin-top: 0;
  margin-bottom: 0.5em;
  zoom: 1;
  margin-left: auto;
  margin-right: auto;
  width: 98.75%;
  /* Left margin collapses into parent */
}

@media only screen and (min-width: 330px) {
  /* all layouts gallery thumbs switch to 2 columns */
  .thumbs-item {
    float: left;
    margin-left: 1.25%;
    margin-right: 1.25%;
    width: 47.5%;
  }

  .ie7 .thumbs .thumbs-item {
    width: 47.25%;
    /* ie7 rounding correction */
  }
}
/**
 * vcard module
 */
.vcard {
  margin-bottom: 0.75em;
}
.vcard .adr > span {
  display: block;
  line-height: 1.4;
}

/* ============================== Zero Styles =========================================== */
/**
 * Base styles
 */
h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

h1 {
  font-size: 1.333333em;
}

h2 {
  font-size: 1.166666em;
}

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

/**
 * Layout styles
 */
#wrapper {
  max-width: 1108px;
  /* 800/0.722 to allow for margins */
  margin: 0 auto;
  padding-top: 20px;
}

header {
  text-align: center;
}
header h1 img {
  display: block;
  margin: 0 0 0.333333em 0;
}

.content, header, footer {
  margin-left: 1.8953%;
  /* 21/1108 */
  margin-right: 1.8953%;
}

.page-body a {
  border-bottom: none;
}

.restricted > * {
  max-width: 540px;
}

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

footer {
  text-align: center;
}
footer small {
  font-size: 0.75em;
}

@media only screen and (min-width: 768px) {
  /* switch header and content to a two column layout*/
  header {
    float: left;
    text-align: left;
    width: 20%;
    margin: 0 1.25% 0 2.5%;
  }

  .content {
    float: left;
    width: 72.2021%;
    /* 800/1108 */
  }

  footer {
    text-align: left;
  }
}
/**
 * Left navigation module
 */
nav {
  overflow: hidden;
  margin-top: 1.25em;
}
nav ul {
  line-height: 1.25;
  overflow: hidden;
  list-style: none;
  /* text-align: center; */
  margin: 0 0 1em 0;
}
nav a {
  text-decoration: none;
  display: block;
  padding: 0.5em 0;
}

.subnav {
  margin-bottom: 0;
}
.subnav a {
  padding: 0 0 0.5em 0;
}

@media only screen and (min-width: 768px) {
  .subnav .sk-last {
    margin-bottom: 0.75em;
  }
  .subnav a {
    padding: 0 0 0.5em 1em;
  }
}
/**
 * Individual page styles
 */
/**
 * about page
 */
.profile-image {
  padding-bottom: 1em;
}

/**
 * Gallery index page breakpoints
 */
/* 3 column layout 3 column breakpoint */
@media only screen and (min-width: 600px) {
  .index-3-col .thumbs-item {
    width: 30.83333%;
  }

  .ie7 .index-3-col .thumbs-item {
    margin-left: 1.16667%;
    margin-right: 1.16667%;
    width: 30.75%;
  }
}
/**
 * Theme colors
 */
body {
  background-color: white;
  color: #4c4c4c;
}

* {
  border-color: #cecece;
}

a:link, a:visited {
  color: #6e6e6e;
  border-bottom-color: #6e6e6e;
}

a:hover {
  color: black;
  border-bottom-color: black;
}

header h1 a:link, header h1 a:visited, header h1 a:hover {
  color: #222222;
}

header h2 {
  color: #6e6e6e;
}

header nav li.active > a:link,
header nav li.active > a:visited {
  color: #333333;
}