﻿body
{
    background-color: #ffffff;
    margin: 0px;
    padding: 0px;
    background-repeat: repeat-x;
    background-position: top;
}

#contentHolder
{
    width: 1020px;
    margin: 0 auto 20px auto;
}

#header
{
    width: 1000px;
    background-image: url(/images/headerImage.png);
    height: 88px;
}
#headerBar
{
    height: 37px;
    width: 1000px;
    background-image: url(/images/headerBottomRepeater.jpg);
    background-repeat: repeat-x;
}

#content
{
    min-height: 800px;
}

#footer
{
    width: 1000px;
    background-image: url(/images/footerImage.jpg);
    height: 98px;
}

.titleHolder
{
    width: 1000px;
    height: 49px;
    background-image: url(/images/fullWidthHeaderBar.jpg);
}

.videoTop
{
    width: 240px;
    height: 17px;
    background-image: url(/images/videoHolderTop.jpg);
}
.videoSides
{
    width: 240px;
    height: 300px;
    background-image: url(/images/videoHolderSides.jpg);
    background-repeat: repeat-y;
    text-align: left;
    overflow: hidden;
}
.videoBottom
{
    width: 240px;
    height: 17px;
    background-image: url(/images/videoHolderBottom.jpg);
}

.titleHolderPadding
{
    width: 1000px;
    height: 25px;
    padding-top: 15px;
    background-image: url(/images/headerBlueBar.png);
    
}

.titleHolderLessPadding
{
    width: 1000px;
    height: 36px;
    padding-top: 5px;
    background-image: url(/images/HeaderTopControls.png);
}

.videoHeaderTitle
{
    font-family: Arial;
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    padding-left: 35px;
}

.videoTitle
{
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    color: #000000;
}

.videoDescription
{
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
    font-style: italic;
    color: #000000;
}

.videoTags
{
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
    font-style: italic;
    color: #0095d4;
    text-decoration: underline;
}

.videoInformationHolder
{
    padding: 5px 15px 10px 15px;
}

.left
{
    float: left;
    width: 240px;
    margin-left: 4px;
}
.clearfix:after
{
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix
{
    display: inline-block;
}

html[xmlns] .clearfix
{
    display: block;
}

* html .clearfix
{
    height: 1%;
}



#sitefooter
{
    width: 100%;
    background-image: url(/images/footerRepeater.png);
    background-repeat: repeat-x;
    height: 207px;
}

#footerContainer
{
    width: 270px;
    text-align: center;
    padding-top: 110px;
    margin: 0px auto;
}

.imageHolder
{
    position: relative;
}

.imageHolder .playButton
{
    position: absolute;
    left: 91px;
     top: 25%;
}

#playerHolder
{
    width: 1000px;
    height: 365px;
    padding-top: 10px;
    padding-bottom:10px;
    background-image: url(/images/playerAreaBackground.png);
}

#playerPadding
{
    padding-top: 4px;
}

.leftDS
{
    background-image: url(/images/backgroundLeftRepeat.png);
    background-repeat: repeat-y;
    width: 10px;
}

.rightDS
{
    background-image: url(/images/backgroundRightRepeat.png);
    background-repeat: repeat-y;
    width: 10px;
}

#addThisHolder
{
    float: right;
    padding-top: 6px;
    padding-right: 20px;
}

.containerTop
{
    width: 1020px;
    height: 24px;
    background-image: url(/images/backgroundHeader.png);
}

.containerBottom
{
    width: 1020px;
    height: 30px;
    background-image: url(/images/backgroundFooter.png);
}
