@charset "utf-8";
body {
  overflow-y: scroll;
}
html,
body {
  background-image: url(http://rsc.alexmcmurray.com/tm/core/tinmen-wallpaper-600.jpg);
  background-repeat: repeat;
  color: #a67f35;
  font-size: 14px;
  font-family: Arial, "Lucida Grande", Verdana, Sans-serif;
  margin: 0;
  padding: 0;
  line-height: 1.5;
}
@media screen and (max-width: 480px) {
  html,
  body {
    font-size: 16px;
    color: #b48936;
  }
}
/* Due to variations between browsers, it's best practices to zero padding and margin
on lists. For consistency, you can either specify the amounts you want here, or on
the list items (LI, DT, DD) they contain. Remember that what you do here will
cascade to the .nav list unless you write a more specific selector. */
ul,
ol,
dl {
  padding: 0;
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-top: 0;
  /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
  /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math.
    A nested div with side padding can also be used as an alternate method. */
}
h1 {
  font-size: 1.75rem;
}
h2 {
  font-size: 1.75rem;
}
h3 {
  font-size: 1.5rem;
  color: #e2c8d4;
  /*grey */
  padding: 0;
  margin: 0;
}
h4 {
  font-size: 1.25rem;
  color: #e2c8d4;
  /*grey */
  font-style: italic;
  padding: 0;
  margin: 0;
}
h5 {
  font-size: 1.125rem;
}
h6 {
  font-size: 1rem;
}
a img {
  border: none;
}
a,
a:visited {
  color: #bda669;
  text-decoration: none;
  font-weight: bold;
}
/* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
a:hover,
a:active,
a:focus {
  text-decoration: underline;
  color: #ff9e32;
}
@media screen and (min-width: 480px) {
  a,
  a:visited {
    text-decoration: none;
  }
  a:hover,
  a:active,
  a:focus {
    text-decoration: underline;
  }
}
@media screen and (max-width: 480px) {
  a,
  a:visited {
    text-decoration: underline;
  }
  a:hover,
  a:active,
  a:focus {
    text-decoration: none;
  }
}
.clearboth {
  clear: both;
  height: 0;
  font-size: 1px;
  line-height: 0;
}
.clear-both,
.clearboth {
  clear: both;
}
.center {
  text-align: center;
}
.container {
  text-align: left;
  background-color: #1a1710;
}
@media screen and (max-width: 480px) {
  .container {
    min-width: calc(300px - 2rem);
    padding: 0 1rem 0 1rem;
    margin: 0.5rem auto 2rem auto;
  }
}
@media screen and (min-width: 480px) {
  .container {
    width: 894px;
    padding: 0 36px 0 36px;
    margin: 0.5rem auto 2rem auto;
  }
}
@media screen and (min-width: 480px) {
  .content {
    padding: 2rem 9rem 0 9rem;
    min-height: 400px;
  }
}
@media screen and (max-width: 480px) {
  .content {
    padding: 0.5rem 0 0 0;
  }
}
.content h1 {
  text-align: center;
  padding: 0;
  margin: 0.5em;
}
.content h2 {
  font-family: Trebuchet MS, Arial, "Lucida Grande", Verdana, Sans-serif;
  text-align: center;
  padding: 0;
  margin: 0.5em;
}
.content h3 {
  font-family: Trebuchet MS, Arial, "Lucida Grande", Verdana, Sans-serif;
  text-align: left;
}
.content h4 {
  font-family: Georgia, Palatino, Times New Roman;
}
.content p {
  padding: 0;
  margin: 0;
  margin-bottom: 1em;
}
.content table {
  margin: 0;
  padding: 0;
}
.content table td.pic_col {
  text-align: center;
  width: 380px;
  /* background-color: red; */
}
#content-home,
#content-shows {
  padding-left: 0;
  padding-right: 0;
}
.content .section {
  clear: both;
}
@media screen and (max-width: 480px) {
}
#sect-blocks {
  padding-top: 0;
}
#error-page p {
  padding: 1em;
}
.error404 {
  margin-top: 3.5rem;
}
#pg-404 p {
  padding: 3.5rem 0 7rem 0;
}
div.empty {
  padding: 5rem;
  text-align: center;
}
#mc_embed_signup_scroll div {
  display: inline-block;
}
#mc_embed_signup_scroll label {
  margin-right: 0.5em;
}
#mc_embed_signup_scroll input {
  background-color: #e1e1e1;
}
div.post-more-link {
  padding-top: 1rem;
  margin-bottom: 2px;
  text-align: center;
}
div.post-more-link a {
  padding: 0.4rem;
  border: 1px solid;
  display: inline-block;
}
div.post-more-link a:hover {
  cursor: pointer;
}
