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

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

.child_pages .child_page-container
{
    margin: 10px;
    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 3px;
}

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

}
.child_pages .post_content h4 a
{
	color:#333333;
}

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

