/**
 * 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
 */

#gallery {
    background: url("/assets/images/hr.gif") repeat-x bottom transparent;
    padding: 0px 0px 20px 0px;
    margin: 0px;
}

#gallery #ssp {
    width: 560px;
    height: 443px;
}

#gallery #info {
    position: absolute;
    left: 580px;
    top: 0px;
    width: 240px;
}

#gallery #title {
    border-left: 7px solid #66B7C8;
    padding-left: 10px;
    font: 18px/24px Georgia, Times, Courier, Serif;
}

#gallery #date {
    margin: 10px 0px;
    font-style: italic;
    color: #66B7C8;
}

#gallery #description {
    margin: 10px 0px;
}


/* More Galleries Subsection **************************************************/

#galleries {
    width: 820px;
    overflow: hidden;
    margin: 0px 0px 10px 0px;
    padding: 0px;
}

#galleries ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    width: 825px;
}

#galleries 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;
}

#galleries #thumbnail {
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 9px;
    border-right: 1px solid #D9D9D9;
}

#galleries #info {
    position: absolute;
    top: 10px;
    left: 79px;
    line-height: 17px;
}

#galleries #title a:link, #galleries #title a:visited { color: #0F1110; }
#galleries #title { font: 12px/17px Georgia, Times, Courier, Serif; }
#galleries #date { font-style: italic; color: #66B7C8; }
#galleries #count { color: #A7A7A7; }