pre {
	border-left: solid 2px navy;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #f8f8ff;
	overflow: auto;
}

pre.code {
}

pre.shell {
}

pre.highlight {
	background-color: #fffff0;
}

code {
	color: #0000b0;
}

#header {
	background-image: url(/static/img/hintshop-header.jpg); 
	background-color: #0671b3;
}
#navigation { background-color: #0671b3; }

#header h1 { padding: 35px 5px 5px 35px; background-color: inherit; }
#header h1 a { font-size: 2.4em; color:#ffffff; letter-spacing:-2px; font-weight:normal;}
#header h2 { color: yellow; }

#content .entry .entry-meta li.first {
	border-left: none;
}

.imagebox {
	text-align: center;
	font-style: italic;
	font-size: 90%;
	color: gray;
}

img.float_right {
	float:right;
	margin-left: 5px;
}

#content .entry-content table {
	width: 100%;
	border: 1px #aaa solid;
	padding: 2px;
	margin-top: 1em;
	margin-bottom: 1em;
}

#content .entry-content table tbody tr.header {
	font-weight: bold;
}


