/* Generic */
h1#hdr {
	padding:0;
	border-bottom:0;
	margin:0 0 8px 0;
	height:75px;
	overflow:hidden;
}
h1#hdr a {
	display:block;
	height:75px;
}
h1#hdr img {
	width:225px;
	height:75px;
}

/* Post list */
.post .dat {color:#7F6A00;}

/* Comment area on single and page */
#com {
	border-top:1px solid #000;
}
#com ol li {
	background-color:#E0D8B3;
}
#com ol li.mycomment {
	background-color:#E5DDD7;
}
#com ol li p.dat {
	border-bottom:1px solid #000;
}

/* Menu */
#men .sep {
	margin:8px 0;
}
#men h2 {
	font-family:'GalileoFLFBold',Georgia,serif;
	font-weight: normal;
	font-size: 1.8em;
}
#men h3 {
	margin:0;
}
#men ul {
	font-size:0.9em;
}

/* Structure */
#pge {
	font-size:1.2em;
	width:50em;
	margin:0.5em auto 2em auto;
}
#mai {
	float:left;
	width:35em;
}
#men {
	float:right;
	width:13em;
}
#ftr {
	float:left;
	margin:1em 0;
	width:50em;
	font-size:0.9em;
}
#ftr input {
	font-size:1em;
}
#searchform {margin-bottom: 1em;}