/*
	Author Name	: Mike Vollmer
	Author Site	: http://talkingincircles.net
	Style Name	: 1020
	Style URI	:
	Version		: 01
	Comments	: Give K2 a wider layout.
*/
body {
	margin: 0px 20px 0px 20px;
} 

#page {
	/* The entire design is contained within the 'page' id */
	padding: 0px;
	width: 1020px !important;
	margin: 0px auto -1px auto; 
	}
	
#header {
	/* Contains the H1 and menu */
	padding: 0;
	width: 1020px;
	background-image: url('http://npc.talkingincircles.net/wp-content/uploads/2009/03/header11.jpg') !important;
	background-repeat: no-repeat;
	background-position: center;
	}
.page-head {
	border-bottom: 1px dashed #444;
	margin: 0;
	padding-bottom: 5px;
}

.columns-two #page {
	width: auto;
	}
.entry-content * img {
	max-width: 100%;
}
#rollingarchives {
	padding: 10px 0;
}
#rollingcontent .hentry {
	padding: 10px 0 5px 0;
	clear: both;
}

#rollingcontent {
	padding-top: 10px;
}

body.smartposition #rollingarchives {
	padding-bottom: 25px;
	width: 100%;
	padding-left: 10px;
	margin-left: -10px;
	border: 0;
}
#dynamic-content, #current-content {
	padding: 0px;
	margin-right: 240px;
}
#primary {
	/* Contains the main column */
	min-width: 415px;
	width: 99%;
	padding: 10px 0 0 10px;
	margin-right: -250px !important;
	}
.content {
	padding: 0;
	margin: 20px 0 0 2em;
	min-width: 760px;
	width: 960px;
}
.hentry {
	/* Each entry is contained within the 'hentry' class */
	}

.entry-content {
	/* The meat and potatoes of every entry */
	}

#sidebar-1 {
	/* The first sidebar */
	}

#sidebar-2 {
	/* The second sidebar */
	}

.secondary {
	/* Contains both sidebars */
	float: right;
	padding-bottom: 20px;
	}
