#main .wrapper
{
    background: #EEE;
}

#content, 
#interactive
{
    width: 515px;
    margin: 20px 0 0 20px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}

#content.product-wrapper
{
    width: 693px;
}

#content.fans
{
    margin-left: 196px;
}

#interactive
{
    float: left;
    display: inline;
    width: 752px;
    margin-left: 21px;
    padding: 16px;
    background: #FFF;
}

#content p.date
{
    font-size: 1.1em;
    color: #888;
}

#content .like-wrapper
{
    position: relative;
    margin-top: 20px;
    border: solid #EEE;
    border-width: 1px 0;
}

#content .like-wrapper .facebook-like
{
    position: absolute;
    top: 9px;
    right: 10px;
    width: 80px;
    height: 20px;
    overflow: hidden;
}

#content .like-wrapper .tweet-this
{
    position: absolute;
    top: 9px;
    right: 100px;
}

#content .like-wrapper .facebook-like iframe
{
    height: 20px;
    overflow: hidden;
}

#extras
{
    float: left;
    display: inline;
    width: 155px;
    margin: 30px 0 0 20px;
}

#extras h2
{
    margin: 15px 0 0 0;
    padding: 0;
    color: #888;
}

#extras h3
{
    margin: 15px 0 0 0;
    font-size:1.6em;
}

body.access #extras h2
{
    color: #333;
}

#extras h2:first-child
{
    margin-top: 0;
}

#extras img
{
    margin-top: 10px;
}

#extras p
{
    margin: 0;
    padding: 10px 0 5px 0;
}

#extras ul
{
    margin: 10px 0 0 0;
    padding: 0;
    list-style: none;
}

#extras li
{
    margin: 0;
    padding: 0;
}

#extras li a
{
    display: block;
    padding: 5px 8px;
    border: solid #DDD;
    border-width: 0 0 1px 0;
}

#extras li.current a
{
    background: #FFF url(../images/backgrounds/arrow-right-grey.png) no-repeat 142px center;
    color: #666;
}

#extras .map-wrapper
{
    position: relative;
    width: 155px;
    height: 155px;
}

#extras .map-wrapper a
{
    position: absolute;
    top: 0;
    left: 0;
    width: 155px;
    height: 155px;
    z-index: 999;
    text-indent: -9999px;
}

#extras #map_canvas
{
    width: 155px;
    height: 155px;
    margin-top: 10px;
    border: solid 1px #FFF;
}

#sidebar
{
    margin-top: 20px;
}

    #sidebar .twitter {
        margin: 20px 15px 0 15px;
        padding: 4px 4px 0 4px;
        background: #FFF;
        box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
    }

    #sidebar .twitter-overflow {
        max-height: 400px;
        overflow: auto;
    }

    #sidebar .twitter > a {
        display: block;
        padding: 20px;
        font-size: 1.2em;
        text-align: center;
    }

    #sidebar .tweet {
        padding: 10px 4px;
        border: solid #e8e8e8;
        border-width: 0 0 1px 0;
    }

        #sidebar .tweet img {
            float: left;
            display: inline;
            width: 32px;
            border-radius: 4px;
        }

        #sidebar .tweet p.tweet-content {
            margin: 0 0 0 42px;
            padding: 0;
            font-size: 1.2em;
        }