.child_pages
{
    overflow: auto;
    margin-bottom: 1em;
}

.child_pages .child_page
{
    float: left;
    overflow: hidden;
}

.child_pages .child_page-container
{
	display: block;
    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;
    padding: 5px;
    height:220px;
}

.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: 5px 10px;
	overflow: hidden;
}

.child_pages .post_content h4
{
	background: url(../../images/widgetbar.png);
	background-repeat:no-repeat;
	background-position:center center;
    font-weight: bolder;
    margin: 0;
    font-size: 0.813em;
    line-height: 1.3;
	padding: 2px 0 2px 10px;
}

.child_pages .post_content a
{
	text-decoration:none;
	color:#7e4e00;
}

.child_pages .post_content .post_excerpt
{
	padding:4px 0;
    margin-top: 0.5em;
    margin-bottom:0.5em;
	font-size: 0.625em;
    line-height: 1.5;
    height:45px;
}

