/*	Style Name	: Dueling Sidebars	Style URI	: http://getk2.com/	Comments	: Sidebars on both sides of content*/body.columns-three #primary {	margin-left: 195px;}body.columns-three #sidebar-1 {	left: -520px;	margin-left: -195px;}

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

h2, h2 a, h2 a:visited,
h3, h3 a, h3 a:visited,
h4, h4 a, h4 a:visited {
	color: #fefefa;
	}

h1 {
	font-size: 6em;
	}

h1.blog-title {
	font-weight: bold;
	letter-spacing: -1px;
	padding: 75px 40px 0;
	}

h1.blog-title a,
#header .description {
	text-decoration: none;
	color: white;
	}

h1.blog-title a:hover {
	text-decoration: underline;
	}

#header .description { /* Description in header */
	font-size: 1em;
	margin: 0 40px;
	}


#primary {
	position: relative;
	float: left;
	width: 560px;
	padding-left: 1px;
	padding-right: 20px;
	margin-right: 15px;
	border-right: 1px solid #aaa;
	}

.entry-content {
	font-size: 1.1em;
	line-height: 1.4em;
	text-align: justify;
	color: #444;
	border-bottom: 1px solid #aaa;
	}

#sidebar-1 {
	text-align: left;
	left: 20px;
	width: 230px;
	float: none;
	position: static;
	}

.columns-two #page {
	width: 880px;
	}

body.columns-two #primary-wrapper {
	float: left;
	margin-right: -250px;
	width: 100%;
	}

