.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-color: #fff;
    background-image: url(../../../../plugins/child-pages-shortcode/img/bg-white.png);
    background-repeat: repeat-x;
    background-position: left bottom;
    border-radius: 5px;
    padding: 10px;
}

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

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

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

.child_pages .post_content h4
{
	background: none;
    font-weight: bolder;
    margin: 0;
    font-size: 14px;
    line-height: 1.3;
	padding: 0 0 3px;
	border-bottom: dotted 1px #ccc;
}

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

