/*
 * foowall demo css
 */

html {
    font-family: sans-serif;
    background: #111;
    color: #f0f0f0;
}


h1 {
    margin: 0 0.1em;
    padding: 0;
    font-size: 150%;
}

a {
    color: #FFF;
}

#copyright {
    position: absolute;
    z-index: 41;
    top: 0;
    right: 0;
    width: 20em;
    font-size: 80%;
    margin: 0;
    padding: 0.5em;
    padding-right: 1em;
    text-align: right;
    color: #DDD;
}

#copyright a {
    color: #DDD;
}


#piclist{
    position: absolute;
    top: 10%;
    right: 0;
    width: 20%;
    height: 90%;
    overflow: auto;
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
}
#piclist li {
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
    background: #111; /* MSIE 7 */
    border: solid 1px #111;
    font-size: 90%;

    zoom: 1; /* MSIE7 */
}

#piclist li.piclistselected {
    background: #555;
    border: solid 1px #000;
    cursor: pointer;
}

#piclist li a {
    display: block;
    margin: 0;
    padding: 6px 0 6px 0;
    text-align: center;
    color: #FFF;
}

#piclist li img {
    border: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2px;
    left: 0;
    right: 0;
}

#posterwall {
    position: absolute;
    left: 0;
    top: 10%;
    width: 80%;
    height: 90%;
    overflow: hidden;
    background: #111 url(grid40.gif);
}

#posterwall img.source {
    width: 160px; /* resized on load */
    float: left;
}

#posterwall img.loaded {
    visibility: hidden;
}

#postercursor {
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    z-index: 6;
    visibility: hidden;
}

#postercursor img {
    display: block;
    left: 0;
    right: 0;
    margin: 2px auto;
}

#posterdropsnap {
    position: absolute;
    width: 38px;
    height: 38px;
    border: solid 1px #AAA;
    background: #555;
    top: 0;
    visibility: hidden;
    z-index: 2;
}

#postercontrol {
    position: absolute;
    z-index: 12; /* top layer on posterwall */
    width: 76px;
    height: 76px;
    border: solid 2px #AAA;
    visibility: hidden;
}

.poster {
    position: absolute;
    z-index: 4;
    border: solid 2px #000;
    visibility: hidden;
}

.posterimage {
    width: 76px; /* this is the start width */
    display: block;
}

.button {
    cursor: pointer;
    background: #000;
    color: #EEE;
    border: solid 1px #000;
    font-size: 80%;
}

#posterstoreform {
    visibility: hidden;
}

#about {
    position: absolute;
    z-index: 40;
    top: 0;
    right: 0;
    margin-left: -30em;
    width: 30em;
}

#about h2 {
    font-size: 80%;
    padding: 1em;
    cursor: pointer;
    background : red;
    color: #FFF;
    margin: 0;
    width: 14em;
}

#about_text {
    background: #090909;
    color: #FFF;
    border-top: solid 0.5em red;
    font-size: 80%;
    padding: 0 1em 1em 1em;
    display: none;
}
