/**
 * COPYRIGHT NOTICE
 * This software is copyright 2006 STOLEN, INC and licensed for use by 
 * distribution from STOLEN, INC. This source code may not be redistibuted
 * without written consent from the above mentioned entity.
 * 
 * @author Jessey White-Cinis <j@stolen.la>
 * @date 2006-02-27
 * @copyright 2006 Stolen, Inc
 * @package pipelineposse.com
 */

#video {
    background: url("/assets/images/hr.gif") repeat-x bottom transparent;
    padding: 0px 0px 20px 0px;
    margin: 20px 0px 0px 0px;
}

#video #player {
    width: 560px;
}

#video #info {
    position: absolute;
    left: 500px;
    top: 0px;
    width: 320px;
}

#video #title {
    border-left: 7px solid #66B7C8;
    padding-left: 10px;
    font: 18px/24px Georgia, Times, Courier, Serif;
}

#video #date {
    margin: 10px 0px;
    font-style: italic;
    color: #66B7C8;
}

#video #description {
    margin: 10px 0px;
}


/* More Galleries Subsection **************************************************/

#videos {
    width: 820px;
    overflow: hidden;
    margin: 0px 0px 10px 0px;
    padding: 0px;
}

#videos ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    width: 825px;
}

#videos li {
    position: relative;
    list-style-type: none;
    margin: 0px 5px 5px 0px;
    padding: 0px;
    width: 268px;
    height: 68px;
    border: 1px solid #D9D9D9;
    float: left;
    overflow: hidden;
}

#videos #thumbnail {
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 9px;
    border-right: 1px solid #D9D9D9;
}

#videos #info {
    position: absolute;
    top: 10px;
    left: 95px;
    line-height: 17px;
}

#videos #title a:link, #videos #title a:visited { color: #0F1110; }
#videos #title { font: 12px/17px Georgia, Times, Courier, Serif; }
#videos #date { font-style: italic; color: #66B7C8; }
#videos #byline { color: #A7A7A7; }