/*from bootstrap*/

/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=62dd98bedc41ad13a671)
 * Config saved to config.json and https://gist.github.com/62dd98bedc41ad13a671
 */
/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}




* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  text-decoration: none;
}
a:hover,
a:focus {
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
img {
  vertical-align: middle;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h1 {
  font-size: 36px;
}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 15px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

.table-responsive {
  min-height: .01%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
}









/*custom mythbusters results*/


html {
  position: relative;
  min-height: 100%;
  overflow-y: scroll;
}

body {
  background: #fff url(/images/whitebg.gif) 50% 0 repeat-y;
  margin-bottom: 100px; /* account for tallest footer */
  color: #222;
}

a, a:hover, a:focus, .btn-default, .dropdown-menu li a, .dropdown-menu li a:hover, .dropdown-menu li a:focus {
  color: #00e;
}

div#bar {
  background: #04f url(/images/bluebg.gif) 50% 0 repeat-y;
}

header {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
  white-space: nowrap;
}

  img#logo {
    display: inline-block;
    margin: 10px 0;
    max-width: 33%;
  }

  img#topleft {
    display: inline-block;
    margin-right: 4%;
    max-width: 28%;
  }

  img#topright {
    display: inline-block;
    margin-left: 4%;
    max-width: 28%;
  }

div#page {
  max-width: 960px;
  margin: 0 auto;
}

div#pad {
  padding: 0 40px;
}

  div#pad img {
    max-width: 100%;
  }




/*-------------------------- top nav ---------------------------------*/

nav {
  margin: 10px 15px 0 15px;
  text-align: center;
}

  nav .list-inline > li {
    margin-bottom: 10px;
    vertical-align: middle;
  }

    nav li a, .btn {
      padding: 5px 7px;
    }

  .list-inline {
    margin-bottom: 0;
  }

  .btn-default {
    border: 0;
    font-size: inherit;
    background-color: #fff;
  }

  .btn-default.active, .btn-default:hover, .btn-default:focus  {
    text-decoration: underline;
    color: #00e;
    background: inherit;
  }
  
  .dropdown-menu li a {
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .dropdown-menu li a:hover, .dropdown-menu li a:focus {
    text-decoration: underline;
  }

  .open > .dropdown-toggle.btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-radius: 4px;
  }



/*-------------------------- Google CSE ---------------------------------*/

/*box-sizing conflicts with bootstrap*/
.reset-box-sizing, .reset-box-sizing *, .reset-box-sizing *:before, .reset-box-sizing *:after {
  -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box;
}
input.gsc-input,.gsc-input-box,.gsc-input-box-hover,.gsc-input-box-focus,.gsc-search-button {
  box-sizing: content-box; line-height: normal;
}

div#cse {
  width: 220px;
  padding-top: 5px;
}

  #cse .gsc-search-button-v2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  #cse .gsc-input {
    padding-right: 3px;
    padding-left: 5px;
    font-size: 15px;
  }

  #cse .gscb_a {
    font: inherit;
  }




/*-------------------------- Headings, Misc ---------------------------------*/


h1.single {
  font-size: 30px
}

  h1.single a {
    color: inherit;
  }

h2 { 
  font-size: 28px;
  margin-top: 35px;
}

li > h2 { 
  font-size: 22px;
  margin-top: 30px;
  margin-bottom: 2px;
}

.mythbox h3 {
  color: #00a;
  font-size: 18px;
  margin-top: 0;
  line-height: 1.2em;
}

  .mythbox h3 a {
    text-decoration: underline;
  }

.mythbox h4 {
  margin-top: 35px;
}
.mythbox h4:first-child {
  margin-top: 0;
}

ul.fulleps > li {
  margin-bottom: 60px;
}



/*-------------------------- Series Summary ---------------------------------*/

.index h2 {
  margin-top: 0;
  padding-top: 35px;
}

.index h3 {
  margin-top: 0;
  padding-top: 20px;
}

@media (min-width: 590px) {
  .contents {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    -webkit-column-gap: 32px;
    -moz-column-gap: 32px;
    column-gap: 32px;
  }
}

@media (min-width: 850px) {
  .contents {
    -webkit-columns: 3;
    -moz-columns: 3;
    columns: 3;
    -webkit-column-gap: 32px;
    -moz-column-gap: 32px;
    column-gap: 32px;
  }
}

.contents {
  color: #555;
  padding-left: 30px;
}

  .contents a {
    color: inherit;
    text-decoration: underline;
  }

  .contents li ul {
    padding-left: 2em;
  }




/*-------------------------- Myth Boxes ---------------------------------*/

.explain {
  background: #def;
  box-shadow: 1px 1px 1px 0px rgba(85,119,153,0.5);
}

.mythbox {
  background: #eee;
  box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.25);
}

.mythbox, .explain {
  padding: 17px 22px;
  margin-bottom: 20px;
}

  p.result {
    margin: 8px 12px;
    font-size: 18px;
  }

  .result {
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: 1px 1px 2px #fff;
  }
    .multi { color: #888; }
    .busted { color: #f00; }
    .plausible { color: #ffb000; }
    .confirmed { color: #00A300; }
    .nottested { color: #f0f; }

  p.note {
    color: #666;
  }

  ul.space > li {
    margin-bottom: 13px;
  }

div#nextprev {
  margin: 25px 0;
  text-align: center;
}

table.myth {
  border: 1px solid #444;
  border-width: 0 1px 1px 0;
  margin-bottom: 15px;
  border-spacing: 0;
}

  table.myth tr th, table.myth tr td {
    padding: 5px 10px;
    border: 1px solid #444;
    border-width: 1px 0 0 1px;
    text-align: left;
  }

    table.myth tr td.nowrap {
      white-space: nowrap;
    }



/*-------------------------- TV Schedule ---------------------------------*/

table.tv {
  margin-top: 4px;
  padding: 0;
  width: 730px;
  border: 1px solid #03d;
  text-align: left;
  border-spacing: 0;
  width: 100%;
}

  table.tv tr th, table.tv tr td {
    margin: 0;
    padding: 6px 6px 6px 10px;
  }

  table.tv tr th {
    font-weight: bold;
    color: #fff;
    background-color: #09f;
    border-left: 1px solid #03d;
  }

  table.tv tr td {
    background-color: #def;
    border-left: 1px solid #ccc;
  }

  table.tv tr.odd td {
    background-color: #fff;
  }

  table.tv td:first-child, table.tv th:first-child {
    border: none;
    padding-left: 15px;
  }



/*-------------------------- About Page ---------------------------------*/

div#castcolumn {
  margin: 0 5px 0 30px;
  float: right;
  width: 320px;
}

  #castcolumn li {
    text-align: center;
  }

  #castcolumn h2 {
    margin-top: 15px;
  }

  #castcolumn h3 {
    margin: 5px 0 15px 0;
    font-size: 14px;
    font-weight: bold;
  }

.castinfo {
  text-align: center;
  margin-top: 30px;
}

  .castinfo > * {
    display: inline-block;
  }

  .castinfo ul {
    text-align: left;
    margin-top: 20px;
  }

.photos {
  margin-top: 70px;
  text-align: center;
}

  .photos li {
    margin: 20px 0;
  }






/*-------------------------- Footer ---------------------------------*/

footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  text-align: center;
  padding: 10px;
  background-color: #ddd;
  font-size: 14px;
}

  footer ul {
    color: #888;
  }

  footer a, footer a:focus {
    color: #888;
  }
  footer a:hover { color: #888; }






/*-------------------------- Narrow ---------------------------------*/

@media (max-width: 680px) {
  div#castcolumn {
    width: 160px;
  }
  table.myth tr td.nowrap {
    white-space: normal;
  }
}

@media (max-width: 480px) {
  img#topleft, img#topright {
    display: none;
  }
  img#logo {
    max-width: 150px;
  }
  div#castcolumn {
    float: none;
    margin-left: 0;
    width: initial;
    max-width: 320px;
  }
  div#castcolumn li {
    max-width: 49%;
    white-space: nowrap;
  }
  div#pad {
    padding: 0 25px;
  }
}


