body {
	/* background-image: url('layout_grid.gif'); */
	/* background: #456789; */
	background: #888;
	padding-left: 54px;
	background-image: url('http://www.lipsey.org/jim/wp-content/themes/k2/styles/jim/bg.jpg');
}

#page {
	border: 0;
	border-left: 1px solid #123456;
	border-right: 1px solid #123456;
}

#primary {
	border: 0px solid red;
	margin-left: 30px; /* was 30px */
	width: 515px; /* was 500px */
}

.secondary {
	margin: 0;
	padding: 0;
	position: absolute;
	left: 570px;
	width: 190px;
	border: 0px solid red;
}

h1 { /* H1 is used for the title of your blog */
	margin: 0 0 0 40px;
	padding: 0;
	display: none;
	}

#header {
	height: 220px;
	background-image: url('http://www.lipsey.org/jim/wp-content/themes/k2/styles/jim/banner4.jpg');
	background-position: bottom left;
margin-bottom: -10px;
}

#header .description { /* Blog description, under blog title */
	margin: 0;
	padding: 25px 0 0 460px;
	font-size: 1.2em;
/*	display: block;*/
	display: none;
	}

.itemtext a:visited {
	color: #27D;
	}

/* H3 is entry headlines. H4 is comments and replyform headlines */
#primary h3, #primary h4, .permalink #primary .aside h3 { 
	font-size: 2.2em;
}

/*
	Last FM
*/
.sb-lastfm img {
	display: none;
}

/*
	Contact Form
*/
div.contactform {
	width: 100%; 
	position: relative;
	}

div.contactleft {
	width: 35%;
	text-align: right;
	clear: both;
	float: left;
	display: inline;
	padding: 0;
	margin: 0;
	font-weight: bold;
	}

div.contactright {
	width: 60%;
	text-align: left;
	float: right;
	display: inline; 
	padding: 0;
	margin: 0;
	white-space: nowrap;
	}
	
div.contacterror {
	border: 1px solid #ff0000;
	}

#footer small, #footer a{
	color: #DDD;
}

/*
	Footnotes
*/
ol.footnotes {
	font-size: 0.9em;
	padding-top: 5px;
	border-top: 1px solid #BBBBBB;
	line-height: 1.7em;
	}

/*
	Post links
*/
.itemtext a {
	border-bottom: 1px dotted;
}

.itemtext a:hover {
	border-bottom: 1px solid;
}

a.commentslink {
	text-decoration: none;
	border: 0;
	margin: 0;
}

a.commentslink:hover {
	border: 0;
}

/*
	Fancy dates
*/
.published {
	display: block;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif; 
	border-bottom: none;
	position: absolute;
	left: -85px;
	width: 35px;
	top: 14px;
	color: #000;
	background-color: #FFC;
	padding-right: 18px;
	border: 1px solid #777;
}

.pub-month {
	display:block;
	font-size: 1.4em;
	margin:0;
	padding:0;
}

.pub-date { 
	display:block; 
	font-size:2.2em;
	margin:0;
	padding:0;
}

