@charset "utf-8";

body {
	width: 400px;
	margin: 0 0 0 9em;
	background-color: #f8fbf8;
	color: #595857;
	font-size: 13px;
	font-family: Verdana, Arial;
}

a {
	color: #16160e;
	border-bottom: 1px solid #000;
	text-decoration: none;
}

a:hover {
	background-color: #ff0;
	border-bottom: 1px dashed #000;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 1;
	font-size: 110%;
	font-weight: normal;
	color: #16160e;
}

h1 {
	font-family: Georgia, HiraMinPro-W6, "MS PMincho", serif;
	font-size: 180%;
	font-style: italic;
}

h1 a, h1 a:hover {
	background-color: transparent;
	border-bottom: none;
}

h2 a, h2 a:hover {
	font-size: 120%;
	border-bottom: none;
}

#header {
	margin: 1.6em 0 5em;
}

#content {
	text-align: justify;
	text-justify: distribute;
}

.date {
	margin: 0;
}

.post {
	margin-bottom: 4em;
}

.comments {
	text-align: right;
}

#navigation {
	position: fixed;
	top: 2em;
	left: 0;
	margin: 0;
	font-size: 90%;
	text-transform: lowercase;
}

#navigation ul {
	margin: 0;
}

#navigation li {
	list-style-type: none;
	width: 4.8em;
	margin-bottom: 1px;
}

#navigation li a {
	display: block;
	height: 3em;
	border: 0;
	line-height: 3em;
	background-color: #16160e;
	color: #f3f3f2;
	text-align: center;
	text-decoration: none;
}

#navigation li a:hover {
	background-color: #595857;
}

#picasa ul,
#lastfm ol {
	overflow: hidden;
	margin: 1em 0 2em;
}

#picasa ul li,
#lastfm ol li {
	display: block;
	float: left;
	margin-right: 6px;
}

#picasa ul li a img,
#lastfm ol li a img {
	max-width: 64px;
	max-height: 64px;
	padding: 4px;
	border: 1px solid #ccc;
	background-color: #fff;
}

#picasa ul li a:hover img,
#lastfm ol li a:hover img {
	border-color: #000;
}

#footer {
	margin: 3em 0 1em;
}
