pre .hll {
  background-color: #ffffcc; }

pre {
  background: #f8f8f8; }

pre .c {
  color: #408080;
  font-style: italic; }

/* Comment */
pre .err {
  border: 1px solid #FF0000; }

/* Error */
pre .k {
  color: #008000;
  font-weight: bold; }

/* Keyword */
pre .o {
  color: #666666; }

/* Operator */
pre .ch {
  color: #408080;
  font-style: italic; }

/* Comment.Hashbang */
pre .cm {
  color: #408080;
  font-style: italic; }

/* Comment.Multiline */
pre .cp {
  color: #BC7A00; }

/* Comment.Preproc */
pre .cpf {
  color: #408080;
  font-style: italic; }

/* Comment.PreprocFile */
pre .c1 {
  color: #408080;
  font-style: italic; }

/* Comment.Single */
pre .cs {
  color: #408080;
  font-style: italic; }

/* Comment.Special */
pre .gd {
  color: #A00000; }

/* Generic.Deleted */
pre .ge {
  font-style: italic; }

/* Generic.Emph */
pre .gr {
  color: #FF0000; }

/* Generic.Error */
pre .gh {
  color: #000080;
  font-weight: bold; }

/* Generic.Heading */
pre .gi {
  color: #00A000; }

/* Generic.Inserted */
pre .go {
  color: #888888; }

/* Generic.Output */
pre .gp {
  color: #000080;
  font-weight: bold; }

/* Generic.Prompt */
pre .gs {
  font-weight: bold; }

/* Generic.Strong */
pre .gu {
  color: #800080;
  font-weight: bold; }

/* Generic.Subheading */
pre .gt {
  color: #0044DD; }

/* Generic.Traceback */
pre .kc {
  color: #008000;
  font-weight: bold; }

/* Keyword.Constant */
pre .kd {
  color: #008000;
  font-weight: bold; }

/* Keyword.Declaration */
pre .kn {
  color: #008000;
  font-weight: bold; }

/* Keyword.Namespace */
pre .kp {
  color: #008000; }

/* Keyword.Pseudo */
pre .kr {
  color: #008000;
  font-weight: bold; }

/* Keyword.Reserved */
pre .kt {
  color: #B00040; }

/* Keyword.Type */
pre .m {
  color: #666666; }

/* Literal.Number */
pre .s {
  color: #BA2121; }

/* Literal.String */
pre .na {
  color: #7D9029; }

/* Name.Attribute */
pre .nb {
  color: #008000; }

/* Name.Builtin */
pre .nc {
  color: #0000FF;
  font-weight: bold; }

/* Name.Class */
pre .no {
  color: #880000; }

/* Name.Constant */
pre .nd {
  color: #AA22FF; }

/* Name.Decorator */
pre .ni {
  color: #999999;
  font-weight: bold; }

/* Name.Entity */
pre .ne {
  color: #D2413A;
  font-weight: bold; }

/* Name.Exception */
pre .nf {
  color: #0000FF; }

/* Name.Function */
pre .nl {
  color: #A0A000; }

/* Name.Label */
pre .nn {
  color: #0000FF;
  font-weight: bold; }

/* Name.Namespace */
pre .nt {
  color: #008000;
  font-weight: bold; }

/* Name.Tag */
pre .nv {
  color: #19177C; }

/* Name.Variable */
pre .ow {
  color: #AA22FF;
  font-weight: bold; }

/* Operator.Word */
pre .w {
  color: #bbbbbb; }

/* Text.Whitespace */
pre .mb {
  color: #666666; }

/* Literal.Number.Bin */
pre .mf {
  color: #666666; }

/* Literal.Number.Float */
pre .mh {
  color: #666666; }

/* Literal.Number.Hex */
pre .mi {
  color: #666666; }

/* Literal.Number.Integer */
pre .mo {
  color: #666666; }

/* Literal.Number.Oct */
pre .sa {
  color: #BA2121; }

/* Literal.String.Affix */
pre .sb {
  color: #BA2121; }

/* Literal.String.Backtick */
pre .sc {
  color: #BA2121; }

/* Literal.String.Char */
pre .dl {
  color: #BA2121; }

/* Literal.String.Delimiter */
pre .sd {
  color: #BA2121;
  font-style: italic; }

/* Literal.String.Doc */
pre .s2 {
  color: #BA2121; }

/* Literal.String.Double */
pre .se {
  color: #BB6622;
  font-weight: bold; }

/* Literal.String.Escape */
pre .sh {
  color: #BA2121; }

/* Literal.String.Heredoc */
pre .si {
  color: #BB6688;
  font-weight: bold; }

/* Literal.String.Interpol */
pre .sx {
  color: #008000; }

/* Literal.String.Other */
pre .sr {
  color: #BB6688; }

/* Literal.String.Regex */
pre .s1 {
  color: #BA2121; }

/* Literal.String.Single */
pre .ss {
  color: #19177C; }

/* Literal.String.Symbol */
pre .bp {
  color: #008000; }

/* Name.Builtin.Pseudo */
pre .fm {
  color: #0000FF; }

/* Name.Function.Magic */
pre .vc {
  color: #19177C; }

/* Name.Variable.Class */
pre .vg {
  color: #19177C; }

/* Name.Variable.Global */
pre .vi {
  color: #19177C; }

/* Name.Variable.Instance */
pre .vm {
  color: #19177C; }

/* Name.Variable.Magic */
pre .il {
  color: #666666; }

/* Literal.Number.Integer.Long */
html {
  font-size: 87.5%; }

body {
  line-height: 1.5;
  word-wrap: break-word;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; }

h1, h2, h3, h4, h5, h6 {
  margin: 1.0em 0 0.25em;
  font-weight: inherit; }

h1 {
  font-size: 2rem;
  color: #000; }

h2 {
  font-size: 1.5714285714rem; }

h3 {
  font-size: 1.2857142857rem; }

p {
  margin: 0.8em 0 1.2em; }

ul, ol {
  margin: 1em 0;
  padding: 0 0 0.25em 2.5em;
  list-style-type: disc; }

ul ul, ul ol, ol ol, ol ul {
  margin: 0; }

a {
  text-decoration: none;
  color: #0071B3; }
  a:hover, a:focus {
    text-decoration: underline;
    color: #018fe2; }
  a:active {
    text-decoration: underline;
    color: #23aeff; }

blockquote {
  display: block;
  background: #f7f7f7;
  margin: 1.5em 10px;
  padding: 15px 40px 15px 40px;
  position: relative;
  -moz-box-shadow: 2px 2px 15px #ccc;
  -webkit-box-shadow: 2px 2px 15px #ccc;
  box-shadow: 2px 2px 15px #ccc;
  border-left-style: solid;
  border-left-width: 15px;
  border-right-style: solid;
  border-right-width: 2px;
  border-left-color: #ccd1d8;
  border-right-color: #aab2bc; }
  blockquote:before {
    color: #bbb;
    font-family: Georgia, "Times New Roman", Times, serif;
    content: "\201C";
    font-size: 3em;
    position: absolute;
    left: 10px;
    top: 5px; }
  blockquote:after {
    color: #bbb;
    font-family: Georgia, "Times New Roman", Times, serif;
    content: "\201D";
    font-size: 3em;
    position: absolute;
    right: 15px;
    bottom: -20px; }
  blockquote p:first-child {
    margin-top: 0px; }
  blockquote p:last-child {
    margin-bottom: 0px; }

.footnotes {
  border-top: 1px dotted #bbb; }
  .footnotes ol {
    padding-left: 1.5em;
    list-style-type: decimal; }

.font-family-serif {
  font-family: Georgia, "Times New Roman", Times, serif; }

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

/**
 * @file
 * Styles for menus and navigation markup.
 */
/**
 * Markup generated by theme_menu_tree().
 */
ul.menu {
  border: none;
  list-style: none;
  text-align: left;
  /* LTR */ }

ul.menu li {
  margin: 0 0 0 0.5em;
  /* LTR */ }

ul li.expanded {
  list-style-image: url(../drupal/menu-expanded.png);
  list-style-type: circle; }

ul li.collapsed {
  list-style-image: url(../drupal/menu-collapsed.png);
  /* LTR */
  list-style-type: disc; }

ul li.leaf {
  list-style-image: url(../drupal/menu-leaf.png);
  list-style-type: square; }

li.expanded,
li.collapsed,
li.leaf {
  padding: 0.2em 0.5em 0 0;
  /* LTR */
  margin: 0; }

li a.active {
  color: #000; }

td.menu-disabled {
  background: #ccc; }

/**
 * Markup generated by theme_links().
 */
ul.inline,
ul.links.inline {
  display: inline;
  padding-left: 0; }

ul.inline li {
  display: inline;
  list-style-type: none;
  padding: 0 0.5em; }

/**
 * @file
 * Basic styling for common markup.
 */
/**
 * HTML elements.
 */
form {
  margin: 0;
  padding: 0; }

hr {
  border: 1px solid gray;
  height: 1px; }

img {
  border: 0; }

table {
  border-collapse: collapse; }

th {
  border-bottom: 3px solid #ccc;
  padding-right: 1em;
  /* LTR */
  text-align: left;
  /* LTR */ }

tbody {
  border-top: 1px solid #ccc; }

tr.even,
tr.odd {
  background-color: #eee;
  border-bottom: 1px solid #ccc;
  padding: 0.1em 0.6em; }

/* Field display */
.field .field-label {
  font-weight: bold; }

.field-label-inline .field-label {
  float: left;
  /*LTR*/ }

.taxonomy-term-description {
  margin: 5px 0 20px; }

/* ---------- Basic Layout Styles ----------- */
html,
body,
#page {
  height: 100%; }

#page-wrapper {
  min-height: 100%;
  min-width: 960px; }

#main {
  width: 960px;
  margin-left: auto;
  margin-right: auto; }

#content,
#sidebar-first {
  display: inline;
  float: left;
  /* LTR */
  position: relative; }

.one-sidebar #content {
  width: 720px; }

.two-sidebars #content {
  width: 480px; }

.no-sidebars #content {
  width: 960px;
  float: none; }

#sidebar-first {
  width: 240px; }

#main-wrapper {
  min-height: 300px; }

#breadcrumb {
  margin: 0 15px; }

/* ---------- Overall Specifications ---------- */
body {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0; }

del {
  text-decoration: line-through; }

tr.odd {
  background-color: #dddddd; }

img {
  outline: 0; }

code,
pre,
kbd,
samp,
var {
  padding: 0 0.4em;
  font-size: 0.857em;
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, Courier, monospace; }

code {
  background-color: #f2f2f2;
  background-color: rgba(40, 40, 0, 0.06); }

pre code,
pre kbd,
pre samp,
pre var,
kbd kbd,
kbd samp,
code var {
  font-size: 100%;
  background-color: transparent; }

pre code,
pre samp,
pre var {
  padding: 0; }

kbd {
  background-color: #f2f2f2;
  border: 1px outset #575757;
  margin: 0 3px;
  color: #666;
  display: inline-block;
  padding: 0 6px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }

pre {
  background-color: #f2f2f2;
  background-color: rgba(40, 40, 0, 0.06);
  margin: 10px 0;
  overflow: hidden;
  padding: 15px;
  white-space: pre-wrap; }

/* ------------------ Fonts ------------------ */
footer,
ul.links,
div.field-type-taxonomy-term-reference,
div.messages,
div.meta,
input,
table {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; }

/* ------------------ Table Styles ------------------ */
table {
  border: 0;
  border-spacing: 0;
  font-size: 0.857em;
  margin: 10px 0;
  width: 100%; }

table table {
  font-size: 1em; }

table tr th {
  background: #757575;
  background: rgba(0, 0, 0, 0.51);
  border-bottom-style: none; }

table tr th,
table tr th a,
table tr th a:hover {
  color: #FFF;
  font-weight: bold; }

table tbody tr th {
  vertical-align: top; }

tr td,
tr th {
  padding: 4px 9px;
  border: 1px solid #fff;
  text-align: left;
  /* LTR */ }

tr.odd {
  background: #e4e4e4;
  background: rgba(0, 0, 0, 0.105); }

tr,
tr.even {
  background: #efefef;
  background: rgba(0, 0, 0, 0.063); }

table ul.links {
  margin: 0;
  padding: 0;
  font-size: 1em; }

table ul.links li {
  padding: 0 1em 0 0; }

/* ------------------ List Styles ------------------ */
ul.menu li {
  margin: 0; }

.item-list ul li {
  margin: 0;
  padding: 0.2em 0.5em 0 0;
  /* LTR */ }

/* --------------- Main Menu ------------ */
#main-menu {
  clear: both; }

#main-menu-links {
  font-size: 0.9285714286rem;
  margin: 0;
  padding: 0 15px; }
  #main-menu-links li {
    float: left;
    /* LTR */
    list-style: none;
    padding: 0 1px;
    margin: 0 1px; }
  #main-menu-links a {
    color: #333;
    background: #ccc;
    background: rgba(255, 255, 255, 0.7);
    float: left;
    /* LTR */
    height: 2.4em;
    line-height: 2.4em;
    padding: 0 0.8em;
    text-decoration: none;
    text-shadow: 0 1px #eee;
    -khtml-border-radius-topleft: 8px;
    -khtml-border-radius-topright: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px; }
  #main-menu-links a:hover,
  #main-menu-links a:focus {
    background: #f6f6f2;
    background: rgba(255, 255, 255, 0.95); }
  #main-menu-links a:active {
    background: #b3b3b3;
    background: white; }
  #main-menu-links li a.active {
    border-bottom: none; }

/* ------------------- Main ------------------- */
#main {
  margin-top: 20px;
  margin-bottom: 40px; }

/* ----------------- Content ------------------ */
.meta {
  font-size: 0.857em;
  color: #68696b;
  margin-bottom: 0.5em; }

.field-type-taxonomy-term-reference {
  margin: 0 0 1.2em; }

.field-type-taxonomy-term-reference .field-label {
  font-weight: normal;
  margin: 0;
  padding-right: 5px;
  /* LTR */ }

.field-type-taxonomy-term-reference .field-label,
.field-type-taxonomy-term-reference ul.links {
  font-size: 0.8em; }

.node-teaser .field-type-taxonomy-term-reference .field-label,
.node-teaser .field-type-taxonomy-term-reference ul.links {
  font-size: 0.821em; }

.field-type-taxonomy-term-reference ul.links {
  padding: 0;
  margin: 0;
  list-style: none; }

.field-type-taxonomy-term-reference ul.links li {
  float: left;
  /* LTR */
  padding: 0 1em 0 0;
  /* LTR */
  white-space: nowrap; }

.field-type-image img {
  margin: 0 0 1em; }

ul.links {
  color: #68696b;
  font-size: 0.821em; }

/* -------------- Form Elements   ------------- */
input {
  margin: 2px 0;
  padding: 4px;
  font-size: 0.929em; }

header {
  display: block;
  background-color: #0057b7;
  background-image: -moz-linear-gradient(top, #0057b7 0%, #ffd700 100%);
  background-image: -ms-linear-gradient(top, #0057b7 0%, #ffd700 100%);
  background-image: -o-linear-gradient(top, #0057b7 0%, #ffd700 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #0057b7), color-stop(1, #ffd700));
  background-image: -webkit-linear-gradient(top, #0057b7 0%, #ffd700 100%);
  background-image: linear-gradient(#0057b7 0%, #0057b7 60%, #ffd700 60%, #ffd700 100%);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  color: #fffeff;
  margin-bottom: 15px; }
  header > div {
    width: 960px;
    margin-left: auto;
    margin-right: auto; }
  header #name-and-slogan {
    padding-top: 20px;
    margin: 0 0 30px 15px; }
    header #name-and-slogan #site-name {
      font-size: 1.8214285714rem;
      line-height: 1;
      font-weight: 500;
      letter-spacing: 0.05em;
      word-spacing: 0.1em; }
      header #name-and-slogan #site-name a {
        color: #fffeff; }
    header #name-and-slogan #site-slogan {
      font-family: Georgia, "Times New Roman", Times, serif;
      font-size: 0.9285714286rem;
      margin-top: 7px;
      word-spacing: 0.1em;
      font-style: italic; }

.sidebar {
  box-sizing: border-box;
  padding: 10px 15px 0; }

#content {
  box-sizing: border-box;
  padding: 10px 15px 0; }
  #content > .title {
    margin-top: 0;
    line-height: 1; }
  #content > .content {
    font-size: 1.0714285714rem; }

footer {
  display: block;
  padding: 35px 5px 30px;
  color: #c0c0c0;
  color: rgba(255, 255, 255, 0.65);
  background: #292929;
  font-size: 0.8571428571rem; }
  footer a {
    color: #fcfcfc;
    color: rgba(255, 255, 255, 0.8); }
    footer a:hover, footer a:focus {
      color: #fefefe;
      color: rgba(255, 255, 255, 0.95);
      text-decoration: underline; }
  footer .content {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    text-align: center; }

div.admonition-wrapper {
  border-radius: 4px;
  display: table;
  width: 100%;
  padding: 0;
  margin: 20px 0 20px 0; }
  div.admonition-wrapper:before {
    display: table-cell;
    color: #fff;
    width: 28px;
    padding: 10px;
    border-radius: 4px 0 0 4px;
    vertical-align: middle; }
  div.admonition-wrapper .admonition {
    display: table-cell;
    padding: 10px; }
    div.admonition-wrapper .admonition:before {
      font-weight: 700;
      font-size: 90%;
      padding-right: 5px; }
  div.admonition-wrapper p:first-child {
    margin-top: 10px; }
  div.admonition-wrapper p:last-child {
    margin-bottom: 0; }

div.admonition blockquote {
  margin-left: 1em;
  margin-right: 1em;
  font-style: italic; }

div.admonition-caution {
  background: #fbede9; }
  div.admonition-caution:before {
    background-color: #ed3400;
    content: url("../icons/warning-white.svg"); }
  div.admonition-caution .admonition:before {
    content: "CAUTION: "; }

div.admonition-comment {
  background: #f9f8f8; }
  div.admonition-comment:before {
    background-color: #d2d0cf;
    content: url("../icons/chat-white.svg"); }
  div.admonition-comment p:first-child {
    margin-top: 0px; }

.node-full {
  background: none;
  border: none;
  padding: 0; }
  .node-full > .content {
    font-size: 1.0714285714rem; }

.node-teaser {
  border-bottom: 1px solid #d3d7d9;
  margin-bottom: 30px;
  padding-bottom: 15px; }
  .node-teaser > .title {
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 2px;
    padding-top: 0.5em; }
    .node-teaser > .title a {
      color: #181818; }
  .node-teaser .content {
    font-size: 1rem;
    clear: none;
    line-height: 1.6; }

a.readmore {
  float: right;
  font-size: 0.821em; }

.breadcrumb {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 0.9285714286rem;
  padding-bottom: 0.5em; }

.sidebar-block {
  border: 1px solid;
  padding: 15px 20px;
  margin: 0 0 20px;
  background-color: #f6f6f2;
  border-color: #f9f9f9; }
  .sidebar-block > .block-title {
    margin: 0 0 0.5em;
    border-bottom: 1px solid #d6d6d6;
    padding-bottom: 5px;
    text-shadow: 0 1px 0 #fff;
    font-size: 1.0714285714rem;
    line-height: 1.2; }
  .sidebar-block > .block-content {
    font-size: 0.9142857143rem;
    line-height: 1.4; }
  .sidebar-block ol, .sidebar-block ul {
    margin: 0;
    padding: 0 0 0.25em 1em;
    /* LTR */ }

ul.monthly-list {
  display: inline;
  padding: 0px;
  list-style: none; }
  ul.monthly-list li {
    display: inline; }
  ul.monthly-list li::after {
    content: ", "; }
  ul.monthly-list li:last-child::after {
    content: ""; }

table.cards {
  margin-right: auto;
  margin-left: auto;
  width: 60%;
  background-color: white;
  border: 0; }

table.cards td {
  font-size: x-large;
  font-weight: bold;
  background-color: white;
  padding: 4px 9px; }

td.epspic {
  text-align: center;
  width: 33%;
  background-color: white; }

p.creativeCommons {
  font-size: smaller; }

p.creativeCommons img {
  float: left;
  border: none;
  padding-right: 5px;
  padding-bottom: 5px; }

img.thumbnail {
  border: 0;
  margin-left: 0px;
  margin-right: 10px;
  margin-top: 0px;
  margin-bottom: 10px; }

h1#iaytheremusings-on-a-virtual-world {
  margin-top: 0;
  line-height: 1; }

/* ---------- Color Module Styles ----------- */
body {
  color: #3b3b3b; }

#page,
#main-wrapper,
#main-menu-links li a.active,
#main-menu-links li.active-trail a {
  background: #ffffff; }

#page-wrapper {
  background: #292929; }
