body {
  color: #666;
  background-color: #fff;
}
* {
  margin: 0px;
  padding: 0px;
  text-decoration: none;
}

#container {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
  background-color: #fff;
  padding: 3em 0;
}

#head {
	color: #f90;
	border-style: dotted;
	border-width: 1px;
	padding: 0 1em 1em 0;
}
#head #logo { 
	text-align: center;
	width: 15em;
	padding: 1em 0;
	background-color: #f90;
	color: #fff;
	font-size: 70%;
	letter-spacing: 0.3em;
}
#head h1, #head h2 {
	text-align: right;
	margin: 0.2em;
}

/*
a {
  color: #333;
  border-bottom: 1px #bbb dotted;
}
a:hover {
  background-color: #eee;
}
*/

a.site:link {
	color: #966;
	text-decoration: none;
	border-bottom: 1px #666 dotted;
}
a.site:visited {
	color: #666;
	text-decoration: none;
	border-bottom: 1px #999 dotted;
}
a.site:hover {
	color: #f90;
	border-bottom: 1px #f90 solid;
}

a.rss:link {
	text-decoration: none;
}

a.wiki:link, a.wiki:visited {
	color: #363;
	font-size: small;
	text-decoration: none;
}

.time {
	/* background-color: #ddf; */
	border: solid thin;
	border-color: #ddf;
	color: #66c;
	padding: 0 0.2em;
	font-size: small;
}

.feed {
	font-size: small;
}

ul {
  list-style-type: none;
  line-height: 140%;
  margin: 1em;
}

img {
  border: none;
}
.imagebox {
  float: right;
  font-size: 60%;
  margin: 2px 0px 2px 4px;
  line-height: 120%;
  color: #666;
  text-align: center;
  overflow: hidden;
}
.imagebox a:hover {
  background-color: transparent;
}
