#page {
	/* The entire design is contained within the 'page' id */
	}
	
body {
	/*background: url('pataprogramming-background.png')*/;
}


#header {
	/* Contains the H1 and menu */
	background: url('pataprogramming-header.png');
	}

#header .blog-title {
 display: none;
}


#header .description {
 display: none;
}

#header h1 {
 display: none;
}
	
.primary {
	/* Contains the main column */
	}

.hentry {
	/* Each entry is contained within the 'hentry' class */
	}

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

.entry-content pre {
	font-size: 1.5em;	
}

.secondary {
	/* Contains the sidebar */
	}

