
body {
	background-color: #8EB3E6;
	text-align: center;
	margin: 0;
	font-family: Arial, sans-serif;
	color: #2B2B2B;
	font-size: 13px;
	line-height: 140%;
}

#page {
	position: relative;
	width: 978px;
	background-image: url(/bg_strip.gif);
	background-repeat: repeat-y;
	margin: 0 auto;
	text-align: left;
	padding-top: 32px;
	padding-bottom: 22px;
}

h1 {
	display: none;
}

#col1 {
	float: left;
	margin-left: 10px;
	width: 472px;
}

#col2 {
	float: left;
	margin-left: 10px;
	width: 234px;
}

#col3 {
	float: left;
	margin-left: 6px;
	width: 236px;
}

#headingweblog {
	background-image: url(/heading_weblog.gif);
	height: 38px;
	background-repeat: no-repeat;
}

#headingtwitter {
	background-image: url(/heading_twitter.gif);
	height: 38px;
	background-repeat: no-repeat;
}

#headingabout {
	background-image: url(/heading_about.gif);
	height: 38px;
	background-repeat: no-repeat;
}

#headingelsewhere {
	background-image: url(/heading_elsewhere.gif);
	height: 38px;
	background-repeat: no-repeat;
	margin-top: 34px;
}

h2 {
	display: none;
}

.tweet {
	margin-bottom: 1em;
}

a {
	color: #2B2B2B;
}

a:hover {
	color: #eeeeee;
}

h3 a {
	text-decoration: none;
}

h3 a:hover {
	text-decoration: underline;
	color: #2B2B2B;
}

.date {
	font-size: 11px;
}

h3 {
	margin: 0 0 6px 0;
	font-size: 20px;
	line-height: 26px;
}

.blogpost {
	margin-bottom: 1em;
}

img {
	border: 0;
}

img.alignleft {
	float:left;
	display:inline;
	margin:0 7px 2px 0;
	padding:4px;
}

div.indent {
	font-size: 12px;
	margin-left: 11px;
}

p.links a {
	font-weight: bold;
}