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

#page {
	padding-top: 10px;
}

.content {
	padding: 0px;
	background-color: #f6fdff;
}

#primary {
	width: 540px;
}

#dynamic-content {
	margin-left: 15px;
	margin-right: 15px;
}

#current-content {
	margin-left: 15px;
	margin-right: 15px;
}

ul.menu{
	text-align: right;
}

body.columns-three .secondary {
	width:174px;
	padding-top: 20px;
	padding-bottom: 20px;
}

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

body.columns-three #sidebar-1 {
	left: -560px;
	margin-left: -195px;
	border-right: 2px solid #DDDDDD;
	background-color: #CCECF4;
}

body.columns-three #sidebar-2 {
	border-left: 2px solid #DDDDDD;
	margin-right: -30px;
	background-color: #CCECF4;
}

#commentform{
	width: 450px;
}

.entry-meta{
	margin-left: 5px;
	padding-left: 5px;
	border-left: 1px solid #DDDDDD;
}
