﻿#cs_caption_area
{
    background-image: url("/img/captionbg.png");
    position: absolute;
    height: 100px;
    width: 100%; /*770px;*/
    left: 0px;
    top: 500px;
    width: calc(100% - 180px);
}
#cs_caption
{
    position: absolute;
    left: 35px;
    top: 17px;
    width: 700px;
    width: calc(100% - 70px);
}
#cs_caption a
{
    color: #ffb000;
}
#cs_caption a:hover
{
    text-decoration: none;
    color: #67bacd;
}
#cs_caption_header
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-weight: bold;
    color: #FFFFFF;
    margin: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    line-height: 22px;
}
#cs_caption_body
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #FFFFFF;
    margin: 0px;
    padding-top: 5px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    line-height: 15px;
}

#cs_controls_area
{
    position: absolute;
    top: 500px;
    width: 175px;
    background-image: url("/img/controlbg.png");
    height: 100px;
    right: 0px;
}
#cs_controls
{
    position: absolute;
    top: 40px;
    left: 50px;
}
#cs_headbar
{
    clear: both; /*width: 950px; top: 170px;*/
    height: 20px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    background-image: url("/img/headbarbg.png");
    z-index: 0;
}
#cs_caption .photo_credit
{
    text-align: right;
    font-size: 7px;
    color: #ccc;
    text-transform: uppercase;
    padding-top: 3px;
}

#cs_caption .photo_credit a
{
    color: #fff;
}
#cs_caption .photo_credit a:hover
{
    color: #ddd;
}


@media screen and (max-width: 1059px)
{
    #cs_controls_area
    {
        position: relative;
        top: auto;
        width: auto;
        background-image: none;
        height: auto;
        right: auto;
    }
    #cs_controls
    {
        top: auto;
        left: auto;
        position: absolute;
        right: 5px;
        margin-top: 15px;
    }
    #cs_caption_area
    {
        background-image: url("/img/captionbg.png");
        position: absolute;
        height: auto;
        width: 100%;
        left: 0px;
        top: auto;
        bottom: 0px;
    }
    #cs_caption
    {
        background-image: url("/img/captionbg.png");
        position: absolute;
        left: 0px;
        top: auto;
        width: 100%;
        box-sizing: border-box;
        padding: 17px;
        bottom: 0px;
    }
}