/**
 * @fileoverview:  	BLOG STYLES
 * @author:         Julia Yu
 * @company:        Schematic, Inc.
**/

.article .content {
	height: 100%;
	overflow: hidden;
	margin-bottom: 10px;
	clear: both;
}

.article .blogContent {
	margin-right: 10px;
	width: 500px;
	overflow: hidden;
	float: left;
}

.article .blogInfo {
	width: 290px;
	overflow: hidden;
	float: right;
}