div.th-form {
    display: none;
}

div.th-form div.error {
    color: #B94A48;
}

.th-logic-error {
    color: #B94A48;
}

blockquote * span.th-color {
    color: #777;
}

span.th-color {
    color: #555;
}

span.th-color-quote {
    color: #555;
}

span.th-hint {
    color: #004B91;
}

span.th-hidden {
    opacity: 0;
}

span.th-activate {
    color: #555;
    cursor: pointer;
}

span.th-activated {
    font-weight: bold;
}

.th-droppable {
    border: 1px solid #999;
    display: inline-block;
}

a.th {}

@font-face {
    font-family: 'orbitron-bold';
    src: url('orbitron-bold-webfont.eot');
    src: url('orbitron-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('orbitron-bold-webfont.woff') format('woff'),
         url('orbitron-bold-webfont.ttf') format('truetype'),
         url('orbitron-bold-webfont.svg#orbitronbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

a.th-reveal-continue, a.th-logic-check {
    font-size: 28px;
    color: #b20000;
    font-weight: bold;
    margin-top: 10px;
    font-family: orbitron-bold;
}

input.th {
    font-family: Verdana, sans-serif;
    height: 20px;
    line-height: 20px;
    padding: 4px 6px;
    border: 1px solid #CCCCCC;
    -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
    vertical-align: middle;
    width: 300px
}

input.th-code-bad {
    border-color: #B94A48;
}

/* copied from twitter bootstrap */
button.th {
    font-family: Verdana, sans-serif;
    display: inline-block;
    *display: inline;
    padding: 4px 12px;
    margin-bottom: 0;
    *margin-left: .3em;
    font-size: 14px;
    line-height: 20px;
    *line-height: 20px;
    color: #333333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    cursor: pointer;
    background-color: #f5f5f5;
    *background-color: #e6e6e6;
    background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    border: 1px solid #bbbbbb;
    *border: 0;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-bottom-color: #a2a2a2;
    -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    *zoom: 1;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

button.th:hover,
button.th:active,
button.th.active,
button.th.disabled,
button.th[disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}

button.th:active,
button.th.active {
  background-color: #cccccc \9;
}

button.th:first-child {
  *margin-left: 0;
}

button.th:hover {
  color: #333333;
  text-decoration: none;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
  /* Buttons in IE7 don't get borders, so darken on hover */

  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
     -moz-transition: background-position 0.1s linear;
       -o-transition: background-position 0.1s linear;
          transition: background-position 0.1s linear;
}

button.th:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

button.th.active,
button.th:active {
  background-color: #e6e6e6;
  background-color: #d9d9d9 \9;
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

button.th.disabled,
button.th[disabled] {
  cursor: default;
  background-color: #e6e6e6;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

/**
    jPuzzle
**/
img.jPuzzle-img {
    display: none;
}

div.jPuzzle-container {
    display: none;
}

.jPuzzle-game
{
    border: 1px solid #000;
    background-color: white;
    margin-bottom: 10px;
    overflow: hidden;
}

/*Container of the puzzle*/
.jPuzzle-container
{
    border-bottom: 2px solid #000;
}

/*Style applied when a piece moves over a droppable location*/
.jPuzzle-location-hover
{
    border: 1px dashed #000;
}

div.th-coding-output {
    font-family: monospace;
    margin-left: 10px; 
}

/* SF cover */
img.th-cover {
    float: left;
    border-bottom-color: #a2a2a2;
    -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}