/* 
    Document   : parent
    Created on : Jun 1, 2009, 12:10:05 PM
    Author     : Matthew Wells <mattheww@sixfootstudios.com>
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/
div.content_child_container {
    clear:both;
    width:586px;
    display:block;
    padding-left:4px;
}
div.content_child_container div.child_element {
    position:relative;
    top:0px;
    left:-4px;
    width:586px;
    height:100px;
    display:block;
}

div.content_child_container div.child_element h3 {
    font-weight:bold;
    font-size:12px;
}

div.content_child_container div.child_element h3 a {
    color: #333;
    text-decoration: underline;
}

div.content_child_container div.child_thumbnail{
    position:relative;
    top:0;
    left:0;
    width:100px;
    height:100px;
}
div.content_child_container div.child_content{
    position:relative;
    top:-95px;
    left:100px;
    width:500px;
    height:95px;
}

