.child_pages
{
    overflow: auto;
    margin-bottom: 1em;
}

.child_pages .child_page
{
    float: left;
    overflow: hidden;
}

.child_pages .child_page-container
{
    margin: 5px;
    border: 1px solid #dedede;
    background-image: url(img/bg-white.png);
    background-repeat: repeat-x;
    background-position: left bottom;
    border-radius: 5px;
/*    padding: 10px;*/
	padding: 5px 10px;
}

.child_pages .post_thumb
{
    text-align: center;
    overflow: hidden;
    background-image: url(img/camera.png);
    background-position: center center;
    background-repeat: no-repeat;
}

.child_pages .post_thumb img
{
    max-width: 100%;
    height: auto;
}

.child_pages .post_thumb .wp-post-image
{
}

.child_pages .post_content
{
    padding: 0 10px;
}

.child_pages .post_content h4
{
    font-weight: bolder;
    margin-top: 0.5em;
    font-size: 14px;
/*    line-height: 1.2em;*/
	line-height: 1.0em;
}

.child_pages .post_content .post_excerpt
{
    margin-top: 0.5em;
    font-size: 12px;
    line-height: 1.2em;
}

