/*
	Style Name	: 边栏在两侧
	Version		: 1.0
	Comments	: Sidebars on both sides of content
	Tags		: layout
*/


body.columns-three #primary {
	margin-left: 195px;
}

body.columns-three #sidebar-1 {
	position: relative;
	left: -520px;
	margin-left: -195px;
}

body.columns-three .template-image #primary {
	margin-left: 0;
}