html,
body {
  margin: 0;
  padding: 0;
  font: 13px/20px normal Helvetica, Arial, sans-serif;
  font-size: 14px;
}
body {
  height: 100%;
  overflow: hidden;
}
h4 {
  font-size: 16px;
}
#body {
  position: absolute;
  width: 100%;
  height: 100%;
}
*:focus {
  outline: none;
}
.page .body *:first-child {
  margin-top: 0 !important;
}
.close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 25px;
  height: 25px;
  background-image: url(../images/close-window.png);
  cursor: pointer;
  z-index: 1000;
}
/* Header */
#header {
  position: absolute;
  z-index: 100;
  width: 100%;
}
#header img {
  width: 100%;
  margin: -0.5px 0 0;
  border: 0;
  padding: 0;
  display: block;
}
#header h1 {
  position: absolute;
  width: 0px;
  height: 0px;
  text-indent: -120%;
  white-space: nowrap;
  overflow: hidden;
}
/* Header links */
#infinite-gear {
  position: absolute;
  top: 0px;
  left: 8%;
  display: block;
  width: 23%;
  height: 63%;
  z-index: 10;
  background-image: url(../images/1px_trans.png);
}
#upload-image {
  position: absolute;
  top: 0px;
  left: 67%;
  display: block;
  width: 12.5%;
  height: 63%;
  z-index: 10;
  background-image: url(../images/1px_trans.png);
}
#twitter {
  position: absolute;
  top: 29.5%;
  left: 88%;
  display: block;
  width: 2%;
  height: 24%;
  z-index: 10;
  background-image: url(../images/1px_trans.png);
}
#facebook {
  position: absolute;
  top: 29.5%;
  left: 91%;
  display: block;
  width: 2%;
  height: 24%;
  z-index: 10;
  background-image: url(../images/1px_trans.png);
}
#infinite-gear a,
#upload-image a,
#twitter a,
#facebook a {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: 300%;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
}
#map_canvas {
  z-index: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
#navigation {
  position: absolute;
  z-index: 200;
  top: 40px;
  right: 40px;
  width: 23%;
  min-width: 170px;
  max-width: 250px;
  color: white;
}
#navigation:hover .background {
  -webkit-box-shadow: 0 0 11px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 11px rgba(0, 0, 0, 0.5);
}
#navigation > .content {
  position: relative;
  padding: 30px;
  z-index: 1;
}
#navigation > .background {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 0;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  background-color: #3A85BD;
  opacity: .85;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}
#navigation .filters {
  margin-top: 15px;
  max-height: 200px;
  overflow: auto;
}
#navigation h4 {
  margin: 10px 0;
}
#navigation .menu-wrapper {
  white-space: nowrap;
}
#navigation .menu-wrapper a img {
  border: none;
}
#navigation .menu-wrapper img {
  width: 18.6%;
}
#navigation .search-wrapper {
  background-color: white;
  background-image: url(../images/search.png);
  background-position: 92% 50%;
  background-repeat: no-repeat;
  height: 25px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#navigation #search {
  color: #E78022;
  font-size: 18px;
  font-family: omnes-pro, sans-serif;
  font-weight: bold;
  width: 70%;
  border: none;
  padding: 0;
  margin: 0 12px;
  background-color: transparent;
}
#navigation li {
  clear: both;
}
#navigation li input {
  float: left;
}
#navigation li a {
  color: white;
  text-decoration: none;
  display: block;
  margin-left: 25px;
}
#navigation li:hover a {
  text-decoration: underline;
}
#navigation ul {
  margin: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0px;
}
#legendList li input {
  float: none;
}
#legendList li a {
  display: inline;
}
/* Footer */
#footer {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 40px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  background-color: white;
  z-index: 100;
}
#beutler_logo {
  position: absolute;
  left: 15px;
  top: 50%;
  margin-top: -16px;
}
#footer p {
  margin: 10px auto;
  text-align: center;
  color: gray;
  text-transform: uppercase;
}
#footer p a {
  color: gray;
  text-decoration: none;
}
#footer p a:hover {
  color: blue;
  text-decoration: underline;
}
#characterList ul li,
#plotList ul li,
#legendList ul li {
  margin-left: 0;
  list-style: none;
}
#characterList h4,
#plotList h4,
#legendList h4 {
  cursor: pointer;
}
#characterList ul,
#plotList ul,
#legendList ul {
  display: none;
}
#gear-content {
  position: absolute;
  bottom: -498px;
  right: -20px;
  display: none;
  cursor: pointer;
}
#gear-content > .arrow {
  width: 54px;
  height: 28px;
  position: absolute;
  top: -28px;
  right: 30px;
  background-image: url(../images/top-arrow.png);
  cursor: pointer;
}
#gear-content > .background {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 0;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  background-color: #3A85BD;
  opacity: .85;
  cursor: pointer;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}
#gear-content > .content {
  position: relative;
  padding: 30px;
  cursor: pointer;
}
#gear-content > .content > img {
  width: 300px;
  height: 400px;
  margin: 0 5px;
}
#gear-content > .content > h3,
#gear-content > .content > h4 {
  color: white;
  margin: 10px 0;
  text-align: center;
}
#gear-content > .content > h3 {
  margin-top: 0px;
  font-size: 32px;
  text-indent: 400%;
  overflow: hidden;
  background-image: url(../images/infinite-map-logo.png);
  height: 100px;
  white-space: nowrap;
  background-repeat: no-repeat;
  background-position: top center;
}
#gear-content > .content > .shirts {
  height: 75px;
}
#gear-content > .content > .shirts a {
  text-indent: 0px;
  display: inline;
  width: auto;
  height: auto;
}
#gear-content > .content > .shirts img {
  width: 75px;
  height: 75px;
  display: inline;
  margin: 0;
}
#location-subpage {
  display: none;
  position: absolute;
  z-index: 198;
}
/* UPLOAD POPUP */
#upload-form {
  display: none;
  position: absolute;
  width: 300px;
  padding: 30px;
  z-index: 1001;
  left: 50%;
  top: 50%;
  margin-left: -180px;
  margin-top: -198px;
  color: white;
}
#upload-form:hover .background {
  -webkit-box-shadow: 0 0 11px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 11px rgba(0, 0, 0, 0.5);
}
#upload-form > .content {
  position: relative;
  z-index: 1;
}
#upload-form > .content > h1 {
  color: white;
  margin-top: 0px;
  margin-bottom: 20px;
  line-height: 40px;
}
#upload-form > .content iframe {
  width: 304px;
  height: 326px;
  border: none;
}
#upload-form > .content label {
  display: inline-block;
  width: 130px;
}
#upload-form > .content #upload-name,
#upload-form > .content #upload-email {
  padding: 7px 18px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  border: none;
  width: 260px;
  font-family: omnes-pro, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #E78022;
}
#upload-form > .background {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 0;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  background-color: #3A85BD;
  opacity: .85;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}
/* LOCATIONS LIST */
#locations-list-subpage {
  display: none;
  position: absolute;
  top: 40px;
  left: 50%;
  margin-left: -325px;
  width: 650px;
  padding: 30px;
  z-index: 199;
}
#locations-list-subpage > .background {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 0;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  background-color: #3A85BD;
  opacity: .85;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}
#locations-list-subpage:hover > .background {
  -webkit-box-shadow: 0 0 11px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 11px rgba(0, 0, 0, 0.5);
}
#locations-list-subpage > .content {
  position: relative;
  z-index: 1;
}
#locations-list-subpage > .content > h1 {
  color: white;
  margin-top: 0px;
  margin-bottom: 20px;
  line-height: 40px;
}
#locations-list-subpage > .content > .body {
  background-color: white;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  padding: 30px;
  max-height: 540px;
  min-height: 200px;
  overflow: auto;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}
#body-locations-list td {
  padding: 4px;
}
#body-locations-list .even {
  background-color: #E0ECF8;
  border-radius: 8px;
}
#sortable-locations-list th a {
  text-decoration: none;
  color: black;
}
#sortable-locations-list th a:hover {
  color: blue;
}
/* CHARACTER PAGE */
#character-subpage,
#plot-subpage,
#about-subpage {
  display: none;
  position: absolute;
  top: 40px;
  left: 50%;
  margin-left: -270px;
  width: 540px;
  padding: 30px;
  z-index: 199;
}
#character-subpage > .background,
#plot-subpage > .background,
#about-subpage > .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  background-color: #3A85BD;
  opacity: .85;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}
#character-subpage:hover > .background,
#plot-subpage:hover > .background,
#about-subpage:hover > .background {
  -webkit-box-shadow: 0 0 11px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 11px rgba(0, 0, 0, 0.5);
}
#character-subpage > .content,
#plot-subpage > .content,
#about-subpage > .content {
  position: relative;
  z-index: 1;
}
#character-subpage > .content > h1,
#plot-subpage > .content > h1,
#about-subpage > .content > h1 {
  color: white;
  margin-top: 0px;
  margin-bottom: 20px;
  line-height: 40px;
}
#character-subpage > .content > .body,
#plot-subpage > .content > .body,
#about-subpage > .content > .body {
  background-color: white;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  padding: 30px;
  /*
    max-height: 540px;
    min-height: 200px;
    */
  overflow: auto;
  height: 300px;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}
#about-subpage {
  /*
	max-height: 70% !important;
	*/
}
#about-subpage .content {
  max-height: 500px;
}
/* LOCATION PAGE */
#location-subpage {
  display: none;
  position: absolute;
  width: 400px;
  padding: 30px;
  top: 40px;
  left: 40px;
}
#location-subpage > .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  background-color: #3A85BD;
  opacity: .85;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}
#location-subpage:hover .background {
  -webkit-box-shadow: 0 0 11px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 11px rgba(0, 0, 0, 0.5);
}
#location-subpage > .content {
  position: relative;
  z-index: 1;
}
#location-subpage > .content > h3 {
  color: white;
  margin-top: -12px;
  margin-bottom: 10px;
  line-height: 20px;
  font-size: 1em;
}
#location-subpage > .content > h1 {
  color: white;
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 40px;
}
#location-subpage > .content > .body {
  background-color: white;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  padding: 30px;
  max-height: 540px;
  overflow: auto;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}
#location-subpage > .content .body-meta-top p {
  margin-top: 0;
}
#location-subpage > .content .upload-img {
  width: 140px;
  height: 140px;
  float: right;
  margin-left: 15px;
  margin-bottom: 15px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
  background-color: #3A85BD;
  cursor: pointer;
}
#location-subpage > .content .featured-img {
  display: none;
  width: 140px;
  height: 140px;
  float: right;
  margin-left: 15px;
  margin-bottom: 15px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
#location-subpage > .content .body-text h3,
#location-subpage > .content .body-comment h3,
#location-subpage > .content .body-wikipedia h3,
#location-subpage > .content .body-meta-wikipedia h3 {
  font-size: 18px;
  margin-top: 0;
}
#location-subpage > .content .body-meta-characters,
#location-subpage > .content .body-meta-plots,
#location-subpage > .content .body-meta-children {
  clear: both;
  padding-top: 18px;
}
#location-subpage > .content .body-meta-characters h3,
#location-subpage > .content .body-meta-plots h3,
#location-subpage > .content .body-meta-comment h3,
#location-subpage > .content .body-meta-children h3 {
  clear: both;
  font-size: 18px;
  margin-top: 0;
}
#location-subpage > .content .body-meta-characters ul,
#location-subpage > .content .body-meta-plots ul,
#location-subpage > .content .body-meta-children ul {
  list-style: none;
}
#location-subpage > .content .body-meta-characters ul li,
#location-subpage > .content .body-meta-plots ul li,
#location-subpage > .content .body-meta-children ul li {
  float: left;
  margin-right: 8px;
}
#location-subpage > .content .body-meta-characters ul li.view-more,
#location-subpage > .content .body-meta-plots ul li.view-more,
#location-subpage > .content .body-meta-children ul li.view-more {
  font-weight: bold;
}
#location-subpage > .content .body-meta-imgs {
  padding-top: 18px;
  clear: both;
}
#location-subpage > .content .body-meta-imgs img {
  margin: 0 10px 5px;
  width: 140px;
  height: 140px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
#location-subpage > .content .body-meta-imgs img.upload-img {
  float: none;
}
#location-breadcrumb {
  font-size: 12px !important;
  font-weight: normal !important;
  width: 92%;
}
#location-breadcrumb a {
  color: white;
  text-decoration: none;
}
#location-breadcrumb a:hover {
  text-decoration: underline;
}
#location-subpage .location-type {
  font-style: normal;
}
.page h1 .permalink {
  display: none;
  font-size: 12px;
  font-weight: normal;
  color: white;
  line-height: 12px;
}
.page h1 .permalink a {
  color: white;
  text-decoration: none;
}
.page h1 .permalink a:hover {
  text-decoration: underline;
}
.page h1 img {
  margin: 0 8px;
  position: relative;
  cursor: pointer;
}
#location-tweet {
  display: inline-block;
  width: 25px;
  height: 25px;
  background-image: url('../images/twitter-25px.png');
  text-indent: 300%;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
}
#location-like {
  display: inline-block;
  width: 25px;
  height: 25px;
  background-image: url('../images/fb-25px.png');
  text-indent: 300%;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
}
#location-focus {
  display: inline-block;
  width: 25px;
  height: 25px;
  background-image: url('../images/Target-25px.png');
  text-indent: 300%;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  margin-right: 10px;
}
#marker-tooltip {
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 10px 18px;
  -webkit-border-radius: 15px 15px 15px 0;
  -moz-border-radius: 15px 15px 15px 0;
  border-radius: 15px 15px 15px 0;
  background-color: #3A85BD;
  opacity: .95;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  color: white;
  font-size: 18px;
  font-weight: bold;
  z-index: 10000;
}
#logo-link {
  position: absolute;
  top: 0px;
  left: 42.5%;
  display: block;
  width: 14%;
  height: 100%;
  z-index: 10;
  cursor: pointer;
}
/*
#location-subpage .permalink-icon {
    padding-right: 40px;
    background-image: url(../images/permalink.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    margin-top: 0px;
    min-height: 35px;
}
*/
/********************
Admin Section
********************/
body.admin #header {
  position: relative;
}
body.admin {
  overflow: auto;
}
#admin_menu {
  padding: 0;
  margin: 0;
}
#admin_menu li {
  float: left;
  margin-right: 20px;
}
#admin_menu li a {
  text-decoration: none;
  font-weight: bold;
  color: #000;
}
#admin_menu li a:hover {
  text-decoration: underline;
}
.admin #header {
  clear: both;
  min-height: 80px;
}
.ui-autocomplete {
  z-index: 4000 !important;
  font-size: 12px !important;
  overflow: auto;
  max-height: 500px;
}
#site-sharing {
  float: right;
  width: 80px;
  padding-top: 4px;
}
@media screen and (orientation: landscape) and (max-device-height: 767px) {
  .page .body {
    max-height: 60% !important;
  }
  .page {
    margin-top: -300px !important;
  }
}
@media screen and (orientation: landscape) and (max-device-height: 320px) {
  .page .body {
    max-height: 60% !important;
  }
  .page {
    margin-top: -100px !important;
  }
  #navigation {
    top: 0px !important;
  }
}
@media screen and (max-width: 1024px) {
  #gear-content {
    bottom: -468px;
    right: -70px;
    transform: scale(0.8);
    -ms-transform: scale(0.8);
    /* IE 9 */
    -webkit-transform: scale(0.8);
    /* Safari and Chrome */
    -o-transform: scale(0.8);
    /* Opera */
    -moz-transform: scale(0.8);
    /* Firefox */
  }
  #marker-tooltip {
    display: none !important;
  }
  #location-breadcrumb {
    margin-bottom: 0 !important;
  }
  #location-breadcrumb a {
    font-size: 10px;
  }
  #location-name {
    margin-bottom: 10px !important;
  }
  #location-subpage,
  #character-subpage,
  #plot-subpage {
    width: 300px;
  }
  #locations-list-subpage {
    width: 400px;
  }
  #location-subpage,
  #character-subpage,
  #plot-subpage,
  #locations-list-subpage,
  #upload-form,
  #about-subpage {
    padding: 20px !important;
  }
  #navigation .content {
    padding: 20px;
  }
  #locations-list-subpage .body {
    padding: 20px !important;
  }
  #location-subpage > .content > h3 {
    line-height: 15px;
  }
  #character-subpage > .content > .body,
  #plot-subpage > .content > .body,
  #about-subpage > .content > .body,
  #location-subpage .content > .body {
    padding: 20px;
  }
  #about-subpage > .content > .body {
    max-height: 270px;
  }
  #about-subpage .body {
    max-height: 300px;
  }
}
@media screen and (max-width: 500px) {
  body {
    font-size: 12px;
  }
}
@media screen and (max-width: 320px) {
  body {
    font-size: 10px;
  }
}
@media screen and (min-width: 900px) {
  body {
    font-size: 16px;
  }
  h4 {
    font-size: 20px;
  }
  #navigation .search-wrapper {
    height: 30px;
  }
  #navigation #search {
    font-size: 20px;
  }
}
@media screen and (min-width: 1135px) {
  body {
    font-size: 18px;
  }
  h4 {
    font-size: 24px;
  }
  #navigation .search-wrapper {
    height: 35px;
  }
  #navigation #search {
    font-size: 24px;
  }
}
@media screen and (min-width: 1260px) {
  #location-subpage {
    width: 550px !important;
  }
}
@media screen and (min-height: 481px) {
  #navigation .filters {
    max-height: 300px;
  }
}
@media screen and (min-height: 701px) {
  #navigation .filters {
    max-height: 400px;
  }
}
@media screen and (min-height: 1000px) {
  #navigation .filters {
    max-height: 500px;
  }
}
@media screen and (min-height: 1200px) {
  #navigation .filters {
    max-height: 600px;
  }
}
/*# sourceMappingURL=infiniteatlas.css.map */