/* CSS Document */
/* ----- Tags ----- */
/* line 8, Z:/WWW/TidalComics/_css/sass/tidal.scss */
body, html {
  min-height: 100%;
}

/* line 11, Z:/WWW/TidalComics/_css/sass/tidal.scss */
body {
  background: #FFFFFF;
}

/* line 14, Z:/WWW/TidalComics/_css/sass/tidal.scss */
a {
  text-decoration: none;
}

/* line 17, Z:/WWW/TidalComics/_css/sass/tidal.scss */
.clear {
  clear: both;
}

/* ----- Header ----- */
/* line 22, Z:/WWW/TidalComics/_css/sass/tidal.scss */
header#tidalHeader {
  background: white;
  overflow: hidden;
  clear: both;
  font-weight: bold;
  height: 60px;
  -webkit-transition: 150ms ease-in all;
  transition: 150ms ease-in all;
  padding-left: 15px;
}

/* line 38, Z:/WWW/TidalComics/_css/sass/tidal.scss */
header#tidalHeader:hover {
  -webkit-transition: 150ms ease-out all;
  transition: 150ms ease-out all;
  height: 124px;
}

/* line 41, Z:/WWW/TidalComics/_css/sass/tidal.scss */
header#tidalHeader a#tidalIcon {
  display: block;
  float: left;
  padding: 6px 5px;
  -webkit-transition: 150ms ease all;
  transition: 150ms ease all;
}

#tidalIcon img {
  width: 64px;
}

#tidalIcon:hover img {
  -webkit-filter: invert(100%);
}

/* line 48, Z:/WWW/TidalComics/_css/sass/tidal.scss */
header#tidalHeader:hover a#tidalIcon {
  padding: 35px 5px;
}

/* line 51, Z:/WWW/TidalComics/_css/sass/tidal.scss */
header#tidalHeader a:hover {
  background: rgba(0, 0, 0, 0.75);
  color: white;
}

/* line 59, Z:/WWW/TidalComics/_css/sass/tidal.scss */
header#tidalHeader nav a {
  display: block;
  float: left;
  color: black;
  padding: 5px;
  margin: 0 5px;
  transition: 0.3s ease all;
}
/* line 67, Z:/WWW/TidalComics/_css/sass/tidal.scss */
header#tidalHeader nav a.hiatus {
  opacity: 0.3;
}
/* line 70, Z:/WWW/TidalComics/_css/sass/tidal.scss */
header#tidalHeader nav a.hiatus:hover {
  opacity: 1;
}

/* line 75, Z:/WWW/TidalComics/_css/sass/tidal.scss */
header#tidalHeader nav a img {
  display: block;
  width: 150px;
  margin-top: -15px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0 4px 32px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 4px 32px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 32px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: 150ms ease all;
  transition: 150ms ease all;
}

/* line 88, Z:/WWW/TidalComics/_css/sass/tidal.scss */
header#tidalHeader:hover nav a img {
  margin-top: 0;
}

/* line 91, Z:/WWW/TidalComics/_css/sass/tidal.scss */
header#tidalHeader nav a p {
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 300;
  text-shadow: 0px 5px 32px #000;
  text-align: center;
  padding: 0;
  margin: 0;
  line-height: 24px;
  font-size: 1.2em;
}

/* --- Tidal Notices --- */
/* line 106, Z:/WWW/TidalComics/_css/sass/tidal.scss */
div#tidalNotice {
  text-align: center;
  min-width: 718px;
  padding: 25px;
}
/* line 119, Z:/WWW/TidalComics/_css/sass/tidal.scss */
div#tidalNotice div#textNotice {
  background-color: #222;
  -webkit-box-shadow: inset 0px 0px 10px 3px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0px 0px 10px 3px rgba(0, 0, 0, 0.25);
  text-shadow: 0px 3px 5px #000000;
  color: #FFFFFF;
  max-width: 768px;
  min-width: 400px;
  margin: 5px auto;
  padding: 5px 25px;
  display: block;
  font-family: "Open Sans", sans-serif;
  border-radius: 5px;
  overflow: auto;
}
/* line 134, Z:/WWW/TidalComics/_css/sass/tidal.scss */
div#tidalNotice div#textNotice div#countdown {
  float: left;
}
/* line 138, Z:/WWW/TidalComics/_css/sass/tidal.scss */
div#tidalNotice div#textNotice h1 {
  font-style: italic;
  font-weight: 400;
  font-size: .9em;
  text-align: center;
}
/* line 144, Z:/WWW/TidalComics/_css/sass/tidal.scss */
div#tidalNotice div#textNotice h1:after {
  content: "\0020\0022";
}
/* line 148, Z:/WWW/TidalComics/_css/sass/tidal.scss */
div#tidalNotice div#textNotice h1:before {
  content: "\0022\0020";
}

/* line 155, Z:/WWW/TidalComics/_css/sass/tidal.scss */
div#tidalNotice div#textNotice p {
  font-size: .8em;
  font-weight: 600;
}

/* line 160, Z:/WWW/TidalComics/_css/sass/tidal.scss */
div#tidalNotice div#imageNotice {
  display: inline-block;
  text-align: center;
  margin: 0 auto;
  border-radius: 5px;
  overflow: hidden;
  -webkit-box-shadow: 0 4px 32px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 4px 32px 3px rgba(0, 0, 0, 0.3);
}

/* line 169, Z:/WWW/TidalComics/_css/sass/tidal.scss */
div#tidalNotice div#imageNotice a {
  display: block;
  line-height: 0;
}

@media screen and (max-width: 768px) {
  /* line 175, Z:/WWW/TidalComics/_css/sass/tidal.scss */
  div#tidalNotice div#imageNotice a img {
    max-width: 650px;
  }
}
/* --- TidalFooter --- */
/* line 182, Z:/WWW/TidalComics/_css/sass/tidal.scss */
footer#tidalFooter {
  color: #FFF;
  background: #758EA1;
  /* old browsers */
  background: -webkit-gradient(linear, left top, right bottom, from(rgba(117, 142, 161, 0.7)), to(#224a68));
  /* webkit */
  background: -moz-linear-gradient(top, #758ea1 0%, #224a68 100%);
  /* firefox */
  border-top: 1px solid #3F3F3F;
  clear: both;
}

/* line 190, Z:/WWW/TidalComics/_css/sass/tidal.scss */
footer#tidalFooter header {
  background-color: #666;
  height: 30px;
}

/* line 194, Z:/WWW/TidalComics/_css/sass/tidal.scss */
footer#tidalFooter a {
  color: #92C3E6;
  text-decoration: none;
  padding: 0 2px;
}

/* line 199, Z:/WWW/TidalComics/_css/sass/tidal.scss */
footer#tidalFooter a:hover {
  color: #FFF;
  background: rgba(200, 200, 255, 0.5);
}

/* line 203, Z:/WWW/TidalComics/_css/sass/tidal.scss */
footer#tidalFooter > .br {
  display: block;
  height: 2px;
  background: rgba(200, 200, 255, 0.5);
}

/* line 208, Z:/WWW/TidalComics/_css/sass/tidal.scss */
footer#tidalFooter .copyright {
  color: #FFF;
  text-align: right;
  font: 14px/18px PermanentMarkerRegular, "Trebuchet MS", Arial, Helvetica, sans-serif;
  padding: 12px;
  margin: 0;
}

/* line 215, Z:/WWW/TidalComics/_css/sass/tidal.scss */
footer#tidalFooter .footerLinks {
  color: #FFF;
  font: 10px/18px AurulentSansRegular, Tahoma, Geneva, sans-serif;
  text-align: center;
  padding: 0;
  margin: 0;
  background: #333;
}

/* --- Wrappers --- */
/* line 226, Z:/WWW/TidalComics/_css/sass/tidal.scss */
div#wrapper {
  display: block;
  width: 1040px;
  min-height: 100%;
  margin: 20px auto;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media screen and (max-width: 1040px) {
  /* line 246, Z:/WWW/TidalComics/_css/sass/tidal.scss */
  header#tidalHeader {
    border-bottom: 2px solid #333;
    border-right: 0;
    border-left: 0;
    padding: 0;
    margin: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
  }
}
@media screen and (max-width: 768px) {
  /* line 259, Z:/WWW/TidalComics/_css/sass/tidal.scss */
  div#wrapper {
    width: 768px;
    margin: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    overflow: hidden;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }

  /* line 272, Z:/WWW/TidalComics/_css/sass/tidal.scss */
  #tidalFooter {
    min-width: 768px;
  }

  /* line 275, Z:/WWW/TidalComics/_css/sass/tidal.scss */
  header#tidalHeader {
    min-width: 768px;
  }
}
@media screen and (max-width: 1040px) and (min-width: 769px) {
  /* line 280, Z:/WWW/TidalComics/_css/sass/tidal.scss */
  header#tidalHeader {
    border-bottom: 2px solid #333;
    border-right: 0;
    border-left: 0;
    padding: 0;
    margin: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    min-width: 1040px;
  }

  /* line 292, Z:/WWW/TidalComics/_css/sass/tidal.scss */
  #tidalHeader #dropdownUserMenu {
    margin-right: 0;
  }

  /* line 295, Z:/WWW/TidalComics/_css/sass/tidal.scss */
  #tidalHeader #dropdownUserMenu a:last-of-type {
    -webkit-border-bottom-right-radius: 0;
  }

  /* line 298, Z:/WWW/TidalComics/_css/sass/tidal.scss */
  div#wrapper {
    width: 1040px;
    margin: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    overflow: hidden;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }

  /* line 311, Z:/WWW/TidalComics/_css/sass/tidal.scss */
  #tidalFooter {
    min-width: 1040px;
  }
}
