body {
	font-family: serif;
	background: #111 url("title-background-2.png") no-repeat top center;
	margin: 0; padding: 0;
	font-size: 62.5%;
	color: #e6e6e6;
}

#page {
	width: 760px;
	margin: 0 auto;
}

#header {
	position: relative;
/* 	background: transparent url("title-background.png") no-repeat top left; */
	width: 760px; height: 350px;
}

#header h1 {
	margin:0; padding: 0;
}

#header h1 a {
	position: absolute;
	top: 35px; left: 45px;
	background: transparent url("title.png") no-repeat top left;
	width: 302px; height: 68px;
}

#header span, #blog h2 span {
	display: none;
}

#header .description {
	position: absolute;
	top: 100px; left: 200px;
	margin: 0; padding: 0;
	width: 534px; height: 43px;
	background: transparent url("title-description.png") no-repeat top left;
}

#header .navigation, #header .navigation * {
	list-style: none;
	margin: 0; padding: 0;
}

#header .navigation .photography a {
	position: absolute;
	top: 175px; left: 230px;
	width: 185px; height: 134px;
	background: transparent url("camera-bright.png") no-repeat top left;
}

#header .navigation .photography a:hover {
	background: transparent url("camera-bright-hover.png") no-repeat top left;
}

#header .navigation .poetry a {
	position: absolute;
	top: 175px; left: 475px;
	width: 206px; height: 137px;
	background: transparent url("notebook.png") no-repeat top left;
}

#header .navigation .poetry a:hover {
	background: transparent url("notebook-hover.png") no-repeat top left;
}

#sidebar {
	float: right;
	width: 150px;
	margin: 0 0 1em 2em;
	background-color: #333;
	padding: 1em;
}

#sidebar h2 {
	margin: 0 0 1ex 0;
}

#sidebar ol, #sidebar ol li {
	margin: 0; padding: 0;
}

#sidebar ol.recent-poetry {
	list-style-type: lower-roman;
	margin: 0 0 1em 2em;
}

#sidebar ol.recent-photos {
	list-style-type: none;
}

#content {
	font-size: 1.2em;
}

#blog h2 {
	width: 110px; height: 67px;
	background: transparent url("blog.png") no-repeat top left;
}

#blog h3 {
	font-size: 1.5em;
	padding: 2px;
	border-bottom: 2px solid #333;
	border-top: 4px solid #333;
	margin: 0 0 1ex 0;
}

#blog .post {
	margin-bottom: 3em;
}

.post .date {
	font-style: italic;
	color: #aaa;
	margin-top: 0;
}

.post .more {
	background: transparent url("mag3.png") no-repeat top left;
	font-size: 1.2em;
	font-weight: bold;
	min-height: 25px;
	clear: left;
}

.post .more a {
	padding-left: 22px;
	vertical-align: middle;
}

.post .categories {
	color: #aaa;
	font-size: .9em;
	clear: both;
}

.post img.left {
	float: left;
	margin-right: 1em;
	border: 1px solid #333;
}

.comment-bubble {
	text-align: center;
	float: right;
	margin-top: -2em;
	margin-left: 1em;
}

.comment-bubble a {
	display: block;
	background: transparent url("speech-bubble-70.png") no-repeat top center;
	width: 70px;
	height: 57px;
	padding-top: 17px;
}

a {
	text-decoration: none;
	color: #a3a3d7;
}

h1 a, h2 a, h3 a, h4 a, h5 a {
	color: #e6e6e6;
}

a img {
	border: 2px black solid;
}