/* Syndicated player main stylesheet */

html,
body
{
    height: 100%;
}

body
{
    margin: 0;
    padding: 0;

    background-color: #000;
    color: #000;

    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
}

body a,
body a:link,
body a:active,
body a:hover,
body a:visited
{
    color: inherit;
    text-decoration: none;
}

.title
{
    margin: 2px 0 3px;
    padding-top: 2px;
    padding-bottom: 0;
    overflow: hidden;
    height: 14px;
    font-size: 12px;
}

.title.big
{
    font-size: 14px;
    height: 18px;
    margin-bottom:3px;
}

#player
{
    overflow: hidden;
}

#player object
{
    display: block;
}

#player-inner
{
    width: 100%;
    height: 100%;
}

#thumbnails
{
    margin-top: 4px;
    margin-left: -5px;
    overflow: hidden;
}

#thumbnails a
{
    float: left;
    position: relative;

    display: none;

    margin-left: 5px;

    border: 1px solid #567;
}

#thumbnails a img
{
    width: 100%;
    height: 100%;
    
    z-index: 1;

    display: block;

    border: none;
}

#thumbnails a .play
{
    width: 14px;
    height: 14px;
    z-index: 2;

    position: absolute;

    bottom: 2px;
    right: 2px;

    background-image: url(../../images/play.gif);
}

#thumbnails.two
{
    margin-left: -4px;
    margin-top:0;
}

#thumbnails.two a
{
    width: 156px;
    height: 117px;
    margin-left: 4px;
}

#thumbnails.three
{
    margin-left: -7px;
}

#thumbnails.three a
{
    width: 100px;
    height: 75px;
    margin-left: 7px;
}

#thumbnails.five
{
    margin-left: -6px;
}

#thumbnails.five a
{
    width: 57px;
    height: 43px;
    margin-left: 6px;
}

#thumbnails.five.big 
{
    margin-left:-5px;
    margin-top:1px;
}

#thumbnails.five.big a
{
    width: 74px;
    height: 58px;
    margin-left: 5px;
}

.fallback
{
    display: none;
}

#error
{
    width: 100%;
    height: 100%;
    z-index: 10;

    position: absolute;
    top: 0;
    left: 0;

    background-size: 100%;
    
    display: none;

}

#error.visible
{
    display: table;
}

html.lte-ie7 #error.visible
{
    display: block;
}

#error div
{
    display: table-cell;
    vertical-align: middle;
}

html.lte-ie7 #error div
{
    position: absolute;
    top: 50%;
    left: 50%;
}

#error div p
{
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    text-shadow: -1px -1px 0px white, 1px 1px 0px white, -1px 1px 0px white, 1px -1px 0px white;
}

/*
3px 3px 5px rgba(255, 255, 255, 0.5);
*/

html.lte-ie7 #error div p
{
    display: block;
    position: relative;
    top: -50%;
    left: -50%;
}

#error div p .code
{
    display: block;

    padding: 3px;

    font-size: 10px;
}

html.lte-ie7 #error div p .code
{
    text-align: center;
}