/**
 * @package Ana Starter Theme
 * @subpackage CSS
 *
 * Columns: 4
 * Widths: Total:890px / Post:344px / Sidebars:162px / Gutter:20px
 * Posts: On the second column from the left.
 * Sidebars: On the Left, On the Right, Subsidiary on the Right
 */

/* Columns width
*	*	*	*	*	*	*	*	*	*	*	*/

.sidebar_left{
	float:left;
	width:162px;
	margin-right:20px;
}
.blog_posts{
	width:344px;
	margin-right:20px;
}
.sidebar_right{
	float:left;
	width:162px;
	margin-right:20px;
}
.sidebar_right_subsidiary{
	float:left;
	width:162px;
}

/* Make you changes below
*	*	*	*	*	*	*	*	*	*	*	*/