body {
   position: absolute;
   width: 900px;
   margin-left: 50%;
   left: -450px;
   font-family: georgia,'bitstream vera sans serif','lucida grande',helvetica,verdana,sans-serif;
}
a:link {
   color: black;
   text-decoration: border-bottom;
}
a:visited {
   color: #808080;
   text-decoration: none;
}
a:hover {
   text-decoration: underline;
}
.last-update {
  color: gray;
  font-size: small;
  text-align: center;
  display: block;
}
.daygroup {
  margin-top:30px;
}
h1 {
   font-weight: bold;
   font-size:36px;
   text-align: center;
   margin: 0;
}

h2 {
   display: none;
}

h3 {
   text-align: center;
   font-size: large;
   margin: 10px 10px 1px 10px;
}
h4 {
  position: absolute;
  margin: 0;
}
.channelgroup {
  border: 1px solid transparent;
  position: relative;
}
.channelgroup h4 {
  display: none;
}
.channelgroup .entrygroup h4 {
  display: block;
  font-size: 24px;
  position: absolute;
  left: 0;
  top: 0;
}
.entry {
   margin-top: 60px;
   font-size: 18px;
}
.entry .date {
   font-size: 14px;
   text-align: center;
}
.entry .date a {
   color: grey;
   text-decoration: none;
}
.entry .date a:before {
  content: '( ';
}
.entry .date a:after {
  content: ' )';
}

.sidebar {
  background: url("perl.gif") 10px 10px no-repeat;
  margin-top: 30px;
  padding-top: 10px;
  padding-left: 50px;
  text-align: center;
  border-top: 1px solid #EEE;
}
.sidebar h2 {
   display: inline;
   font-size: 14px;
}
.sidebar ul {
  margin-top: 0;
  list-style-type: none
  display: inline;
  line-height: 20pt;
  margin-bottom: 20px;
}
.sidebar ul li {
  margin-right: 10px;
  display: inline;
}

.send-email {
  font-size: 14px;
  color: gray;
}

.layout-credits {
  font-size: 12px;
  color: gray;
}
img {
  border: 0;
}

