<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
coded with care by erin burt on behalf of hiveworks comics
don't dig my style? find a bug? know a better way to get stuff done?
email me 
as long as you're using a modern browser
otherwise please don't
tech@thehiveworks.com
*/

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

/* overall formatting */
body,
html {
  margin: 0;
  padding: 0;
  font-family: "Open Sans", sans-serif;
}
body {
  background: url("images/bg.png") repeat-x #161616;
}
#wrapper {
  max-width: 1150px;
  width: 100%;
  margin: auto;
}

/* header */
header {
  position: relative;
  height: 197px;
  max-width: 1150px;
  width: 100%;
  margin: auto;
  background: url("images/headerbg.png");
}
#logo {
  width: 100%;
  max-width: 406px;
  position: absolute;
  background: url("images/logo.png");
  top: 15px;
  background-size: 100%;
}
#logo:before {
  content: "";
  display: block;
  padding-top: calc((128 / 406) * 100%);
}
#topspace {
  width: 728px;
  background: #ccc;
  height: 90px;
  position: absolute;
  top: 30px;
  right: 5px;
}
#espanol {
  width: 75px;
  height: 20px;
  background: url("images/espanol.png");
  position: absolute;
  bottom: 5px;
  right: 5px;
}
@media screen and (max-width: 1150px) {
  header {
    background: none;
    height: auto;
  }
  #logo {
    position: static;
    margin: auto;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  #topspace {
    position: static;
    margin: auto;
    margin-top: 10px;
  }
}
@media screen and (max-width: 727px) {
  #topspace {
    display: none;
  }
  #espanol {
    top: 0px;
  }
}

/* menu */
#menuwrap {
  width: 100%;
  padding: 5px 0px 10px;
  background: #161616;
}
#menu {
  max-width: 1010px;
  width: 100%;
  margin: auto;
  text-align: center;
}
#menu a {
  height: 37px;
  display: inline-block;
}
#menucenter {
  width: 780px;
}
#about {
  width: 108px;
  background: url("images/about.jpg");
}
#archive {
  width: 133px;
  background: url("images/archive.jpg");
}
#characters {
  width: 188px;
  background: url("images/characters.jpg");
}
#glossary {
  width: 157px;
  background: url("images/glossary.jpg");
}
#store {
  width: 99px;
  background: url("images/store.jpg");
}
#undermenu {
  position: absolute;
  width: 100%;
  max-width: 1150px;
  height: 123px;
  background: url("images/undermenu.png") top center;
  z-index: 1;
}
#menuclick {
  width: 108px;
  height: 37px;
  margin: auto;
  display: none;
  background: url("images/menu.jpg");
}
@media screen and (max-width: 1000px) {
  #menucenter {
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  #menuclick {
    display: block;
  }
  #menu {
    display: none;
  }
  #menu a {
    display: block;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

/* comic area */
#middle {
  width: 100%;
  max-width: 1010px;
  padding: 30px 0px 0px 0px;
  position: relative;
  z-index: 5;
  margin: auto;
}
#comicarea {
  padding: 40px 40px 25px 40px;
  background: #fff;
  max-width: 780px;
  float: left;
  box-sizing: border-box;
  width: 100%;
}
#cc-comicbody {
  width: 100%;
  max-width: 700px;
  margin: auto;
  text-align: center;
}
#cc-comicbody img {
  max-width: 100%;
}
#middleright {
  width: 180px;
  float: right;
  text-align: center;
}
#rightspace {
  width: 160px;
  height: 600px;
  padding: 10px;
  background: #000;
}
#hw-jumpbar {
  margin: 10px 0px;
}
@media screen and (max-width: 1000px) {
  #comicarea {
    max-width: calc(100% - 190px);
  }
}
@media screen and (max-width: 850px) {
  #comicarea {
    max-width: none;
  }
  #middleright {
    width: 100%;
  }
  #rightspace {
    display: none;
  }
}
@media screen and (max-width: 780px) {
  #comicarea {
    padding: 20px 0px;
  }
}

/* social buttons */
#social {
  width: 180px;
  display: inline-block;
  height: 190px;
  background: url("images/socialsprites.png");
}
#hiveworks {
  width: 180px;
  height: 205px;
  background: url("images/hiveworks.png");
  display: inline-block;
  margin-top: 10px;
}
#social a {
  float: left;
  display: block;
  width: 50%;
  height: 50%;
}
a#support {
  width: 180px;
  height: 190px;
  background: url("images/support.png");
  display: inline-block;
}
a#support:hover {
  background-position: 0px -190px;
}

/* comic nav */
.cc-nav {
  width: 100%;
  max-width: 449px;
  margin: 0 auto;
  clear: both;
  padding-top: 20px;
}
.cc-nav a,
.cc-nav div {
  float: left;
  display: block;
  background-size: 100%;
}
.cc-nav a:before,
.cc-nav div:before {
  content: "";
  display: block;
}
.cc-nav a.cc-first:before,
.cc-first-dis:before {
  padding-top: calc((80 / 110) * 100%);
}
.cc-nav a.cc-prev:before,
.cc-prev-dis:before {
  padding-top: calc((80 / 74) * 100%);
}
.cc-nav a.cc-navaux:before {
  padding-top: calc((80 / 83) * 100%);
}
.cc-nav a.cc-next:before,
.cc-next-dis:before {
  padding-top: calc((80 / 73) * 100%);
}
.cc-nav a.cc-last:before,
.cc-last-dis:before {
  padding-top: calc((80 / 107) * 100%);
}
.cc-first,
.cc-first-dis {
  width: calc((110 / 449) * 100%);
  background: url("/images/first.png");
}
.cc-prev,
.cc-prev-dis {
  width: calc((74 / 449) * 100%);
  background: url("/images/prev.png");
}
.cc-first-dis,
.cc-prev-dis,
.cc-next-dis,
.cc-last-dis {
  opacity: 0.5;
}
.cc-navaux {
  width: calc((83 / 449) * 100%);
  background: url("/images/navmid.png");
}
.cc-next,
.cc-next-dis {
  width: calc((75 / 449) * 100%);
  background: url("/images/next.png");
}
.cc-last,
.cc-last-dis {
  width: calc((107 / 449) * 100%);
  background: url("/images/last.png");
}

/* main area */
main {
  width: 100%;
  max-width: 1010px;
  margin: auto;
  position: relative;
  z-index: 5;
}
#mainleft {
  width: 100%;
  max-width: calc(100% - 320px);
  padding: 20px;
  box-sizing: border-box;
  background: #fff;
  float: left;
}
#mainright {
  float: right;
  width: 300px;
}
#boxspace {
  width: 300px;
  background: #ccc;
  height: 250px;
  margin: auto;
}
#mainleft img {
  max-width: 100%;
}
@media screen and (max-width: 727px) {
  #mainleft {
    max-width: none;
  }
  #mainright {
    width: 100%;
    padding: 10px 0px 20px 0px;
  }
}

/* text formatting */
.cc-newsheader {
  font-size: 1.5em;
  font-weight: bold;
}
.cc-publishtime {
  font-size: 0.9em;
}
a {
  color: black;
}
#hw-privacy {
  text-align: center;
  padding: 20px;
  clear: both;
}
#hw-privacy a {
  color: #fff;
}
</pre></body></html>