body {
  margin-top: 0;
  font-family: georgia, times, serif;
  text-align: center;
}

#shadow {
  background-image: url(http://www.maximumaardvark.com/images/border_shadow.jpg);
  background-repeat: repeat-y;
  background-position: center top;
  background-color: transparent;
  margin-top: 0px;
}

#container {
  width: 712px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  background-color: white;
}

#masthead {
  padding: 0;
  margin-bottom: 0px;
  width: 712px;
}

#blogbody {
  float: left;
  line-height: 1.3em;
  margin-left: 20px;
  margin-top: 0;
  margin-right: 20px;
  width: 500px;
}


#sidebar {
  background-color: #fff;
  float: left;
  font-family: verdana, helvetica, sans-serif;
  font-size: 75%;
  margin-left: 0;
  margin-right: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
  width: 150px;
}

#footer {
  background-image: url(http://www.maximumaardvark.com/images/border_shadow_bottom.jpg);
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: bottom center;
  padding-top: 10px;
  padding-bottom: 20px;
  text-align: center;
  font-family: verdana, helvetica, sans-serif;
  font-size: 75%;
}

#footer div {
  display: inline;
  padding-left: 10px;
  padding-right: 10px;
}

a         { font-weight: normal; } 
a:link    { color: #00b;         }   
a:visited { color: purple;       } 
a:active  { color: red;          }
a:hover   { color: white; background-color: #00b;         }

.entry {
  border-bottom: black solid 1px;
  line-height: 1.3em;
  margin-bottom: 0;
  padding-bottom: 20px;
}

.entrytitle {
  font-variant: small-caps;
}

.entry-navigation {
  font-family: verdana, helvetica, sans-serif;
  font-size: 75%;
}

.postinfo {
  text-align: left;
  font-family: verdana, helvetica, sans-serif;
  font-size: 75%;
}

.postinfo .timestamp {
  display: inline;
}

.postinfo .categories {
  display: inline;
}

.postinfo .categories ul {
  display: inline;
  margin-left: 0;
  padding-left: 0;
}

.postinfo .categories ul li {
  display: inline;
  list-style: none;
  margin-left: 0;
  padding-left: 2px;
}

.postinfo .commentlink {
  display: inline;
}

.postinfo a img {
  text-decoration: none;
  border: none;
}

.sidelist, .reader-publisher-module ul {
  list-style-type: none;
  margin: 0;
  padding: 1px;
}

.sidelist li, .reader-publisher-module li {
  margin: 0;
  padding: 0;
  line-height: 1.3em;
}