/* =
------------------------------------------------------------------------------*/
div.site-wordpress {
    display: hidden;
    font-size: 0;
}

/* = Headings
------------------------------------------------------------------------------*/
.entry-content h1 { font-size: 201%; }
.entry-content h2 { font-size: 175%; }
.entry-content h3 { font-size: 152%; }
.entry-content h4 { font-size: 132%; }
.entry-content h5 { font-size: 115%; }
.entry-content h6 { font-size: 100%; }

/* = Numbered Headings
------------------------------------------------------------------------------*/
body {
    counter-reset: heading-1;
    counter-reset: heading-2;
}
.entry-content h1.numbered {
    counter-reset: heading-2;
}
/*
* .entry-content h1.numbered::before {
*   counter-increment: heading-1;
*   content: "Section " counter(heading-1) ". ";
* }
**/
.entry-content h2.numbered {
    counter-reset: heading-3;
}

.entry-content h2.numbered::before {
    counter-increment: heading-2;
    /* content: "Section " counter(heading-2) ". "; */
    content: counter(heading-2) ". ";
}
.entry-content h3.numbered {
    counter-reset: heading-4;
}
.entry-content h3.numbered::before {
    counter-increment: heading-3;
    content: counter(heading-2) "." counter(heading-3) ". ";
}
.entry-content h4.numbered {
    counter-reset: heading-5;
}
.entry-content h4.numbered::before {
    counter-increment: heading-4;
    content: counter(heading-2) "." counter(heading-3) "." counter(heading-4) ". ";
}
.entry-content h5 {
    counter-reset: heading-6;
}
.entry-content h5.numbered::before {
    counter-increment: heading-5;
    content: counter(heading-2) "." counter(heading-3) "." counter(heading-4) "." counter(heading-5) ". ";
}
.entry-content h6.numbered::before {
    counter-increment: heading-6;
    content: counter(heading-2) "." counter(heading-3) "." counter(heading-4) "." counter(heading-5) "." counter(heading-6) ". ";
}

/* = Links
------------------------------------------------------------------------------*/

a {
    /* text-decoration: none; */        /* none | underline | overline | line-through | initial | inherit */
    /* text-decoration-style: dotted; */        /* solid | double | dotted | dashed | wavy | initial | inherit; */
}

/* unvisited link */
a:link,
.entry-content a:link,
.comment-content a:link {
    /* color: #0000CC; */
}

/* visited link */
a:visited,
.entry-content a:visited,
.comment-content a:visited {
    /* color: #0000CC; */
}

/* selected link */
a:active,
.entry-content a:active,
.comment-content a:active {
    /* color: #FF0000; */
}

/* mouse over link */
a:hover,
.entry-content a:hover,
.comment-content a:hover {
    /* color: #FF0000; */
    /* background-color: #F7F7F7; */
}

a.same-page::after {
}

a.internal::after {
}

a.external::after {
    content: url('http://include.ix23.com/images/external-link-3_18x10.png');
}

/* = Related to Links
------------------------------------------------------------------------------*/
.link-checked {
    font-weight: bold;
    color: #009900;
}
.dead-link {
    font-size: 0.8rem;
    font-weight: bold;
    text-transform: uppercase;
    color: #FF0000;
}

/* = Tables
------------------------------------------------------------------------------*/

table.ix23-trains {
    border: 1px solid #999999;
    border-collapse: collapse;
}
table.ix23-trains th {
    border: 1px solid #999999;
    background-color: #EEEEEE;
    margin: 0 0 0 0;
    padding: 0.5rem 1rem 0.5rem 1rem;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
    text-transform: none;
}
table.ix23-trains td {
  border: 1px solid #999999;
  margin: 0 0 0 0;
  padding: 0.5rem 1rem 0.5rem 1rem;
  font-size: 1.5rem;
  line-height: 1.5;
}
table.ix23-trains td p {
  margin: 0 0 0 0;
  padding: 0.5rem 0 0.5rem 0;
  font-size: 1.5rem;
}

td.no-wrap {
  white-space: nowrap;
}
td.text-left {
  text-align: left;
}
td.text-center {
  text-align: center;
}
td.text-right {
  text-align: right;
}

/* = Subscripts and Superscripts
------------------------------------------------------------------------------*/
sub,
sup {
    font-size: 80%; /* 1.0rem; */
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.4rem;
}
sub {
    bottom: -0.2rem;
}

/* = Right Sidebar Widgets
------------------------------------------------------------------------------*/

#recent-posts-2 > ul > li {
  border-bottom-width: 0;
}
#recent-comments-2 > ul > li {
  border-bottom-width: 0;
}
#archives-2 > ul > li {
  border-bottom-width: 0;
}
#categories-2 > ul {
}
#categories-2 > ul > li.cat-item {
  border-bottom-width: 0; /* 0.727273px; */
}
#categories-2 > ul > li.cat-item > ul {
  margin-left: 25px;
}
#categories-2 > ul > li.cat-item > ul > li.cat-item {
  border-bottom-width: 0;
}
#meta-2 > ul > li {
  border-bottom-width: 0;
}

/* = Footer
------------------------------------------------------------------------------*/

footer#colophon {
}
footer#colophon div.site-info {
}
footer#colophon div.site-info div.footercopy {
}
footer#colophon div.site-info div.footercredit {
}
footer#colophon div.site-info div.footercredit ul li ul {
  margin-left: 25px;
}
footer#colophon div.site-info div.footercredit ul li ul li {
  display: list-item;
  margin-left: 0px;
  list-style: disc;
  list-style-position: inside;
  white-space: nowrap;
}
footer#colophon div.site-info div.footercredit ul li ul li a {
  margin-left: 0px;
}

/* = Blockquotes
------------------------------------------------------------------------------*/

blockquote {
}
blockquote.update {
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 1rem;
  margin-left: auto;
  border: 1px solid #999999;
  border-radius: 0.5rem;
  padding: 1rem;
  font-style: normal;
}

/* = Scale Highlight
* Usage:
* N
------------------------------------------------------------------------------*/

.scale-highlight {
    background-color: #B3DBFF;
    border: 1px solid #E5D02D;
    padding: 1px 4px;
    border-radius: 3px;
    font-weight: bold;
}