.node.cms-ct-blog {
	min-height: 300px;
}
 /* new way to break layout dicovered */
 /*
.node.cms-ct-blog p img {
	width: 100%; height: auto;
}*/
#easysocial-box {
	clear: left;
	position: relative;
	width: 520px;
	height: 21px;
	margin: 0 0 0.5em 0;
}
#easysocial-box span.easy-social-links {
	position: absolute;
	top: 0;
	min-width: 50px !important;
/*	display: inline-block;*/
	margin: 0;
}
#easysocial-box span.easysocial-widget-facebook {
	left: 0;
}
#easysocial-box span.easysocial-widget-linkedin {
	left: 79px;
}
#easysocial-box span.easysocial-widget-twitter {
	left: 145px;
}
#easysocial-box span.easysocial-widget-googleplus {
	left: 230px;
}
/*.node.cms-ct-blog .field-field-blog-image {
	width: 100%; height: auto;
	float: right; margin: -1em 0 0.9em 0.9em;
}*/
.field-field-blog-image {
	float: right;
/*	margin: -1em 0 0.9em 0.9em;*/
	margin: 0 0 0.9em 0.9em;
}
/**
 * specific media queries
 **/
@media only screen and (min-width: 768px) and (max-width: 979px){
/* large tablet */
	.field-field-blog-image {
		clear: right;
		margin: 0 0 0.9em 0;
		display: block; width: 100%; height: auto;
	}
	.field-field-blog-image img {
		width: 100%; height: auto;
	}
	.node.cms-ct-blog p img {
		width: 100%; height: auto;
	}

} /* end min-width:768px; */

@media only screen and (min-width:480px) and (max-width: 767px){
/* small tablet */
	.field-field-blog-image {
		clear: right;
		margin: 0 0 0.9em 0;
		display: block; width: 100%; height: auto;
	}
	.field-field-blog-image img {
		width: 100%; height: auto;
	}
	.node.cms-ct-blog p img {
		width: 100%; height: auto;
	}
	#easysocial-box {
		clear: left;
		position: relative;
		width: 520px;
		height: 42px;
		margin: 0 0 0.5em 0;
	}
} /* end max-width: 767px */

@media only screen and (max-width: 480px){
/* phones */
	.field-field-blog-image {
		clear: right;
		margin: 0 0 0.9em 0;
		display: block; width: 100%; height: auto;
	}
	.field-field-blog-image img {
		width: 100%; height: auto;
	}
	.node.cms-ct-blog p img {
		width: 100%; height: auto;
	}
	#easysocial-box {
		width: 100%;
		min-height: 70px;
	}
	#easysocial-box .easy-social-links:nth-child(even) {
		clear: left; 
		top: 41px;
	}
	#easysocial-box span.easysocial-widget-facebook {
		left: 0;
	}
	#easysocial-box span.easysocial-widget-linkedin {
		left: 0;
		top: 41px;
	}
	#easysocial-box span.easysocial-widget-twitter {
		left: 50%;
	}
	#easysocial-box span.easysocial-widget-googleplus {
		left: 50%;
		top: 41px;
	}
	.node.cms-ct-blog .field-field-blog-image {
		display: block; 
		clear: right;
		width: 100%; height: auto; margin: 0;
	}
	.node.cms-ct-blog .field-field-blog-image img {
		width: 100%; height: auto;
	}
} /* end max-width: 320px */
