body {
	font-family: Palatino, "Times New Roman", Times, sans-serif;
	color: black;
}

.center {
	text-align: center;
}

.tb {
	display: none;
}

#header {
	color: #c63;
	position: relative;
	width: 100%;
	height: 60px;
	border-bottom: 2px solid #c63;
}

#header .title {
	position: absolute;
	top: 10px;
	left: 20px;
}

#header .title img {
	border: none;
}

#header .headlinks {
	position: absolute;
	top: 10px;
	right: 20px;
	list-style: none;
}

#header .headlinks li {
	display: inline;
	padding: 2px 10px 2px 10px;
	border: 1px dotted #c63;
	height: 50px;
}

#header a {
	color: #c63;
}

#page {
	position: relative;
	width: 100%;
}

#page a, #page a:link, #page a:hover, #page a:active {
	color: #c63;
}

#page a:visited {
	color: #666;
}

#content {
	position: relative;
	width: 65%;
	font-size: 0.9em;
	padding-left: 10px;
}

.smaller {
	font-size: smaller;
}

.archives {
	padding: 0px 0px 10px 10px;
}

.archiveheader {
	font-style: italic;
	font-size: 1.1em;
}

.archivelist {
	list-style: none;
	display: inline;
}

.archivelist li {
	display: inline;
}

.archiveline {
	padding: 10px 0px 0px 0px;
}

.post {
	padding-left: 20px;
}

.post img {
	border: none;
}

.post img.flickr {
	border: 2px solid black;
}

.post .title, #content .title {
	font-size: 1.2em;
	font-weight: bold;
	padding-top: 10px;
}

.post .title a, .post .title a:link, .post .title a:visited, .post .title a:active, .post .title a:hover {
	color: black !important;
	text-decoration: none;
}

.post .title a:hover {
	text-decoration: underline;
}

.post .dateline {
	font-size: .85em;
	color: #c63;
	padding-left: 10px;
}

.post .dateline a, .post .dateline a:link, .post .dateline a:visited, .post .dateline a:active, .post .dateline a:hover {
	color: #c63 !important;
}

.post .metaline {
	text-align: right;
	padding-right: 10px;
	font-size: .85em;
	clear: both;
}

.post .main {
	padding: 5px 0px 0px 10px;
	line-height: 130%;
}

.post .imageleft, .post .imagecenter, .post .imageright {
	padding: 5px;
}

.post .imageleft img, .post .imagecenter img, .post .imageright img {
	background-color: white;
	border: 6px solid #ccc;
	padding: 3px;
}

.post .main .imageleft {
	float: left;
}

.post .main .imagecenter {
	text-align: center;
	margin-bottom: 5px;
}

.post .main .imageright {
	float: right;
}

.post .main p {
	margin-top: 5px;
	margin-bottom: 10px;
}

.post .main p.header {
	font-weight: bold;
	font-size: 110%;
}

.post .main pre {
	padding-left: 20px;
}

.post .quote, .post blockquote {
	border-left-style: solid;
	border-left-color: #CC3300;
	border-left-width: 3px;
	padding: 5px 5px 5px 10px;
	margin-left: 10px;
	background-color: #eee;
}

.post code {
	display: block;
	font-family: monospace;
	margin-left: 10px;
	background-color: #eee;
	padding: 10px;
}

.post .creditLink, .post .cite {
	font-size: 80%;
}

.post .email {
	font-family: monospace;
	font-size: 80%;
	padding-left: 10px;
}

.post .error {
	text-decoration: line-through;
}

.post .more {
	text-align: right;
	font-style: italic;
}

.post .comments {
	margin-top: 10px;
	padding: 6px 10px 10px 20px;
	clear: both;
}

.post .comments .header {
	font-size: 1.1em;
	font-weight: bold;
	padding: 0px 0px 4px 30px;
	margin-bottom: 5px;
	border-bottom: 1px solid #999;
}

.post .comments .commentbody {
	padding: 0px 10px 10px 30px;
	font-size: 0.9em;
	background-image: url(comment.png);
	background-position: left 5px;
	background-repeat: no-repeat;
}

.post .comments .commentbody P {
	padding: 5px 0px 5px 0px;
	margin: 0;
}

.post .comments .commentbody blockquote {
	padding: 5px;
	margin: 5px;
	background-color: #eee;
}

.post .comments .trackbackbody {
	padding: 0px 10px 10px 30px;
	font-size: 0.9em;
	background-image: url(trackback.png);
	background-position: left 5px;
	background-repeat: no-repeat;
}

.post .comments .trackbackbody P {
	padding: 5px 0px 5px 0px;
	margin: 0;
}

.post .comments .commentdata {
	color: #666;
	padding-left: 5px;
}

.post .comments .commentdata img {
	border-width: 0px;
}

.post .comments #signon-openid {
	margin: 0px 10px 0px 30px;
}

.post .comments #signon-openid form {
	margin: 0px;
}

.post .comments #signon-openid p {
	margin: 3px;
	padding: 3px;
}

.post .comments #commentform {
	padding: 5px 10px 5px 10px;
	border: 1px solid black;
	background-color: #ccc;
}

.post .comments #commentform #typekeymsg {
	padding-bottom: 2px;
	border-bottom: 1px dashed black;
	margin-bottom: 7px;
	font-size: 0.9em;
}

.post .comments #commentform .label {
	float: left;
	width: 60px;
}

.post .comments #commentform #name_email_url {
	margin-top: 4px;
}

.post .comments #commentform .row {
	clear: left;
}

.post .comments #commentform #smallprint {
	margin-top: 3px;
	border-top: 1px dashed black;
	padding-top: 3px;
	font-size: 0.8em;
}

.post .comments .commentclosed {
	text-align: center;
	border: 1px solid #ccc;
	background-color: #eee;
	padding: 7px 20px 7px 20px;
	font-size: 0.85em;
}

#searchform {
	margin: 10px 20px 10px 20px;
	text-align: center;
	background-color: #eee;
	border: 1px solid #999;
	padding: 10px;
}

#searchform form {
	margin: 0;
	padding: 0;
}

#searchhits {
	margin-left: 20px;
}

#searchhits .hitheader {
	font-weight: bold;
	font-size: 1em;
	margin: 0px 0px 10px -20px;
}

#searchhits .hit {
	font-size: 0.9em;
	margin-bottom: 8px;
}

#searchhits .hit p {
	margin: 0px;
	padding: 0px;
}

#searchhits .hittitle {
	font-weight: bold;
	font-size: 1.1em;
}

#sidebar {
	position: absolute;
	top: 10px;
	right: 20px;
	width: 25%;
	font-size: 0.8em;
}

.sidebox {
	padding: 0px 10px 0px 10px;
	margin-bottom: 10px;
}

.sidebox p {
	margin: 0px 0px 3px 0px;
}

.sidebox .button {
	text-align: center;
	margin: 10px;
}

.sidebox img {
	border: none;
}

#sidebar .header {
	text-align: center;
	font-weight: bold;
	padding: 4px;
	margin: 0px -10px 5px -10px;
	background-color: #eee;
}

#sidebar .amazonbox {
	min-height: 75px;
}

/*	Since min-height doesn't work in IE, but IE will extend a div's height to
	accommodate taller content, set the height to 60 for IE only.
*/
* html #sidebar .amazonbox {
	height: 75px;
}

#sidebar .coverimage {
	float: right;
	padding-left: 6px;
	border: none;
}

/*	Search term highlighting stuff */

.google-header {
	padding: 6px;
	border: 2px solid #999;
	margin: 10px 0px 10px 20px;
	background-color: white;
}

.google-header P {
	background-color: #eee;
	margin: 0px;
	padding: 5px;
}

.google0, .google1, .google2, .google3, .google4, .google5 {
	color: black;
	font-weight: bold;
}

.google0 { background-color: #ff6; }

.google1 { background-color: #0f3; }

.google2 { background-color: #0cf; }

.google3 { background-color: #f99; }

.google4 { background-color: #f9c; }

.google5 { background-color: #c9f; }

/*	Search result related */

.searchWrapper {
	width: 410px;
}

.searchRow {
	clear: both;
	padding-top: 3px;
}

.searchLeft {
	width: 150px;
	float: left;
	text-align: right;
	padding-right: 10px;
}

.searchRight {
	width: 250px;
	float: right;
	text-align: left;
}

.searchResults {
	padding-left: 10px;
}

.searchResults .result {
	font-weight: bold;
}

.searchResults .resultDate {
	font-style: italic;
	font-weight: normal;
}

.searchResults .resultEntry {
	padding: 5px 0px 10px 10px;
	font-size: 85%;
}

/*	Flickr badge-related */

#flickr_badge_uber_wrapper {
	text-align: center;
}

#flickr_badge_wrapper {
	padding: 5px 0 5px 0;
}

.flickr_badge_image {
	margin: 0 10px 10px 10px;
}

.flickr_badge_image img {
	padding: 2px;
	background-color: white;
	border: 2px solid #ccc !important;
}

#flickr_www {
	display: block;
	padding: 0 10px 0 10px !important;
	font: 11px Arial, Helvetica, Sans serif !important;
	color: #3993ff !important;
}

#flickr_badge_uber_wrapper a:hover, #flickr_badge_uber_wrapper a:link, #flickr_badge_uber_wrapper a:active,
#flickr_badge_uber_wrapper a:visited {
	text-decoration: none !important;
	background: inherit !important;
	color: #3993ff;
}

/*	del.icio.us-related */

#delicious-posts ul {
	list-style: none;
	margin-left: 0px;
	padding-left: 0px;
}

#delicious-posts ul li {
	padding-bottom: 5px;
}