body {
	background: #F2DAC4;
	font-family: verdana, sans-serif;
	margin: 0 0 16px 0;
}

#hover {
	background: #d96f3b;
	overflow: auto;
}

h1 {
	color: white;
	margin: 0;
	padding: 8px;
	float: left;
}

h1 a {
	color: white;
	text-decoration: none;
}

#tnav {
	float: right;
	overflow: auto;
	list-style: none;
	margin-top: 17px;
	margin-bottom: 0;
	margin-left: 0;
}

#tnav li {
	float: left;
	margin-right: 16px;
	font-size: 10pt;
}

#tnav a {
	color: white;
	font-weight: bold;
}

input.search {
	background: transparent url(images/srch_bg.gif) no-repeat scroll left top;
	border: none;
	color: black;
	display: block;
	float: left;
	height: 17px;
	padding: 2px 1px 1px 8px;
	width: 123px;
}

h2 a {
	text-decoration: none;
	color: #5c665a;
}

.outleft {
	position: relative;
	left: -100px;
	top: -39px;
	font-size: 8pt;
	font-weight: bold;
	color: #191719;
}

.hfeed, .hentry {
	width: 640px;
	margin: auto;
}

.entry-content p {
	font-size: 10pt;
	color: #191719;
	text-align: justify;
}

.entry-content p img {
	display: block;
	margin: auto;
}

.entry-content {
	margin-top: -42px;
}

.older {
	float: left;
	text-align: left;
	margin-left: 240px;
}
.newer {
	float: right;
	text-align: right;
	margin-right: 240px;
}

.entry-content a, .entry-content a:visited, .outright a, .outright a:visited, a[rel=bookmark],
div.newer a, div.older a {
	color: #b94f1b;
}

code {
	display: block;
	width: 600px;
	overflow: auto;
	margin: auto;
	margin-bottom: 10px;
	border: 1px solid #86a696;
}

.outright {
	width: 150px;
	height: 640px;
	position: relative;
	left: 660px;
	top: 19px;
	margin-bottom: -640px;
	font-size: 10pt;
}

.outright h3 {
	font-weight: bold;
	font-size: 8pt;
	text-transform: uppercase;
	padding-bottom: 2px;
	margin-bottom: 0;
	display: inline;
	padding: 3px;
	border-top: 1px solid #86a696;
	border-left: 1px solid #86a696;
	border-right: 1px solid #86a696;
	position: relative;
	top: -1px;
}

img[alt=search] {
	border: none;
}

.outright h3, .orbox {
	background: white;
}

.orimgbox {
	text-align: center;
}

.orbox {
	padding: 6px;
	margin-top: 0;
	margin-bottom: 16px;
	border: 1px solid #86a696;
}

.orbox li {
	margin-left: 20px;
}

.orbox li:before {
	content: "\2023";
}

.outright img {
	margin-top: 10px;
}

.entry-title {
	font-size: 24px;
	font-weight: bold;
}

body div {
	font-size: 10pt;
}

a[href='http://github.com/stef/utterson'] {
	display: inline-block;
	margin-top: 5px;
	color: #b94f1b;
}

.inline-button{font:bold 65%/1 Verdana,sans-serif;margin:0 0.2em;padding:0.1em 0;border:1px solid black;white-space:nowrap;text-decoration:none;vertical-align:middle;background:#ccc;color:black;}
.inline-button em {font-style:normal;margin:0;padding:0.1em 0.5em;background:white;color:black;}
.inline-button span {margin:0;padding:0.1em 0.5em 0.1em 0.3em;}
.inline-button:hover { background:#666;color:white;}
.inline-button:hover em {background:black;color:white;}
.orange {background:orange;color:black}
.orange em {background:white;color:#c60 }
.blue {background:#06c;color:white}
.blue em {background:white;color:#06c}
.green {background:green;color:white}
.green em {background:white;color:green}
.grey {background:gray;color:white}
.grey em {background:white;color:gray}
