@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {

    body {
        zoom: 0.9;
        -moz-transform: scale(0.9);
        -webkit-transform: scale(0.9);
    }

}

/* iPhone [portrait + landscape] */
@media only screen and (max-device-width: 480px) {
    .selector-01 { margin: 10px; }
    .selector-02 { margin: 10px; }
    .selector-03 { margin: 10px; }
}




.linen {
    background: url(img/bkgnd.png) top left;
}

.mainpage {
    display: block;
    position: relative;
    top: 5em;

    border: 2px solid #666;

    -moz-box-shadow: 3px 0 10px rgb(0,0,0);
    -webkit-box-shadow: 3px 0 10px rgb(0,0,0);
    box-shadow: 3px 0 10px rgb(0,0,0);
    background: white;
    padding: 2em;

    -moz-border-radius: 10px;
    border-radius: 10px;
    }

.container {

}

.photo {
    display:block;
    height: 190px;
    width: 190px;
    border: 2px none #888;
    margin-bottom: 1.5em;
    margin-top: 2.0em;
    background: url(img/baron.png) top left no-repeat;
}

#live {
    display: none;
}

.live {
    display:block;
    padding-top: 4.0em;
    font-size: 1.5em;
    font-family: georgia;
    font-style:    italic;
    color: #aaa;
}

.live .icon {
    height: 32px;
    width: 32px;
    display: block;
    float: left;
    margin-left: -40px;
    background-image: url(img/socialicon32/button-white.png);
    background-position: top left;
    background-repeat: no-repeat;
    margin-top: 10px;
    opacity: 0.6;
}

.attribution {
    clear: both;
    float: right;
    text-align: right;
    opacity: 0.4;
    font-family: "helvetica neue";
    font-weight: bold;
    font-size: 0.8em;
}

.attribution .date {
    opacity: 0.6;
    font-weight: normal;
    font-style: italic;
    float: none;
    text-align: right;
}


.attribution:before {
    content: "—";
}

.welcome {
    color: #546C78;
    font-family: Kristi, cursive;
    font-size: 2.5em;
    line-height: 1.0em;
}

.name {
    font-family: "helvetica neue";
    font-weight: bold;
    font-size: 2.6em;
    line-height: 1.0em;
    text-transform: uppercase;
}

.bgmargin {
    min-height: 600px;
}

.bottom {
    min-height: 600px;
}

a.button {
    display: block;
    color: #888;
    letter-spacing: 1px;
    font-weight: bold;
    word-spacing: -1px;
    font-size: 1.3em;
    text-transform: none;
    text-align: center;
    margin-top: 2.25em;
    padding: 0.55em;
    border-color: #f0f0f0;
    border-style: solid;
    border-width: 1px;
    border-bottom-style: none;
    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0.15, rgb(187,187,187)),
        color-stop(0.53, rgb(240,240,240)),
        color-stop(0.65, rgb(255,255,255)));
    background-image: -moz-linear-gradient(
        center bottom,
        rgb(187,187,187) 15%,
        rgb(240,240,240) 53%,
        rgb(255,255,255) 65%
    );
    -moz-border-radius: .5em;
    border-radius: .5em;
    text-shadow: -1px -1px 1px #fff;
    text-decoration: none;
    width: 100%;
}

a.pressed {
    display: block;
    border-color: #888;
    border-style: solid;
    border-width: 1px;
    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0.15, rgb(240,240,240)),
        color-stop(0.53, rgb(210,210,210)),
        color-stop(0.65, rgb(195,195,195)),
        color-stop(0.999, rgb(133,133,133)));
    background-image: -moz-linear-gradient(
        center bottom,
        rgb(240,240,240) 15%,
        rgb(187,187,187) 53%,
        rgb(133,133,133) 65%
    );
    text-shadow: -1px -1px 1px #ddd;
    color: #666;
    position: relative;
    width: 100%;
}

a.button:active {
    color: #666;
}
a.button:hover {
    color: #888;
}
/*
a.button a {
    color: #888;
    text-decoration: none;
}

.pressed a {
    color: #666;
    padding-left: 4px;
    padding-top: 8px;
    padding-right: -4px;
    padding-bottom: -8px;
}
*/
.spacer1 {
    height: 40px;
}

#document > div {
    border: 1px solid black;
    width: 640px;
    height: 828px;
    background: top left no-repeat;
}

span.latest-image {
    display: block;
    position: relative;
    width: 100%;
}

img.latest-image {
    border: 1px solid #bbb;
    padding: 5px;
    cursor: pointer;
    position: absolute;
    top: 0px;
    max-width: 150px;
    max-height: 175px;
    right: 0px;
    background: #fff;
}

.latest-text {
    display: block;
    padding-top: 12px;
    cursor: pointer;
    min-height: 185px;
    word-wrap: break-word;
}

.latest-text-padded {
    padding-right: 175px;
}
