.ui-effects-transfer
{
  outline: 2px dashed #fff;
  z-index: 999999;
  background-color: rgba(120,120,120,0.5);
}

.twitter
{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 25px;
  text-transform: uppercase;
  font-weight: bold;
}

#game
{
  margin-top: 10px;
  margin-bottom: 20px;
  height: 500px;
  background-color: #000;
  border: solid 50px #888;
  border-radius: 5px;
  position: relative;
  overflow: visible;
}
  #game .scene
  {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    z-index: 1;
    display: none;
  }
  #game .scene.active
  {
    z-index: 100;
    display: block;
  }
  #game .scene.noSave
  {
    color: #fff;
    text-align: center;
    padding-top: 20px;
  }

.end
{
  padding: 50px;
}
  .end h2
  {
    font-size: 200%;
    font-weight: bold;
  }
  .end h3
  {
    margin-top: 4em;
    margin-bottom: 4em;
  }
  .end p
  {
    color: #ccc;
		line-height: 150%;
  }
  .end a
  {
    text-transform: uppercase;
  }
  .end strong
  {
    color: #fff;
  }

.noSelect
{
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
  .noSelect p, .noSelect h1, .noSelect h2, .noSelect h3, .noSelect h4, .noSelect h5
  {
    cursor: default;
  }

.close
{
  float: right;
  margin-top: 20px;
  margin-right: 20px;
  padding: 15px 20px 15px 20px;
  height: 56px;
  background-color: #941100;
  color: #fff;
  font-weight: bold;
  font-size: 90%;
}
  .close:hover
  {
    background-color: red;
  }

#loading
{
  background-image: url('../img/loading.gif');
  background-position: 50% 200px;
  background-repeat: no-repeat;
}
  #loading p
  {
    margin-top: 240px;
  }

#monthPassed
{
  background-position: 50% 45%;
  background-repeat: no-repeat;
  background-image: url(../img/clock.gif);
}
  #monthPassed h2
  {
    font-weight: bold;
    margin-top: 50px;
    font-size: 200%;
    color: #000;
  }
  #monthPassed p
  {
    margin-top: 250px;
    font-size: 200%;
    text-transform: uppercase;
    white-space: nowrap;
    text-shadow: 3px 3px 1px #000;
  }

#score
{
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
  overflow: hidden;
  text-transform: uppercase;
  display: none;
  font-size: 110%;
}
  #score p
  {
    margin: 0;
  }
  #score .points
  {
    padding: 1em;
    font-weight: bold;
  }
  #yourScore
  {
    float: left;
  }
  #vlambeerScore
  {
    float: right;
  }
  #message
  {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    color: #fff;
    font-weight: bold;
  }

#startOrContinue h2,
#enterName h2
{
  font-size: 250%;
}
#startOrContinue h3,
#enterName h3
{
  text-transform: lowercase;
  color: #fac846;
  letter-spacing: 3px;
}
#startOrContinue button
{
  margin-top: 120px;
  font-size: 150%;
}
#enterName input
{
  border: solid 1px #333;
  background-color: #fff;
  padding: 10px;
  font-weight: normal;
  margin-top: 100px;
  outline: 0;
  width: 26em;
  text-transform: uppercase;
  font-size: 150%;
	line-height: 150%;
}
#enterName button
{
  margin-top: 100px;
  text-transform: uppercase;
  font-size: 150%;
}
.credits
{
  color: #888;
}

#intro #paging
{
  display: inline-block;
  position: absolute;
  top: 10px;
  right: 20px;
  color: #ccc;
  font-size: 14px;
}
#intro button
{
  position: absolute;
  left: auto;
  top: auto;
  right: 50px;
  bottom: 50px;
  text-transform: uppercase;
}
  #intro button:active
  {
    bottom: 49px;
    right: 49px;
  }
#intro #name
{
  text-transform: uppercase;
}
#intro ul
{
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: left;
}
  #intro ul li
  {
    display: none;
    margin: 0;
    padding: 10px 80px 0 50px;
  }
  #intro ul li.active
  {
    display: block;
  }
    #intro ul li p
    {
      line-height: 200%;
      font-size: 18px;
    }
    #intro ul li.done p
    {
      color: #ccc;
    }

#desktop
{
  background-color: #138081;
}
  #desktop h2
  {
    float: left;
    margin-top: 20px;
    margin-left: 20px;
    font-size: 200%;
    font-weight: bold;
  }
  #date
  {
    position: absolute;
    top: 85px;
    left: 21px;
    width: 10em;
    color: #01fffe;
    font-size: 1em;
    font-weight: bold;
  }
  #date.highlight
  {
    color: #fff;
  }
  #updates
  {
    position: absolute;
    top: 20px;
    left: 420px;
    width: 361px;
    height: 35px;
    background-color: #FE9300;
    color: #fff;
    padding: 10px;
    font-size: 80%;
    border: 1px solid #000;
    overflow: hidden;
  }
    #updates p
    {
      float: left;
      margin: 5px 0;
    }
      #updates p span
      {
        font-weight: bold;
      }
    #updates button
    {
      float: right;
      margin-left: 80px;
      padding: 5px;
      text-transform: uppercase;
    }
  #desktop .icon
  {
    position: absolute;
    width: 180px;
    height: 160px;
    border: solid 1px #000;
    background-position: 50% 20%;
    background-repeat: no-repeat;
    cursor: pointer;
  }
  #desktop .icon.wide
  {
    width: 380px;
  }
  #desktop .icon:hover
  {
    border-color: #fff;
  }
    #desktop .icon h4
    {
      position: absolute;
      bottom: 15px;
      left: 0;
      right: 0;
      font-weight: bold;
      text-align: center;
      cursor: pointer;
    }
    #desktop .icon p
    {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      text-align: center;
      cursor: pointer;
      margin: 0;
      opacity: 0.5;
      font-size: 75%;
/*      text-transform: capitalize;*/
    }

  #desktop #mailIcon
  {
    left: 20px;
    top: 130px;
    background-image: url('../img/mail.png');
    background-color: #44c7fa;
  }
  #desktop #mailIcon:hover { background-color: #76d6fb; }
  #desktop #mailIcon:active { left: 21px; top: 131px; }
  #desktop #calculatorIcon
  {
    left: 420px;
    top: 130px;
    background-color: #c01e69;
    background-image: url('../img/calculator.png');
  }
  #desktop #calculatorIcon:hover { background-color: #df3282; }
  #desktop #calculatorIcon:active { left: 421px; top: 131px; }
  #desktop #weatherIcon
  {
    left: 620px;
    top: 130px;
    background-image: url('../img/weather.png');
    background-color: #008f2b;
  }
  #desktop #weatherIcon:hover { background-color: #00c23a; }
  #desktop #weatherIcon:active { left: 621px; top: 131px; }
  #desktop #webIcon
  {
    left: 20px;
    top: 310px;
    background-color: #021893;
    background-image: url('../img/web.png');
    color: #fff;
  }
  #desktop #webIcon:hover { background-color: #0320c5; }
  #desktop #webIcon:active { left: 21px; top: 311px; }
  #desktop #calendarIcon
  {
    left: 220px;
    top: 310px;
    background-image: url('../img/calendar.png');
    background-color: #945219;
  }
  #desktop #calendarIcon:hover { background-color: #c06a20; }
  #desktop #calendarIcon:active { left: 221px; top: 311px; }
  #desktop #ideIcon
  {
    left: 420px;
    top: 310px;
    background-image: url('../img/ide.png');
    background-color: #222;
    color: #fff;
  }
  #desktop #ideIcon:hover { background-color: #444; }
  #desktop #ideIcon:active { left: 421px; top: 311px; }

.app
{
  background-color: #ccc;
}
  .app > img
  {
    float: left;
    margin: 20px 10px 0 20px;
  }
  .app h2
  {
    float: left;
    margin: 20px 0;
    font-weight: bold;
  }

#mail
{
  background-color: #44c7fa;
}
  #mail > img
  {
    position: relative;
    top: -10px;
  }
  #mail #inbox,
  #mail #viewMail
  {
    position: absolute;
    top: 100px;
    bottom: 15px;
    background-color: #fff;
    border: solid 1px #0699d1;
    margin: 0;
    padding: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  #mail #inbox
  {
    list-style-type: none;
    left: 15px;
    width: 320px;
  }
    #mail #inbox li
    {
      display: block;
      margin: 0;
      padding: 10px;
      border-bottom: solid 1px #ccc;
      cursor: pointer;
    }
    #mail #inbox li:hover
    {
      background-color: #eee;
    }
    #mail #inbox li.read
    {
      color: #aaa;
    }
    #mail #inbox li.selected
    {
      background-color: #0699d1;
      color: #fff;
    }
      #mail #inbox li p
      {
        font-size: 80%;
        margin: 0;
        padding: 0;
        cursor: pointer;
      }
      #mail #inbox li p.from
      {
        float: left;
        max-width: 195px;
      }
      #mail #inbox li p.date
      {
        float: right;
        color: #aaa;
        max-width: 80px;
        text-align: right;
        overflow: visible;
        white-space: nowrap;
      }
      #mail #inbox li.selected p.date
      {
        color: #fff;
      }
      #mail #inbox li p.subject
      {
        display: block;
        font-weight: bold;
        clear: both;
        padding-top: 1em;
      }
  #mail #viewMail
  {
    right: 15px;
    width: 530px;
    -webkit-touch-callout: text;
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
  }
    #mail #viewMail p
    {
      margin: 10px;
      padding: 0;
      font-size: 100%;
    }
    #mail #viewMail #mailContent
    {
      border-top: solid 1px #ccc;
      margin-top: 10px;
      padding-top: 10px;
      padding-bottom: 2em;
      line-height: 2em;
    }

#calculator
{
  background-color: #c01e69;
}
  #calculator > div
  {
    width: 260px;
    margin-left: auto;
    margin-right: auto;
    clear: both;
    overflow: visible;
  }
    #calculator > div input
    {
      margin: 5px;
      width: 238px;
      border: solid 1px #fff;
      outline: 0;
      padding: 5px;
      text-align: right;
      font-size: 1.5em;
      margin-bottom: 10px;
    }
    #calculator > div button
    {
      display: inline-block;
      width: 50px;
      height: 50px;
      margin: 5px;
      overflow: hidden;
    }
      #calculator > div button.active
      {
        background-color: #ddd;
      }
    #calculator > div button.wide
    {
      width: 116px;
    }
    #calculator > div button.tall
    {
      height: 110px;
      float: right;
      margin-right: 7px;
    }

#weather
{
  background-color: #008f2b;
  text-align: center;
}
  #weather h3
  {
    clear: both;
    font-size: 250%;
    font-weight: bold;
  }
  #weather p
  {
    font-size: 90%;
    text-align: left;
    margin-left: 250px;
  }
  #weather span
  {
    font-weight: bold;
  }
  #weather #weatherUnitToggle
  {
    margin-top: 2em;
    font-size: 90%;
  }
  #weather #tipOfTheDay
  {
    float: right;
    margin-top: 20px;
    margin-right: 120px;
    width: 240px;
    padding: 10px;
    background-color: #f8ff7b;
    border: solid 5px #b35100;
    text-align: center;
  }
    #weather #tipOfTheDay h4
    {
      font-size: 80%;
      color: #b35100;
      font-weight: bold;
      margin-bottom: 1em;
    }
    #weather #tipOfTheDay p
    {
      float: none;
      font-size: 100%;
      margin: 0;
      padding: 0;
      text-align: center;
    }

#web
{
  background-color: #021893;
  color: #fff;
  overflow: hidden;
}
  #web h3
  {
    position: absolute;
    font-size: 130%;
    white-space: nowrap;
    top: 0;
    margin: 0;
  }
  #web #bookmarks
  {
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 21px;
    left: 220px;
    width: 570px;
    height: 90px;
    display: block;
    overflow: hidden;
  }
    #web #bookmarks li
    {
      float: left;
      padding: 5px;
      padding-top: 10px;
      padding-left: 10px;
      font-size: 80%;
      background-color: rgba(255,255,255,0.3);
      width: 170px;
      height: 25px;
      margin: 0 5px 5px 0;
      position: relative;
      text-shadow: 1px 1px 1px #333;
    }
    #web #bookmarks li:not(.empty)
    {
      cursor: pointer;
    }
    #web #bookmarks li:hover:not(.empty):not(.selected):not(.next)
    {
      background-color: rgba(255,255,255,0.6);
    }
    #web #bookmarks li:active:not(.empty)
    {
      top: 1px;
      left: 1px;
    }
    #web #bookmarks li.selected
    {
      background-color: #fff;
      color: #000;
      text-shadow: none;
      font-weight: bold;
    }
    #web #bookmarks li.next
    {
      background-color: rgba(255,255,255,0.8);
      background-repeat: no-repeat;
      background-position: 90% 50%;
      background-image: url(../img/loading_web.gif);
    }
    #webContent
    {
      position: absolute;
      top: 180px;
      bottom: 10px;
      left: 10px;
      right: 10px;
      background-color: #fff;
      padding: 10px;
      color: #000;
      overflow: auto;
      -webkit-overflow-scrolling: touch;
    }
      #webContent h3
      {
        float: left;
        margin: 10px 0 1em 5px;
        font-weight: bold;
        cursor: pointer;
        color: blue;
      }
        #webContent h3:hover
        {
          text-decoration: underline;
        }
      #webContent h4
      {
        float: right;
        margin: 0 10px 0 0;
        text-transform: none;
        color: #888;
      }
      #webContent h5
      {
        clear: both;
        margin: 0 10em 1em 5px;
        font-weight: bold;
        font-size: 135%;
        padding-top: 20px;
      }
      #webContent ul
      {
        display: block;
        clear: both;
        list-style-type: none;
        margin: 0;
        padding: 0;
        overflow: hidden;
        height: 260px;
      }
        #webContent ul li
        {
          float: left;
          margin: 5px;
          padding: 0;
          width: 400px;
          height: 100px;
          top: 15px;
          border: solid 1px #ccc;
          background-color: #ddd;
          overflow: hidden;
          text-transform: uppercase;
          font-weight: bold;
          padding-top: 10px;
          padding-left: 10px;
          font-size: 115%;
          cursor: pointer;
          line-height: 130%;
          position: relative;
        }
        #webContent ul li:hover
        {
          background-color: #eee;
        }
        #webContent ul li:active
        {
          top: 16px;
          left: 1px;
        }
      #webContent p
      {
        clear: both;
        margin: 0 10em 1em 5px;
        color: #555;
        font-size: 14px;
      }
      #webContent p a
      {
        cursor: pointer;
      }
      #webArticle
      {
        min-height: 270px;
        line-height: 1.8em;
      }
        #webArticle h5
        {
          line-height: 2em;
        }
      #webLoading
      {
        height: 100%;
        background-color: #ccc;
        overflow: hidden;
      }
        #webLoading p
        {
          text-align: center;
          margin: 0;
          margin-top: 120px;
          padding: 0;
          color: #555;
          font-size: 135%;
        }
      #marsSentry
      {
        text-align: center;
        font-weight: bold;
        text-transform: uppercase;
      }
        #marsSentry h3
        {
          margin-bottom: 50px;
        }
        #marsSentry > p
        {
          padding-top: 30px;
          font-size: 150%;
          text-align: center;
          width: 100%;
        }
        #marsSentry #friends
        {
          position: absolute;
          bottom: 10px;
          left: 10px;
          right: 10px;
          font-size: 6pt;
          font-weight: normal;
          letter-spacing: 1px;
          line-height: 250%;
        }
          #marsSentry #friends a
          {
            cursor: pointer;
            margin-left: 1em;
            margin-right: 1em;
          }

#calendar
{
  background-color: #945219;
}
  #calendar > div
  {
    clear: both;
    text-align: center;
  }
  #calendar a
  {
    color: #000;
    margin: -30px 0 0 0;
    padding: 0 !important;
    font-size: 300%;
    cursor: pointer;
    text-decoration: none;
  }
    #calendar a:active
    {
      color: #fff;
    }
  #calendar a.prev
  {
    float: left;
    margin-left: 300px;
  }
  #calendar a.next
  {
    float: right;
    margin-right: 300px;
  }
  #calendar h3
  {
    font-size: 150%;
    font-weight: bold;
  }
  #calendar #months
  {
    list-style-type: none;
    margin: 0 auto 0 auto;
    padding: 0;
    overflow: hidden;
    display: block;
    width: 95%;
  }
    #calendar #months li
    {
      display: inline-block;
      width: 30%;
      height: 63px;
      border: solid 1px #000;
      position: relative;
      margin-bottom: 10px;
      background-color: #ecb98d;
      margin: 4px;
    }
    #calendar #months li.vlambeer
    {
      background-color: #fac846;
      border: solid 5px #f3e64e;
      height: 60px;
      margin: 0;
    }
    #calendar #months li.today
    {
      background-color: rgba(255, 255, 255, 0.5);
      border: solid 5px #dd331b;
      height: 60px;
      margin: 0;
    }
      #calendar #months li h4
      {
        position: absolute;
        top: 5px;
        left: 5px;
        font-size: 70%;
        font-weight: bold;
        margin: 0;
        padding: 0;
        color: #555;
      }
      #calendar #months li.vlambeer h4,
      #calendar #months li.today h4
      {
        color: #000;
      }
      #calendar #months li p
      {
        font-size: 50%;
        font-weight: bold;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 5px;
        margin: 0;
        padding: 0;
      }


#ide
{
  background-color: #222;
  color: #fff;
}
  #ide #newGame
  {
    clear: both;
    margin-left: 40px;
    margin-top: 40px;
    float: left;
  }
  #ide #games,
  #ide #noGames
  {
    position: absolute;
    left: 40px;
    top: 140px;
    width: 200px;
    background-color: #fff;
    border: solid 5px #333;
    color: #000;
    padding: 10px;
  }
    #ide #games p,
    #ide #noGames p
    {
      font-size: 80%;
      margin-bottom: 1em;
      margin-top: 0;
      text-transform: uppercase;
    }
    #ide #games ul
    {
      list-style-type: none;
      padding: 0;
      margin: 0;
      color: #000;
      font-size: 90%;
      max-height: 250px;
      overflow: auto;
      -webkit-overflow-scrolling: touch;
    }
      #ide #games ul li
      {
        padding: 10px;
        margin-bottom: 15px;
        cursor: pointer;
        border: solid 1px #fff;
      }
      #ide #games ul li:hover,
      #ide #games ul li.selected
      {
        background-color: #ddd;
        border-color: #aaa;
      }
      #ide #games ul li:active,
      #ide #games ul li.selected
      {
        color: red;
      }
  #ide #choose
  {
    position: absolute;
    left: 300px;
    top: 90px;
    width: 550px;
    background-color: #fff;
    border: solid 5px #333;
    color: #000;
    padding: 10px;
    font-size: 90%;
    text-align: center;
  }
    #choose button
    {
      margin-top: 20px;
      text-transform: uppercase;
      font-weight: bold;
      font-size: 90%;
      background-color: #000;
      color: #fff;
      float: right;
    }
    #choose #difficulty
    {
      float: left;
      position: relative;
      top: 15px;
      text-transform: uppercase;
    }
      #difficulty strong.easy
      {
        color: #00c400;
      }
      #difficulty strong.medium
      {
        color: #ffab00;
      }
      #difficulty strong.hard
      {
        color: #ff0000;
      }
    #choose > div
    {
      overflow: hidden;
      clear: both;
      text-align: left;
      padding-top: 5px;
    }
    #choose > div:nth-child(even) {
      background-color: #ddd;
    }
    #choose label
    {
      float: left;
      width: 125px;
      margin: 0;
      font-weight: bold;
      padding: 5px 0 0 5px;
      color: #555;
    }
    #choose input
    {
      float: right;
      margin-bottom: 10px;
      padding: 5px;
      height: 23px;
      width: 403px;
      outline: 0;
      text-transform: uppercase;
      text-align: center;
      border: 1px solid #ddd;
/*      font-size: 80%;*/
      text-align: left;
			line-height: 150%;
    }

    #choose .chooseBox
    {
      position: relative;
      overflow: auto;
      height: 40px;
      float: right;
      width: 420px;
			line-height: 200%;
    }
    #choose .chooseBox.custom
    {
      display: none;
    }
    #choose .chooseBox.custom.active
    {
      display: block;
    }
      #choose .chooseBox a
      {
        position: absolute;
        width: 35px;
        height: 35px;
        top: 0;
        font-weight: bold;
        font-size: 190%;
        color: #666;
        line-height: 90%;
        text-align: center;
        cursor: pointer;
      }
      #choose .chooseBox a:hover,
      #choose .chooseBox a:focus
      {
        background-color: #eee;
        text-decoration: none;
      }
      #choose .chooseBox a:active
      {
        color: red;
      }
      #choose .chooseBox a.prev
      {
        left: 5px;
      }
      #choose .chooseBox a.next
      {
        right: 5px;
      }
      #choose .chooseBox a.disabled,
      #choose .chooseBox a.disabled:active
      {
        opacity: 0.25;
        background-color: transparent;
        color: #666;
        cursor: default;
      }
    #choose .chooseBox ul
    {
      display: block;
      position: absolute;
      overflow: hidden;
      left: 50px;
      right: 50px;
      top: 5px;
      height: 25px;
      list-style-type: none;
      margin: 0;
      padding: 0;
      white-space: nowrap;
    }
      #choose .chooseBox ul li
      {
        margin: 0;
        padding: 0;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 320px;
        text-align: center;
      }
  #ide #develop
  {
    position: absolute;
    left: 30px;
    top: 135px;
    width: 820px;
    background-color: #fff;
    border: solid 5px #333;
    color: #000;
    padding: 10px;
    font-size: 90%;
    text-align: center;
  }
    #develop h3
    {
      text-transform: uppercase;
      font-size: 150%;
      font-weight: bold;
    }
    #develop h4
    {
      color: #888;
			margin: 0;
			line-height: 150%;
    }
    #develop #progress
    {
      position: absolute;
      text-align: center;
      width: 100%;
      z-index: 10;
      top: 100px;
			line-height: 100%;
    }
    #develop #progressBar
    {
      position: relative;
      overflow: hidden;
      height: 50px;
      background-color: #eee;
      border: solid 5px #888;
      width: 760px;
      margin: 20px auto 20px auto;
      z-index: 1;
    }
      #develop #progressBar #indicator
      {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 0;
        background-color: #01cd40;
      }
    #develop button
    {
      text-transform: uppercase;
      border: solid 3px #000;
      font-weight: bold;
      background-color: #ffab00;
    }
    #develop button#cancel
    {
      float: left;
      margin-left: 25px;
      background-color: #c81500;
      color: #fff;
    }
    #develop button#release
    {
      float: right;
      margin-right: 25px;
      background-color: #0083c6;
      color: #fff;
    }
    #develop #specs
    {
      margin: 0;
      padding: 0;
      list-style-type: none;
      overflow: hidden;
      width: 99%;
      margin-left: auto;
      margin-right: auto;
      display: block;
      font-size: 11px;
    }
      #develop #specs li
      {
        margin: 0;
        padding: 0;
        float: left;
        width: 49%;
        text-align: left;
        overflow: hidden;
        white-space:nowrap;
        letter-spacing: 0;
      }
        #develop #specs li span
        {
          float: left;
          width: 9em;
          color: #888;
        }
    #develop #status
    {
      position: absolute;
      left: 20px;
      right: 20px;
      bottom: 0;
      text-align: center;
    }
      #develop #status strong
      {
        text-transform: uppercase;
      }
