/*
	Style Name	: Dueling Sidebars
	Style URI	: http://getk2.com/
	Comments	: Sidebars on both sides of content
*/

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Helvetica, Arial, sans-serif;
	background: #434343 url('/wp-content/themes/K2/k2/styles/dueling-sidebars/gradient.gif') repeat-x fixed;
	color: #444;
	text-align: center;
	}

#page {
	background: white;
	text-align: left;
	margin: 0 auto;
	padding-top: 1px;
	position: relative;
	border: 1px solid #ddd;
	border-top: none;
	clear: both;
	}

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

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

}
