/*
Theme Name: Comic Child
Description: Child theme for ComicPress Theme
Author: Mike Boardley - Comfy Chair Consulting, Inc.
Author URI: http://www.comfychairconsulting.com
Template: comicpress
Version: 1.0.0
Text Domain: ComicPress
*/


.comic_navi .navi {
  background-repeat: no-repeat;
  display: inline-block;
  height: 87px;
  text-indent: -99999px;
  width: 63px
}


.navi-first {
background-image: url(images/nav-first.png);
}
.navi-prev {
background-image: url(images/nav-prev.png);
}
.navi-random {
background-image: url(images/nav-random.png);
}
.navi-next {
background-image: url(images/nav-next.png);
}
.navi-void {
//background-image: url(images/nav-first.png);
-webkit-filter: grayscale(1);
filter: grayscale(1);
opacity: .2;
}

.navi-last {
background-image: url(images/nav-last.png);
}

.ceo_comic_list_dropdown_widget .comic-list-dropdown-form {
  border: 1px solid #ccc;
  margin-left: 0px;
  max-height: 200px;
  overflow-y: scroll;
}

.comic-list-dropdown-form,
.sidebar ul .comic-item {
  margin: 0;
  padding: 0;
  position: relative;
}


.sidebar ul .comic-item + .comic-item {
  border-top: 1px solid #ccc;
  margin-top: 20px;
  padding-top: 20px;

}

.comic-link img {
  height: auto;
  max-width: 100%;
}

.comic-archive {
  margin-bottom: 50px;
  overflow: hidden;
}

.comic-archive li {
  float: left;
  height: 195px;
  list-style: none;
  margin-top: 30px;
  margin-left: 30px;
  overflow: hidden;
  width: 195px;
}

.comic-pub {
  color: #aaa;
  font-size: 14px;
  letter-spacing: 1px;
}

.comic-archive li .sketch {
  font-weight: normal;
  height: 150px;
  overflow: hidden;
}
.page-template-comic-archive .ceo_comic_list_dropdown_widget {
  display: none;
}
