/* line 17, C:/Ruby193/lib/ruby/gems/1.9.1/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, C:/Ruby193/lib/ruby/gems/1.9.1/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, C:/Ruby193/lib/ruby/gems/1.9.1/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, C:/Ruby193/lib/ruby/gems/1.9.1/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, C:/Ruby193/lib/ruby/gems/1.9.1/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, C:/Ruby193/lib/ruby/gems/1.9.1/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, C:/Ruby193/lib/ruby/gems/1.9.1/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, C:/Ruby193/lib/ruby/gems/1.9.1/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, C:/Ruby193/lib/ruby/gems/1.9.1/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/* line 14, ../sass/_base.scss */
:focus {
  outline: none;
}

/* line 15, ../sass/_base.scss */
::-moz-focus-inner {
  border: 0;
}

/* line 17, ../sass/_base.scss */
html, body {
  height: 100%;
}

/* line 21, ../sass/_base.scss */
body {
  font-family: 'Cinzel', serif;
  font-size: 14px;
  color: white;
  background: url(../img/bg.jpg) no-repeat center top;
}

/* line 28, ../sass/_base.scss */
h1, h2, h3 {
  text-align: center;
  text-shadow: 0 0 10px #000000;
}

/* line 33, ../sass/_base.scss */
h1 {
  font-size: 3em;
}

/* line 37, ../sass/_base.scss */
h2 {
  font-size: 2.5em;
  font-weight: bold;
}

/* line 42, ../sass/_base.scss */
h3 {
  font-size: 1.5em;
}

/* line 47, ../sass/_base.scss */
ul li {
  list-style-type: disc;
  list-style-position: inside;
}

/* line 1, ../sass/_tinytabs.scss */
.tinytabs {
  margin-top: 33px;
}
/* line 3, ../sass/_tinytabs.scss */
.tinytabs ul.tabs {
  list-style-type: none;
  padding: 0;
  margin: 0 0 0 100px;
}
/* line 7, ../sass/_tinytabs.scss */
.tinytabs ul.tabs li {
  float: left;
  margin: 0 3px 0 0;
  display: block;
  background: url(../img/tab.png) no-repeat;
  width: 151px;
  height: 47px;
}
/* line 14, ../sass/_tinytabs.scss */
.tinytabs ul.tabs li.sel {
  background-image: url(../img/tab-active.png);
}
/* line 17, ../sass/_tinytabs.scss */
.tinytabs ul.tabs li.clear {
  height: 0px;
  line-height: 0px;
  padding: 0px;
  margin: 0px;
  clear: both;
  float: none;
  font-size: 0px;
}
/* line 27, ../sass/_tinytabs.scss */
.tinytabs ul.tabs a {
  display: block;
  text-align: center;
  text-decoration: none;
  color: white;
  font-size: 18px;
  text-align: center;
  line-height: 47px;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.75);
}
/* line 38, ../sass/_tinytabs.scss */
.tinytabs .section {
  background: url(../img/bg-right.png) no-repeat 0px 0px;
  overflow: hidden;
  clear: both;
  width: 764px;
  height: 575px;
  padding: 20px 30px 30px 30px;
}

/* line 5, ../sass/style.scss */
#wrapper {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

/* line 11, ../sass/style.scss */
#left, #right {
  margin: 0 2%;
  width: 46%;
  float: left;
}

/* line 17, ../sass/style.scss */
#left {
  width: 25%;
}

/* line 21, ../sass/style.scss */
#right {
  width: 67%;
}

/* line 25, ../sass/style.scss */
.disabled {
  opacity: 0.2;
}
/* line 27, ../sass/style.scss */
.disabled:hover {
  opacity: 0.5;
}

/* line 32, ../sass/style.scss */
.button {
  display: block;
  width: 104px;
  height: 45px;
  background: url(../img/button-generic.png);
  line-height: 40px;
  color: white;
  text-align: center;
  text-decoration: none;
  font-size: 17px;
}
/* line 42, ../sass/style.scss */
.button:active {
  padding-top: 2px;
  height: 43px;
  background-position: 0 -45px;
}

/* line 49, ../sass/style.scss */
#money-title {
  margin: 1em 0 0;
  color: #999999;
}

/* line 54, ../sass/style.scss */
#money-count {
  margin: 0.5em 0 0;
  color: #999999;
}

/* line 59, ../sass/style.scss */
#mine {
  display: block;
  width: 206px;
  height: 72px;
  margin: 4em auto 0;
  text-indent: -999em;
  background: url(../img/button-mine.png) no-repeat top left;
}
/* line 66, ../sass/style.scss */
#mine:active {
  background-position: 0 -72px;
}

/* line 71, ../sass/style.scss */
.mine-effect {
  position: absolute;
  -webkit-user-select: none;
  /* Chrome/Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+ */
  /* Rules below not implemented in browsers yet */
  -o-user-select: none;
  user-select: none;
  color: white;
  font-size: 1.5em;
}

/* line 83, ../sass/style.scss */
.mine-text {
  position: absolute;
  top: 150px;
  left: 50%;
  font-weight: bold;
  text-shadow: 0 0 3px #000000;
  -webkit-user-select: none;
  /* Chrome/Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+ */
  /* Rules below not implemented in browsers yet */
  -o-user-select: none;
  user-select: none;
}
/* line 95, ../sass/style.scss */
.mine-text.rock {
  color: saddlebrown;
}
/* line 98, ../sass/style.scss */
.mine-text.iron {
  color: silver;
}
/* line 101, ../sass/style.scss */
.mine-text.copper {
  color: #cc7621;
}
/* line 104, ../sass/style.scss */
.mine-text.gold {
  color: #f2c50f;
}
/* line 107, ../sass/style.scss */
.mine-text.diamond {
  color: #62fcfc;
}
/* line 110, ../sass/style.scss */
.mine-text.garnet {
  color: #92baba;
}
/* line 113, ../sass/style.scss */
.mine-text.iridium {
  color: #d6d6d6;
}

/* line 119, ../sass/style.scss */
#minerals .mineral {
  background: url(../img/bg-mineral.png) no-repeat;
  margin: 10px 0;
  width: 50%;
  height: 107px;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.58);
  float: left;
}
/* line 126, ../sass/style.scss */
#minerals .mineral .title {
  font-size: 24px;
  font-weight: bold;
  padding-top: 23px;
}
/* line 132, ../sass/style.scss */
#minerals .mineral .count,
#minerals .mineral .price {
  margin-top: 5px;
}
/* line 135, ../sass/style.scss */
#minerals .mineral .icon {
  float: left;
  width: 53px;
  height: 68px;
  margin: 19px 13px 0 19px;
  background: url(../img/minerals.png);
}
/* line 141, ../sass/style.scss */
#minerals .mineral .icon.rock {
  background-position: 0 0;
}
/* line 144, ../sass/style.scss */
#minerals .mineral .icon.iron {
  background-position: 0 -68px;
}
/* line 147, ../sass/style.scss */
#minerals .mineral .icon.copper {
  background-position: 0 -136px;
}
/* line 150, ../sass/style.scss */
#minerals .mineral .icon.gold {
  background-position: 0 -204px;
}
/* line 153, ../sass/style.scss */
#minerals .mineral .icon.diamond {
  background-position: 0 -272px;
}
/* line 156, ../sass/style.scss */
#minerals .mineral .icon.garnet {
  background-position: 0 -340px;
}
/* line 159, ../sass/style.scss */
#minerals .mineral .icon.iridium {
  background-position: 0 -408px;
}
/* line 163, ../sass/style.scss */
#minerals .mineral .sell {
  float: right;
  margin: 7px 20px 0 0;
}

/* line 170, ../sass/style.scss */
#status {
  float: right;
  width: 200px;
}

/* line 175, ../sass/style.scss */
#pickaxe {
  clear: right;
  float: right;
  width: 200px;
  border: 2px dotted black;
  margin: 10px 0;
  padding: 5px;
}

/* line 184, ../sass/style.scss */
#autoseller {
  float: right;
  clear: right;
  width: 200px;
  padding: 5px;
}

/* line 191, ../sass/style.scss */
#advanced {
  float: right;
  clear: right;
  width: 200px;
  padding: 5px;
  margin-top: 10px;
}

/* line 199, ../sass/style.scss */
#advanced-toggle {
  text-align: center;
  position: absolute;
  bottom: 180px;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  color: black;
  border: 1px solid #999999;
  padding: 7px;
  border-radius: 7px;
  display: none;
}
/* line 211, ../sass/style.scss */
#advanced-toggle:active {
  background: #999999;
}

/* line 216, ../sass/style.scss */
.tinytabs ul.tabs li.tab-advanced-tab {
  display: none;
}

/* line 222, ../sass/style.scss */
#advanced-container #advanced-left,
#advanced-container #advanced-right {
  float: left;
  padding: 15px;
  box-sizing: border-box;
}
/* line 227, ../sass/style.scss */
#advanced-container #advanced-left {
  width: 240px;
  border-right: 1px dashed #999999;
  height: 570px;
}
/* line 232, ../sass/style.scss */
#advanced-container #advanced-right {
  width: 520px;
}
/* line 237, ../sass/style.scss */
#advanced-container #advanced-miners-container .miner.chosen {
  background: gold;
}
/* line 240, ../sass/style.scss */
#advanced-container #advanced-miners-container .miner:hover {
  cursor: pointer;
}
/* line 246, ../sass/style.scss */
#advanced-container #advanced-sources-container .source {
  clear: both;
  margin-bottom: 10px;
  height: 100px;
}
/* line 250, ../sass/style.scss */
#advanced-container #advanced-sources-container .source .assign {
  display: none;
  float: right;
}
/* line 253, ../sass/style.scss */
#advanced-container #advanced-sources-container .source .assign.active {
  display: block;
}
/* line 257, ../sass/style.scss */
#advanced-container #advanced-sources-container .source .source-benefits {
  float: right;
  margin-right: 10px;
  width: 165px;
}
/* line 262, ../sass/style.scss */
#advanced-container #advanced-sources-container .source .source-miner-container {
  float: right;
  margin-right: 10px;
  width: 135px;
}
/* line 266, ../sass/style.scss */
#advanced-container #advanced-sources-container .source .source-miner-container .person {
  display: inline-block;
  margin: 3px;
}

/* line 276, ../sass/style.scss */
#miners .miner {
  float: left;
  width: 50%;
  height: 120px;
  margin: 10px 0;
  transition: all 0.5s linear;
}
/* line 282, ../sass/style.scss */
#miners .miner .area {
  float: left;
  width: 166px;
  height: 116px;
  background: rgba(0, 0, 0, 0.25);
  border-top: 5px solid rgba(0, 0, 0, 0.6);
  border-right: 5px solid rgba(0, 0, 0, 0.6);
  border-left: 5px solid rgba(0, 0, 0, 0.3);
  border-bottom: 5px solid rgba(0, 0, 0, 0.3);
  margin-right: 10px;
  position: relative;
}
/* line 293, ../sass/style.scss */
#miners .miner .area .person {
  position: absolute;
  font-size: 20px;
}
/* line 298, ../sass/style.scss */
#miners .miner .title {
  font-size: 1.5em;
  font-weight: bold;
  margin: 0 0 10px 0;
}
/* line 303, ../sass/style.scss */
#miners .miner .buy {
  float: left;
}

/* line 309, ../sass/style.scss */
#menu-toggle {
  position: absolute;
  top: 5px;
  right: 5px;
}

/* line 315, ../sass/style.scss */
#menu {
  position: absolute;
  top: -550px;
  left: 50%;
  margin-left: -300px;
  width: 572px;
  height: 474px;
  background: url(../img/bg-menu.png);
  padding: 11px;
  z-index: 200;
}
/* line 326, ../sass/style.scss */
#menu #menu-left,
#menu #menu-right {
  float: left;
  padding: 15px;
  box-sizing: border-box;
}
/* line 331, ../sass/style.scss */
#menu #menu-left {
  width: 200px;
  border-right: 1px dashed #999999;
  height: 477px;
}
/* line 335, ../sass/style.scss */
#menu #menu-left a {
  display: block;
  margin-bottom: 10px;
}
/* line 338, ../sass/style.scss */
#menu #menu-left a.current {
  color: black;
  text-decoration: none;
}
/* line 344, ../sass/style.scss */
#menu #menu-right {
  width: 367px;
}
/* line 346, ../sass/style.scss */
#menu #menu-right > div {
  display: none;
}
/* line 349, ../sass/style.scss */
#menu #menu-right #tab-changelog {
  display: block;
}

/* line 355, ../sass/style.scss */
#version {
  position: absolute;
  bottom: 50px;
  right: 5px;
  width: 200px;
  text-align: right;
}

/* line 364, ../sass/style.scss */
#tab-options label {
  display: block;
  margin-bottom: 10px;
}

/* line 370, ../sass/style.scss */
#overlay {
  background: black;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  opacity: 0;
}

/* line 381, ../sass/style.scss */
#save-text {
  position: absolute;
  bottom: 10px;
  left: 10px;
  font-weight: bold;
  text-shadow: 0 0 3px #000000;
  -webkit-user-select: none;
  /* Chrome/Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+ */
  /* Rules below not implemented in browsers yet */
  -o-user-select: none;
  user-select: none;
}

/* This is the default Tooltipster theme (feel free to modify or duplicate and create multiple themes!): */
/* line 396, ../sass/style.scss */
.tooltipster-default {
  border-radius: 5px;
  border: 2px solid #000;
  background: #4c4c4c;
  color: #fff;
}
/* line 401, ../sass/style.scss */
.tooltipster-default .tooltipster-content {
  font-family: Arial, sans-serif;
  font-size: 12px;
  line-height: 14px;
  padding: 6px 7px;
  overflow: hidden;
}

/* This is the base styling required to make all Tooltipsters work */
/* line 411, ../sass/style.scss */
.tooltipster-base {
  padding: 0;
  font-size: 0;
  line-height: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9999999;
  pointer-events: none;
  width: auto;
  overflow: visible;
}
/* line 422, ../sass/style.scss */
.tooltipster-base .tooltipster-content {
  overflow: hidden;
}
