/*
	Author Name: Anton Piatek
	Author Site: http://strangeparty.com
	Style Name: StrangeParty Theme
	Style URI: http://strangeparty.com
	Version: 0.0
	Comments: Sidebars on both sides of content
*/

body.columns-three #page {
/*  width: 970px;*/
}
body.columns-three #primary {
	margin-left: 180px;
/*        width: 520px; */
}

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

/* right sidebar */
body.columns-three #sidebar-2 {
  /*margin-left: 900px;*/
}


.hentry {
	background-color: #f4f4f4;
	color: 000;
        padding: 5px;
}

