#bridge_photo {
	display: block;
	float: left;
	width: 300px;
	margin-bottom: 1em;
	margin-right: 1em;
}

#blog_header p {
	margin: 0.5em;
	text-indent: 1.5em;
}

#blog_info #poem_excerpt {
	display: block;
	margin: 2.0em;
	text-align: right;
	font-family: Fontin, Georgia, serif;
	font-size: 80%;
}

.post {
	display: block;
	width: 450px;
	margin: 4.0em;
}

.post h2 {
	font-size: 125%;
	text-align: center;
}

.post .date {
	font-size: 65%;
	display: block;
	margin-bottom: 1.0em;
	text-align: center;
}

.post p, .post ol, .post ul {
	font-family: Cochin, Baskerville, Georgia, serif;
	font-size: 90%;
}

.post p {
	text-indent: 1.5em;
}

.post blockquote:before {
	content: "«"
}

.post blockquote:after {
	content: "»"
}

.post blockquote {
	font-family: Baskerville, Georgia, serif;
	font-style: italic;
	margin: 0.5em;
	margin-left: 1.5em;
}

.responses {
	display: block;
	width: 450px;
	margin: 4.0em;
}

.comment_link {
	font-size: 80%;
}

img.photograph {
	border-radius: 2px; -webkit-border-radius: 2px; -moz-border-radius: 2px;
	max-width:300px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

img.screenshot {
	border-radius: 1px; -webkit-border-radius: 1px; -moz-border-radius: 1px;
	margin: 0.5em;
}

img.screenshot_pad {
	border-radius: 1px; -webkit-border-radius: 1px; -moz-border-radius: 1px;
	margin: 0.5em;
	padding: 0px 40px 10px;
}

table {
	font-size: 85%;
	margin: 0.5em;
}

th {
	font-weight: bold;
}

th, td {
	padding: 0em 0.5em;
	text-indent: 0em;
	text-align: center;
}

h3 {
	margin-top: 1em;
}
