/*
#background-image {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 130%;
    z-index: 0;
}
*/

body {
    background-image: none;
}

#mainWrap {
    margin-bottom: 0;
}

#content {
    background-color: transparent;
    padding-top: 0;
    margin-bottom: 0;
}

#tower-header {
    width: 550px;
    height: 300px;
    background: url(../img/tower-of-stupid-top.png) no-repeat 0 0;
    margin: 0 auto;
    overflow: hidden;
    text-indent: -2000px;
}

#tower {
    width: 510px;
    padding: 20px 20px 100px 20px;
    margin: 0 auto -80px auto;
    background: url(../img/tower-of-stupid-body.png) repeat-y 0 0;
    text-align: left;
}

#tower LI {
    padding: 10px 0;
    /*border-top: 1px dotted #6d2791;*/
    position: relative;
}

#tower LI.first {
    border-top: 0;
}

#tower LI .imageCol {
    float: left;
    margin-right: 15px;
    width: 240px;
}

#tower LI .imageCol IMG {
    width: 240px;
}

#tower LI .imageCol DIV {
    margin-top: 10px;
}

#tower LI .textCol {
    width: 180px;
    float: left;
    margin-right: 15px;
}

#tower LI H2 {
}

#tower LI H2 A {
    display: block;
    font-size: 42px;
    padding: 20px 10px;
    background-color: #F7EDA9;
    border: 2px dotted #6d2791;
    overflow: hidden;
    word-wrap: break-word;
}

#tower LI H2 A:hover {
    background-color: #FFF;
}   


#tower LI .voteCol {
    float: right;
    width: 50px;
    text-align: center;
    margin-top: 20px;
    position: relative;
}

#tower .voteCol .towerVote {
    width: 42px;
    background: url(../img/tower-of-stupid-vote-banner.png) no-repeat 0 0;
    padding-top: 80px;
}

#tower .voteCol .towerVote .voteUp, #tower .voteCol .towerVote .voteDown {
    background-image: url(../img/tower-of-stupid-vote-buttons.png);
    background-repeat: no-repeat;
    display: block;
    width: 15px;
    height: 33px;
    margin: auto;
    position: relative;
}

#tower .voteCol .towerVote .voteUp {
    background-position: 0 0;
    z-index: 11;
}

#tower .voteCol .towerVote .voteDown {
    background-position: -20px 0;
    margin-top: -4px;
    z-index: 9;
}

#tower .voteCol .towerVote .voteUp:hover {
    background-position: -40px 0;
}

#tower .voteCol .towerVote .voteDown:hover {
    background-position: -60px 0;
}

.sideWindow {
    background: url( ..//img/tower-of-stupid-side-window.png) no-repeat 0 0;
    width: 43px;
    height: 179px;
    margin: -15px auto 0 auto;
    color: #85BABA;
    padding: 0;
    position: relative;
    z-index: 8;
}

.sideWindow .voteScore {
    font-size: 24px;
    font-weight: bold;
    position: absolute;
    top: 80px;
    left: 0px;
}

.voteScore .diagWrap.diag1 {
    margin-left: 16px;
    margin-top: -10px;
}

.voteScore .diagWrap.diag2 {
    margin-left: 10px;
}

.voteScore .diagWrap.diag3 {
    margin-left: 7px;
    margin-top: 5px;
    font-size: 20px;
}

.voteScore .diag {
    position: relative;
    top: -15px;
}

.sideWindow .voteCount {
    position: absolute;
    bottom: 40px;
    left: 0px;
}

.voteCount .diagWrap.diag1 {
    margin-left: 20px;
    margin-top: -19px;
}

.voteCount .diagWrap.diag2 {
    margin-left: 15px;
}

.voteCount .diagWrap.diag3 {
    margin-left: 13px;
    margin-bottom: -5px;
}

.voteCount .diag {
    position: relative;
    top: -11px;
}

/*
.sideWindow {
    background: url( ..//img/tower-of-stupid-side-window.png) no-repeat 0 0;
    width: 43px;
    height: 120px;
    margin: auto;
    color: #85BABA;
    padding: 59px 0 0 0;
    font-size: 24px;
    font-weight: bold;
    margin-top: -15px;
    position: relative;
    z-index: 8;
}
*/

.plainWindow {
    background: url( ../img/tower-of-stupid-windows.png ) no-repeat 0 0;
    width: 160px;
    height: 133px;
    margin: auto;
}

.flowerWindow {
    background: url( ../img/tower-of-stupid-windows.png ) no-repeat -200px 0;
    width: 160px;
    height: 133px;
    margin: auto;
}

.catWindow {
    background: url( ../img/tower-of-stupid-windows.png ) no-repeat -400px 0;
    width: 160px;
    height: 133px;
    margin: auto;
}

.pieCooling {
    background: url( ../img/tower-of-stupid-windows.png ) no-repeat -600px 0;
    width: 160px;
    height: 133px;
    margin: auto;
}


.laundryWindow {
    background: url( ../img/tower-of-stupid-windows.png ) no-repeat -800px 0;
    width: 160px;
    height: 133px;
    margin: auto;
}

.windowWash {
    background: url( ../img/tower-of-stupid-windows.png ) no-repeat -1000px 0;
    width: 160px;
    height: 96px;
    margin: auto;
}

.beeMan {
    background: url( ../img/tower-of-stupid-windows.png ) no-repeat -1200px 0;
    width: 160px;
    height: 105px;
    margin: auto;
}


P {
    text-align: inherit;
}

@media screen and (max-width: 565px) {
  #content {
    transform: scale(.9);
    transform-origin: 50% 10%;
    padding-left: 0;
    padding-right: 0;
    overflow: visible;
  }
}

@media screen and (max-width: 535px) {
  #logo.absolute {
    left: 50%;
    margin-left: -95px !important;
  }
  
  #content {
    transform: scale(.8);
  }
}

@media screen and (max-width: 495px) {
  #content {
    transform: scale(.7);
    transform-origin: 25% 5%;
  }
}

@media screen and (max-width: 420px) {
  #content {
    transform: scale(.65);
    transform-origin: 15% 5%;
  }
}

@media screen and (max-width: 390px) {
  #content {
    transform: scale(.6);
  }
}

@media screen and (max-width: 350px) {
  #content {
    transform: scale(.5);
    transform-origin: 17% 3%;
  }
}