@charset "utf-8";
html,
body {
  font-family: Helvetica, Arial, sans-serif;
  background-color: #000000;
  color: #ffffff;
  font-size: 16px;
  margin: 0;
  padding: 0;
  line-height: 1.5;
}
.container {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  /*border: 1px solid #fff;*/
  /*width: 894px;  tin men site*/
  padding: 0 0 1rem 0;
  margin-bottom: 4rem;
}
@media screen and (min-width: 480px) {
  html,
  body {
    width: 100%;
  }
  .container {
    width: 960px;
    padding-left: 60px;
    padding-right: 60px;
  }
  .content {
    text-align: left;
    /*font-size:80%;*/
    min-height: 400px;
    clear: both;
  }
}
@media screen and (max-width: 480px) {
  html,
  body {
    width: 100%;
    min-width: 300px;
  }
  .container {
    width: calc(100% -  24px );
    padding: 12px;
    margin: 0;
  }
  .content {
    text-align: left;
    /*font-size:80%;*/
    min-height: 300px;
    clear: both;
  }
}
/* 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,
div,
span {
  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: 24px;
}
h2 {
  font-size: 34px;
}
.sect-title h2 {
  color: #cdcdcd;
}
h3 {
  font-size: 1.5em;
}
h4 {
  font-size: 1.25em;
}
h5 {
  font-size: 1.125em;
}
h6 {
  font-size: 1em;
}
a img {
  border: none;
}
a,
a:visited {
  color: #cfcfcf;
  text-decoration: underline;
}
/* 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: none;
  color: #f15a24;
}
@media screen and (min-width: 480px) {
  .title-wrapper h2,
  .sect-title h2 {
    text-align: left;
  }
}
@media screen and (max-width: 480px) {
  .title-wrapper h2,
  .sect-title h2 {
    text-align: center;
    clear: both;
  }
}
/* 3 col layout tutorial. http://articles.techrepublic.com.com/5100-10878_11-5160911.html */
hr {
  clear: both;
  width: 33%;
  height: 2px;
  background-color: #f15a24;
  border-color: #f15a24;
  margin: 3em auto;
}
.clearboth {
  clear: both;
  height: 0;
  font-size: 1px;
  line-height: 0;
}
.clear-both,
.clearboth {
  clear: both;
}
.clear-left {
  /*background-color: red;*/
  clear: left;
  /*margin-left:80px;*/
}
#error-page p {
  font-size: 14px;
  padding: 1em;
}
.error404 {
  margin-top: 50px;
}
#pg-404 p {
  padding: 1em 0 1em 0;
}
.page-selector {
  text-align: center;
  font-size: 12px;
  margin: 0 auto 1em auto;
}
.page-selector .pg {
  font-size: 14px;
  padding: 0 .5em 0 .5em;
}
.post-more-link {
  text-align: center;
  clear: both;
  width: 100%;
  padding: 2em 0 2em 0;
}
.post-more-link a {
  padding: 4px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  border: 2px solid #c1c1c1;
  text-align: center;
  text-decoration: none;
  width: 250px;
  background-color: #000000;
  color: #c1c1c1;
}
.post-more-link a:hover {
  background-color: #c1c1c1;
  color: #000000;
}
@media print {
  background-color: white;
  color: black;
  
  .container {
    margin-bottom: 1rem;
  }
}
iframe {
  text-align: center;
  margin: 0 auto 0 auto;
}
