/* vim: set ft=css : */

/* ---------------------------------------------------------------- */
/* Zero out everything (from Compass's "reset" rule). */

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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}

*:focus {
    outline: 0;
}

ol, ul {
    list-style: none;
}

/* Note that tables still need 'cellspacing="0"' in the markup. */
table {
    border-collapse: separate;
    border-spacing: 0;
    vertical-align: middle;
}

caption, th, td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}

q, blockquote {
    quotes: "" "";
}
q:before, q:after, blockquote:before, blockquote:after {
    content: "";
}

img a {
    border: none;
}

/* ---------------------------------------------------------------- */
/* Our styles. */

body {
    width: 100%;
    background: #eeeeff;
    color: black;
    width: 809px;
    height: 437px;
    margin-left: auto;
    margin-right: auto;
}

#title {
    line-height: 1.5em;
    font-size: 2em;
    font-weight: bold;
    text-align: center;
}

#div_graphics {
    padding: 10px;
}

#div_boxes {
    position: absolute;
    z-index: 500;
}

.box {
    position: absolute;
    background: #b4b484;
    padding-top: 1px;
    padding-right: 5px;
    padding-bottom: 1px;
    padding-left: 5px;
    border: 3px solid #a0a070;
    font-family: arial, helvetica, sans-serif;
    font-size: medium;
}

#div_clickers {
    position: absolute;
    z-index: 800;
}

.clicker {
    position: absolute;
    z-index: 750;
    padding-top: 1px;
    padding-right: 5px;
    padding-bottom: 1px;
    padding-left: 5px;
    border: 3px solid transparent;
    background: white;
    filter: alpha(opacity=0);
        /* Mozilla 1.6 and older. */
    -moz-opacity: 0.0;
    opacity: 0.0;
}

#goal {
    z-index: 960;
    position: absolute;
}

.arrows {
    position: absolute;
    width: 756px;
    height: 437px;
    padding-top: 5px;
    padding-left: 5px;
}

.bitmap_text {
    position: absolute;
    z-index: 550;
}

#div_control {
    padding-top: 450px;
    color: black;
}

#language {
    color: black;
    border: 2px solid #888;
    padding: 3px;
    margin: 2px;
}

#intro {
    line-height: 1.3em;
    padding-top: 12px;
    padding-bottom: 12px;
    color: black;
}

.cell_num {
    font-size: medium;
    font-weight: bold;
}

#last_move_text {
    padding: 2px;
    margin-left: 6px;
    margin-right: 22px;
}


