/* This file is an attempt to lighly standardize the layout without beating up the theme */

/*
 * Our HTML element needs to be blocky
 * See plugin FAQ for IE8 support
 */
article {
	display: block;
}

/* A clearfix solution just for this plugin */
/* Thanks for catching this, Jeremy Green! */
.pea-clearfix:before, .pea-clearfix:after { content:" "; display:table; }  
.pea-clearfix:after { clear:both; }  
.pea-clearfix { *zoom:1; }  

/* Nice and tight padding/margin */
.pea-widget-page .widget-title,
.pea-widget-page .pea-page-title,
.pea-widget-page .pea-featured-image {
	margin: 0 0 10px 0;
	padding-top: 0;
}

/* a friendly font size suggestions */
.pea-page-title {
	font-size: 18px;
	margin-bottom: 10px;
}

/* Responsive images */
/* Going for the 1.5x retina technique. Feedback is welcome. */
.pea-featured-image,
.pea-featured-image img {
	margin: 0;
	padding: 0;
	max-width: 100% !important;
	height: auto !important;
}

/* Wrapped Layout */
.pea-layout-wrapped .pea-featured-image {
	float: right;
	width: 45%;
	margin-left: 10px;
	overflow: hidden;
}

/* Break words for nicer looking text with the floated image */
.pea-layout-wrapped .pea-excerpt {
	word-wrap: break-word;
}

/* Fixes an issue in Kubrick and probably other themes */
a .pea-page-title {
    color: inherit;
}