/* Variable Grid System. Learn more ~ http://www.spry-soft.com/grids/ Based on 960 Grid System - http://960.gs/ Licensed under GPL and MIT. */
/* Containers */
.container_10 {
  margin-left: auto;
  margin-right: auto;
  width: 960px;
}
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* Grid >> Global */
.grid_1,
.grid_2,
.grid_25,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_75,
.grid_8,
.grid_9,
.grid_10 {
  display: inline;
  float: left;
  position: relative;
  margin-left: 0;
  margin-right: 0;
}
/* Grid >> Children (Alpha ~ First, Omega ~ Last) */
.alpha {
  margin-left: 0;
}
.omega {
  margin-right: 0;
}
/* Grid >> 10 Columns */
.container_10 .grid_1 {
  width: 96px;
}
.container_10 .grid_2 {
  width: 192px;
}
.container_10 .grid_25 {
  width: 240px;
}
.container_10 .grid_3 {
  width: 288px;
}
.container_10 .grid_4 {
  width: 384px;
}
.container_10 .grid_5 {
  width: 480px;
}
.container_10 .grid_6 {
  width: 576px;
}
.container_10 .grid_7 {
  width: 672px;
}
.container_10 .grid_75 {
  width: 720px;
}
.container_10 .grid_8 {
  width: 768px;
}
.container_10 .grid_9 {
  width: 864px;
}
.container_10 .grid_10 {
  width: 960px;
}
/* Clears */
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.bgwhite {
  background-color: #ffffff;
}
.clearleft {
  clear: left;
}
@media only screen and (min-device-width: 768px) {
  @font-face {
    font-family: MuseoSans;
    src: url(234501_0_0.woff) format("woff"), url(234501_0_0.svg#wf) format("svg");
    font-weight: 500;
    font-style: normal;
  }
  @font-face {
    font-family: MuseoSans;
    src: url(234501_3_0.woff) format("woff"), url(234501_3_0.svg#wf) format("svg");
    font-weight: 500;
    font-style: italic;
  }
  @font-face {
    font-family: MuseoSans;
    src: url(234501_5_0.woff) format("woff"), url(234501_5_0.svg#wf) format("svg");
    font-weight: 700;
    font-style: normal;
  }
  @font-face {
    font-family: MuseoSans;
    src: url(234501_1_0.woff) format("woff"), url(234501_1_0.svg#wf) format("svg");
    font-weight: 700;
    font-style: italic;
  }
}
body {
  text-align: left;
  border: 0;
  background-color: #555;
  font: 15px Georgia, "Times New Roman", Times, serif;
  text-indent: 0;
  min-width: 960px;
  margin: 0;
  padding: 0;
}
p {
  margin-bottom: .75em;
  line-height: 150%;
}
a,
a:visited {
  text-decoration: underline;
  color: #005500;
}
a:hover {
  color: #009900;
}
a:active {
  color: #8bc53f;
}
sup {
  vertical-align: super;
  font-size: x-small;
  line-height: 0;
  padding-bottom: 0.4615em;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}
table {
  border: 0;
}
#container {
  width: 960px;
  padding: 0;
  margin: 0 auto;
}
#main_column {
  background-color: #ffffff;
}
/* WHITE SPACE */
.pads {
  padding: 1.15em;
}
.marginsthin {
  margin-top: .375em;
  margin-bottom: 0.375em;
}
.margintop {
  margin-top: 1.15em;
}
.marginbottom {
  margin-bottom: 1.15em;
}
.marginleft {
  margin-left: 1.15em;
}
.marginright {
  margin-right: 1.15em;
}
/* POSITIONING */
.leftalign {
  text-align: left;
}
.rightalign {
  text-align: right;
}
.centeralign {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
/* START FONTS */
.mx-sans {
  font-family: MuseoSans, Helvetica, Verdana, Arial, sans-serif;
  text-indent: 0;
}
.mx-sans a {
  text-decoration: none;
}
.mx-sans a:hover {
  text-decoration: underline;
}
.mx-sans p {
  margin-bottom: none;
}

p.leftalign.mx-sans {
	margin-top: 0;
}

.mx blockquote {
  color: gray;
  text-indent: 2em;
}
.navstrips {
  font-family: MuseoSans, Helvetica, Verdana, Arial, sans-serif;
  color: #000;
  text-transform: uppercase;
  font-size: 1.125em;
}
.navstrips a:link {
  text-decoration: none;
  color: #007700;
}
.navstrips a:visited {
  text-decoration: none;
  color: #007700;
}
.navstrips a:hover {
  text-decoration: underline;
}
.navstrips a:active {
  color: #8bc53f;
}
/* TYPE STYLES */
h1 {
  font-family: MuseoSans, Helvetica, Verdana, Arial, sans-serif;
  font-size: 1.75em;
  font-weight: 700;
  margin-top: .125em;
}
h2 {
  font-family: MuseoSans, Helvetica, Verdana, Arial, sans-serif;
  font-size: 1.375em;
  font-weight: 700;
  margin-top: .125em;
  margin-bottom: 0px;
}
h3 {
  font-family: MuseoSans, Helvetica, Verdana, Arial, sans-serif;
  font-size: 1.25em;
  font-weight: 700;
  margin-top: .125em;
}
h2 a,
h3 a {
  text-decoration: none;
}
h2 a:hover,
h2 a:active,
h3 a:hover,
h3 a:active {
  text-decoration: underline;
}
h4 {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 1.125em;
  font-weight: bold;
  text-decoration: underline;
}
.caps {
  text-transform: uppercase;
}
.smaller {
  font-size: 0.875em;
}
.head {
  font-size: 1.25em;
}
.subhead {
  margin-top: -.25em;
  line-height: 125%;
}
.bold,
b,
strong {
  font-weight: 700;
}
em {
  font-style: italic;
  letter-spacing: 0.04em;
}
.normal {
  font-weight: 500;
}
.red {
  color: red;
}
.white {
  color: white;
}
.underline {
  text-decoration: underline;
}
.underline a:hover {
  color: #009900;
}
.underline a:active {
  color: #8bc53f;
}
/* GENERIC STYLES */
.navstrip-container {
  display: inline-block;
  width: 100%;
  margin-top: 1em;
  margin-bottom: 1em;
  text-align: center;
}
.portrait {
  float: left;
  margin-right: 1.25em;
  margin-bottom: 0.675em;
}
.boxy {
  position: relative;
  margin-bottom: .375em;
  background-color: #bddaa6;
  padding: 1em 1em 1.5em;
}
.splashimage {
  margin-bottom: 0.375em;
}
/* SITEHEADER */
#header {
  position: relative;
  height: 150px;
  background: #67a02a;
  background: -moz-linear-gradient(top, #67a02a 0%, #3d7106 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3d7106), color-stop(100%, #3d7106));
  background: -webkit-linear-gradient(top, #67a02a 0%, #3d7106 100%);
  background: -o-linear-gradient(top, #67a02a 0%, #3d7106 100%);
  background: -ms-linear-gradient(top, #67a02a 0%, #3d7106 100%);
  background: linear-gradient(to bottom, #67a02a 0%, #3d7106 100%);
  overflow: hidden;
}
#masthead {
  display: inline;
  float: left;
}
#title {
  width: 340px;
  display: inline;
  float: left;
  position: absolute;
  text-align: center;
}
#title img.ticket {
  margin-top: -1.75em;
  margin-left: 1em;
}
#header_right {
  width: 60%;
  display: inline;
  position: relative;
  text-align: center;
  float: right;
  height: 150px;
}
/* ROLLOVERS */
div#rollovers ul {
  list-style-type: none;
  height: 120px;
  width: 450px;
  text-indent: 0;
  padding: 0;
  margin: 0;
  position: absolute;
}
div#rollovers li {
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
  width: 90px;
  height: 120px;
}
.jason {
  padding-bottom: 150px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  overflow: hidden;
  display: block;
  text-indent: -1000em;
  background: url(http://img.multiplex10.com/nav/rollovers.png) no-repeat;
}
.jason:hover {
  background-position: -90px 0;
}
.becky {
  padding-bottom: 150px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  overflow: hidden;
  display: block;
  text-indent: -1000em;
  background: url(http://img.multiplex10.com/nav/rollovers.png) 0 -120px no-repeat;
}
.becky:hover {
  background-position: -90px -120px;
}
.melissa {
  padding-bottom: 150px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  overflow: hidden;
  display: block;
  text-indent: -1000em;
  background: url(http://img.multiplex10.com/nav/rollovers.png) 0 -240px no-repeat;
}
.melissa:hover {
  background-position: -90px -240px;
}
.kurt {
  padding-bottom: 150px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  overflow: hidden;
  display: block;
  text-indent: -1000em;
  background: url(http://img.multiplex10.com/nav/rollovers.png) 0 -360px no-repeat;
}
.kurt:hover {
  background-position: -90px -360px;
}
.franklin {
  padding-bottom: 150px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  overflow: hidden;
  display: block;
  text-indent: -1000em;
  background: url(http://img.multiplex10.com/nav/rollovers.png) 0 -480px no-repeat;
}
.franklin:hover {
  background-position: -90px -480px;
}
/* NAVIGATION MENU */
div#menuBanner {
  clear: both;
  background: #005500;
  height: 2.3333333333em;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
}
ul#menu {
  float: left;
  display: inline;
  vertical-align: top;
  margin: -0.5em 0 0.375em 0.5em;
  padding: .5em 0 .375em .5em;
  text-transform: uppercase;
  font-family: MuseoSans, Helvetica, Verdana, Arial, sans-serif;
  font-size: 1.25em;
  line-height: 200%;
  color: #8bc53f;
}
ul#menu li,
ul#menu li h1 {
  display: inline;
  list-style-type: none;
  position: relative;
  color: #8bc53f;
}
ul#menu a {
  padding: .5em;
  color: #8bc53f;
  text-decoration: none;
}
ul#menu a:visited {
  color: #8bc53f;
}
ul#menu a:hover {
  background-color: #8bc53f;
  color: #007700;
}
ul#menu a:active {
  background-color: #8bc53f;
  color: #ffffff;
}
#web_icons {
  text-align: justify;
  line-height: 150%;
  padding-bottom: .75em;
}
#web_icons h2 {
  text-align: center;
}
#web_icons a {
  text-decoration: none;
}
#web_icons a:hover,
#web_icons a:active {
  text-decoration: underline;
}
#web_icons img,
#web_icons svg {
  vertical-align: text-bottom;
  margin-bottom: -0.125em;
  height: 1.5em;
  width: 1.5em;
  margin-right: .675em;
}
#sidebar_right {
  background-color: #d0e6be;
  text-align: left;
  padding: 0 1em 1.15em;
  margin-bottom: 0.375em;
}
#sidebar_ad {
  width: 160px;
  height: 600px;
}
.pw-adbox {
  margin-left: .25em;
  margin-top: 1em;
}
/* FOOTER */
#footer {
  background-color: #444444;
  overflow: hidden;
  text-align: left;
  position: relative;
}
.footermap {
  width: 25%;
  display: inline;
  float: left;
  position: relative;
  margin-left: 0;
  margin-right: 0;
}
.sitemaphead {
  font-family: MuseoSans, Helvetica, Verdana, Arial, sans-serif;
  margin-bottom: 0;
  color: #8bc53f;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1.25em;
}
.sitemaphead a:link,
.sitemaphead a:visited {
  color: #8bc53f;
  text-decoration: none;
}
.sitemaphead a:hover {
  text-decoration: underline;
}
.sitemaphead a:active {
  color: white;
}
.sitemap {
  margin: 0;
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #bddaa6;
  padding-left: 1em;
  text-indent: -1em;
}
.sitemap li {
  list-style-type: none;
  margin-left: -0.75em;
}
.sitemap a:link,
.sitemap a:visited {
  color: #bddaa6;
  text-decoration: none;
}
.sitemap a:hover {
  text-decoration: underline;
}
.sitemap a:active {
  color: white;
}
.legal {
  font-size: x-small;
  float: right;
}
small {
  font-family: MuseoSans, Helvetica, Verdana, Arial, sans-serif;
  font-size: 87.5%;
  font-weight: 500;
  color: #8bc53f;
  line-height: 100%;
}
small a:link,
small a:visited {
  color: #8bc53f;
}
small a:hover {
  color: white;
}
small a:active {
  color: #bddaa6;
}
.smalltype {
  width: 80%;
}
/* COMICS PAGES */
#sidebar_left {
  background-color: #d0e6be;
  position: relative;
  text-align: left;
  padding: 1.15em;
  margin-bottom: 0.625em;
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  top: 0px;
}
#blog_pos {
  margin: 0 auto;
  padding: 0 0.75em;
}
.notes {
  background-color: #d0e6be;
  padding: 1em 1em 1.5em;
  margin-bottom: 0.375em;
}
#blog_pos object,
#blog_pos embed,
#blog_pos iframe,
#blog_pos video {
  max-width: 100%;
}
#blog_pos img, .notes img, .wp-caption {
  max-width: 100%;
  height: auto;
}
.dsheadlines {
  margin-top: 0;
  margin-left: -1.875em;
  margin-top: -1em;
  line-height: 150%;
  list-style-type: square;
}
#strip {
  text-align: center;
  color: #000;
  max-width: 100%;
  height: auto;
}
#strip-title {
  float: left;
  text-align: left;
  display: inline-block;
  vertical-align: bottom;
  margin-bottom: 0.5em;
}
#breadcrumbs {
  margin: .5em 0;
}
#strip-date {
  float: right;
  text-align: right;
  display: inline-block;
  vertical-align: bottom;
  margin-top: 0.42307692307692em;
}
#share_icons {
  text-align: left;
  text-transform: uppercase;
  font-family: MuseoSans, Helvetica, Verdana, Arial, sans-serif;
  font-size: 1em;
}
#share_icons svg {
  width: 2.5em;
  vertical-align: -0.8em;
  margin-right: .4em;
  -webkit-border-radius: .25em;
  -moz-border-radius: .25em;
  border-radius: 0.25em;
}
#share_icons a {
  text-decoration: none;
}
#share_icons img:link,
#share_icons svg {
  opacity: .5;
  filter: alpha(opacity=50);
}
#share_icons img:hover,
#share_icons svg:hover {
  opacity: .75;
  filter: alpha(opacity=75);
}
#share_icons img:active,
#share_icons svg:active {
  opacity: 1;
  filter: alpha(opacity=100);
}
/* CONTENT */
#select_content {
  float: right;
  padding: 1.15em;
  text-align: left;
}
#select_top {
  height: inherit;
  text-align: left;
  font-family: Georgia, "Times New Roman", Times, serif;
  background-color: #bddaa6;
  padding: 1.15em;
}

.select_item {
  margin-top: .375em;
  height: inherit;
  text-align: left;
  font-family: Georgia, "Times New Roman", Times, serif;
  background-color: #d0e6be;
  padding: 1.15em;
}
#select_content #select_guest {
  float: none;
  width: 540px;
  height: inherit;
  text-align: justify;
  margin: 0 auto 0;
  padding: 1.15em;
}
#member_list {
  font-family: Georgia, "Times New Roman", Times, serif;
}
#member_list td {
  vertical-align: top;
  margin-top: 0;
  padding-top: 0;
}
#member_list ul {
  list-style-type: none;
  text-indent: 0;
  margin: 0;
  padding: 0;
}
#member_list li {
  text-indent: 0;
  margin: 0;
  padding: 0;
}
.newright {
  float: right;
  padding-right: 1em;
}
.newleft {
  float: left;
  padding: 1.15em;
}
/* MENUS */
#select_menu {
  display: block;
  text-indent: 0;
  background-color: #d0e6be;
  padding: 0;
  overflow: hidden;
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  top: 0px;
}
.select_item li {
  margin-top: 0.1em;
  margin-bottom: 0px;
}
ul.select_list {
  list-style-type: none;
  text-indent: 0;
  margin-left: -3.625em;
  margin-top: 0;
  padding: 0;
}
ul.select_list_small {
  list-style-type: none;
  margin-left: .3em;
  text-indent: 0;
  padding: 0;
}
.select_list li {
  width: 18.5em;
  text-align: right;
  font-size: 1.2em;
  font-family: MuseoSans, Helvetica, Verdana, Arial, sans-serif;
  font-weight: 700;
  padding: 0.15em 1.9em 0.2em 1em;
  margin: 0;
}
.select_list a {
  text-decoration: none;
  display: block;
  color: #007700;
  text-indent: 0;
  padding: 0.4em 1.85em 0.3em 1.15em;
}
.select_list_small li {
  list-style-type: none;
  text-indent: 0;
  text-align: right;
  font-size: .9em;
  font-family: MuseoSans, Helvetica, Verdana, Arial, sans-serif;
  font-weight: 500;
  padding: .4em 1.85em .3em 1.15em;
  color: #007700;
}
.select_list_small a {
  text-decoration: none;
  display: block;
  text-indent: 0;
  color: #007700;
}
.select_list a:visited,
.select_list_small a:visited {
  text-decoration: none;
  color: #007700;
}
.select_list a:hover,
.select_list_small a:hover {
  background-color: #007700;
  color: #8bc53f;
}
.select_list a:active,
.select_list_small a:active {
  color: #ffffff;
}
.mobilenav {
  display: none;
}
/* BOOK AND CHAPTER PAGES */
#book_selection {
  width: 100%;
  margin: 1em 0 1em;
  padding: 1em 0 1em;
  height: 300px;
  position: relative;
  display: block;
  vertical-align: top;
}
.book_select {
  display: inline-block;
  vertical-align: top;
  width: auto;
  height: 130px;
  border: none;
}
.book_select_item {
  display: inline-block;
}
#covercolumn {
  width: 450px;
  max-width: 50%;
  margin-right: 1.9em;
  margin-top: .375em;
  margin-bottom: .375em;
  padding-bottom: .375em;
  float: left;
}
#detailcolumn {
  width: 445px;
  max-width: 50%;
  display: inline;
  float: right;
  padding: 0 1.15em;
}
.stripList {
  margin-left: -0.75em;
}
.twocol {
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
}
.stripListing {
  padding-left: 5em;
  text-indent: -4.25em;
  text-decoration: none;
  line-height: 150%;
  margin: 0;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}
.stripListing a:hover,
.stripListing a:active {
  text-decoration: underline;
}
.stripListingDate {
  color: rgba(255, 255, 255, 0.9);
  font-family: MuseoSans, Helvetica, Verdana, Arial, sans-serif;
  font-size: small;
}
.toggle {
  font-family: MuseoSans, Helvetica, Verdana, Arial, sans-serif;
  color: #007700;
  margin-top: 1.5em;
  font-weight: 700;
  text-transform: uppercase;
}
.toggle-off {
  font-family: MuseoSans, Helvetica, Verdana, Arial, sans-serif;
  color: #000;
  margin-top: 1.5em;
  font-weight: 700;
  text-transform: uppercase;
}
#location_bar {
  font-family: MuseoSans, Helvetica, Verdana, Arial, sans-serif;
  width: 100%;
  height: 2em;
  text-align: left;
  padding: .5em 1.5em;
  font-weight: 700;
  color: #000;
  background-color: #bddaa6;
  text-transform: uppercase;
}
#location_bar a:link,
#location_bar a:visited {
  color: #005500;
}
#location_bar a:active {
  text-decoration: underline;
  color: #009900;
}
#location_bar a:hover {
  text-decoration: underline;
  color: #007700;
}
/* IMAGES */
.coverimg {
  float: left;
  width: 450px;
  margin-right: 1.25em;
  margin-bottom: 1.25em;
  border: 0.25em solid #000000;
}
.chcover {
  float: left;
  width: 132px;
  height: 170px;
  margin: 0 1.5em 1.25em 0em;
}
.bkcover {
  float: right;
  width: 200px;
  height: 262px;
  margin: 0 0.5em 0.5em 2em;
}
.bkcover img,
.chcover img {
  border: 0.25em solid black;
}
.bkcover a img,
.chcover a img {
  border: 0.25em solid #007700;
}
.bkcover a img:hover,
.chcover a img:hover {
  border: 0.25em solid #009900;
}
.bkcover a img:active,
.chcover a img:active {
  border: 0.25em solid #8bc53f;
}
.castphoto {
  height: 120px;
  width: 120px;
  margin-right: 1.5em;
  margin-bottom: 1.25em;
  float: left;
  border: 0.25em solid #007700;
}
.castoff {
  height: 120px;
  width: 120px;
  margin-right: 1.5em;
  margin-bottom: 1.25em;
  float: left;
  border: 0.25em solid black;
}
.castphoto:hover {
  border-color: #009900;
}
.castphoto:active {
  border-color: #8bc53f;
}
.thumbnail {
  height: 90px;
  width: 90px;
  margin-bottom: .75em;
  margin-right: .75em;
  float: left;
  display: inline;
  padding: 0;
  border: 0.25em solid #007700;
}
.thumbnail:hover {
  border: 0.25em solid #009900;
}
.thumbnail:active {
  border: 0.25em solid #8bc53f;
}
.placeholder {
  display: inline-block;
  height: 120px;
  width: 120px;
  margin-bottom: 1.15em;
  padding: 0;
  border-color: transparent;
}
/* CALENDAR */
#calendarContainer {
  line-height: 150%;
  font-family: MuseoSans, Helvetica, Verdana, Arial, sans-serif;
  font-weight: 500;
  margin: 1.15em 0 1.15em .3em;
}
div#calendar {
  text-align: center;
}
div#calendar img.multiplex10.com div#calendar caption {
  width: 100%;
  margin: 0;
  padding-right: 0;
  vertical-align: middle;
}
div#calendar .datehead {
  font-family: MuseoSans, Helvetica, Verdana, Arial, sans-serif;
  font-size: 1.375em;
  font-weight: 700;
  margin-bottom: .5em;
  color: black;
  text-align: center;
}
div#calendar thead {
  font-family: MuseoSans, Helvetica, Verdana, Arial, sans-serif;
  background-color: #ffffff;
}
div#calendar tbody td {
  font-family: MuseoSans, Helvetica, Verdana, Arial, sans-serif;
  font-weight: normal;
  color: #ccc;
  background-color: #ffffff;
}
div#calendar tbody a {
  font-weight: normal;
}
div#calendar tbody a:link {
  color: #007700;
  text-decoration: none;
}
div#calendar tbody a:visited {
  color: #009900;
  text-decoration: none;
}
div#calendar tbody a:hover {
  text-decoration: underline;
}
div#calendar tbody a:active {
  color: #8bc53f;
}
div#calendar tfoot {
  font-family: MuseoSans, Helvetica, Verdana, Arial, sans-serif;
  font-weight: 700;
  color: #007700;
}
div#calendar tfoot td {
  font-weight: 700;
}
div#calendar tfoot a:link {
  color: #007700;
  text-decoration: none;
}
div#calendar tfoot a:visited {
  color: #009900;
  text-decoration: none;
}
div#calendar tfoot a:hover {
  text-decoration: underline;
}
div#calendar tfoot a:active {
  font-weight: 700;
  color: #8bc53f;
  text-align: center;
}
#messages {
  border: 3px solid #007700;
  color: #007700;
  padding: 12px;
}
#errors {
  border: 3px solid red;
  color: red;
  padding: 12px;
}
/* START TAGGER */
._comictagger {
  position: relative;
  text-align: center;
  font-family: MuseoSans, Helvetica, Verdana, Arial, sans-serif;
  font-weight: 500;
  margin-top: 1.15em;
  margin-bottom: 1.15em;
  height: 1.08em;
}
._comictagger span {
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 500;
  color: #000;
  font-size: 1.08em;
}
._comictagger .ct_pop {
  position: absolute;
  font-size: 1em;
  padding: .5em;
  left: 28em;
  top: -21em;
  font-family: Georgia, "Times New Roman", Times, serif;
  width: 20em;
  background-color: #FFF;
  text-transform: none;
  border: 0.25em solid #d0e6be;
  text-align: left;
}
._comictagger .ct_tag {
  display: inline;
  color: #007700;
  text-decoration: none;
  cursor: pointer;
}
._comictagger .ct_tag:hover {
  display: inline;
  color: #007700;
  text-decoration: underline;
  cursor: pointer;
}
._comictagger .ct_tag:active {
  color: #8bc53f;
  text-decoration: underline;
  cursor: pointer;
}
._comictagger .ct_is_tagged .ct_tag {
  display: none;
}
._comictagger .ct_tagged {
  display: none;
}
._comictagger .ct_is_tagged .ct_tagged {
  display: inline;
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
._comictagger .clear_off,
._comictagger .goto_off {
  color: #000;
  text-decoration: none;
  cursor: default;
}
._comictagger .clear_on,
._comictagger .goto_on {
  color: #007700;
  text-decoration: none;
  cursor: pointer;
}
._comictagger .clear_on:hover,
._comictagger .goto_on:hover {
  text-decoration: underline;
}
._comictagger .info {
  color: red;
}
._comictagger .info:hover {
  text-decoration: underline;
}
@media only screen and (max-device-width: 767px) {
  body {
    min-width: 768px;
    width: 768px;
    margin: 0;
    padding: 0;
  }
  .grid_4 {
    width: 50%;
  }
  .grid_6,
  .grid_7,
  .grid_8,
  .grid_9 {
    width: 100%;
  }
  #main_column,
  .grid_10 {
    width: 100%;
  }
  .mobilenav {
    display: inline;
    margin: 1.15em;
  }
  .container_10 {
    width: 768px;
  }
  .container_10 .grid_5,
  .grid_5 {
    width: 100%;
  }
  p,
  .mx-sans,
  .mx {
    font-size: medium;
  }
  h1 {
    font-size: xx-large;
  }
  h2,
  .head {
    font-size: x-large;
  }
  h3,
  .subhead {
    font-size: large;
  }
  .white {
    font-weight: bolder;
  }
  .navstrips {
    font-size: smaller;
    margin-top: 1.15em;
    text-align: center;
  }
  .stripListing {
    text-indent: -5em;
  }
  #strip-date {
    font-size: large;
  }
  .pads {
    padding: 0;
  }
  .newright {
    padding-right: 0;
    float: none;
  }
  .newleft {
    width: 100%;
    float: left;
  }
  .pads_mob {
    padding: 1.15em;
  }
  .legal {
    font-size: x-small;
  }
  .smalltype {
    width: 100%;
    line-height: 150%;
  }
  #blog_pos {
    width: 100%;
  }
  #select_content {
    margin: 0;
    width: 100%;
    padding: 0;
  }
  #member_list {
    margin: 0;
    padding: 0;
    width: 100%;
  }
  #select_top,
  .select_item,
  .splashimage {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .boxy {
    display: inline-block;
    width: 100%;
    clear: both;
  }
  .notes {
    margin-left: 1em;
    margin-right: 1em;
  }
  .hide {
    display: none;
  }
  #sidebar_left,
  #select_menu {
    display: none;
  }
  #title {
    width: 300px;
    margin: 0;
  }
  #footer {
    padding-left: 1em;
    padding-bottom: 2em;
  }
  div#rollovers {
    margin-left: 30px;
    float: left;
  }
  div#rollovers ul {
    width: 360px;
  }
  #sidebar_right {
    display: none;
  }
  #strip-code img {
    width: 720px;
    height: auto;
  }
  #web_icons {
    display: none;
  }
  #covercolumn {
    width: 100%%;
    max-width: 100%;
    margin: 0 auto 0;
    text-align: center;
    float: left;
  }
  .coverimg {
    float: none;
  }
  #detailcolumn {
    width: 100%;
    max-width: 100%;
    float: left;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 960px) {
  @-webkit-viewport {
    width: 960px;
  }
  @-ms-viewport {
    width: 960px;
  }
  @-o-viewport {
    width: 960px;
  }
  @viewport {
    width: 960px;
  }
}
@media only screen and (min-device-width: 961px) {
  @-webkit-viewport {
    width: device-width;
  }
  @-ms-viewport {
    width: device-width;
  }
  @-o-viewport {
    width: device-width;
  }
  @viewport {
    width: device-width;
  }
}
