/* Override title height: 1.5x moin */
h1 {font-size: 1.8em;}
h2 {font-size: 1.6em;}
h3 {font-size: 1.5em;}
h4, h5 {font-size: 1.3em;}


/* Overide moin's setting that don't play well with subscriptions */
#subscriptions a {
  display: inline;
}

#sidebar a:hover {
  color: black;
  background-color: #e5e5e5;
  text-decoration: none;
}


img.face {
	float: right;
	margin-top: -3em;
}

.entry {
	margin-bottom: 2em;
}

.entry .date {
	font-family: "Bitstream Vera Sans", sans-serif;
	color: grey;
}

.entry .date a {
	text-decoration: none;
	color: inherit;
}

.content {
    font-size: 1.2em;
    line-height: 1.22em;
}

.channelgroup {
    padding: 0em;
    margin: 0em 1em 1em 2em;
    border: 1px solid #9c9c9c;
}

.entrygroup {
    padding: 0em 1em 0em 1em;
}

/* The blogger name */
.channelgroup h3 {
    padding: 3px 4px 2px 4px;
    margin: 0;
    border: 0;
    color: black;
    background-color: #e5e5e5;
}

