body {
  font-size: 75%;
  font-family: sans-serif;
  margin: 0;
  padding: 0;
  margin-top: 5px;
}

img {
  border: 0;
}

hr {
  color: #D9D0B7;
  height: 1px;
}

br {
  clear: both;
}

a {
  color: #004080;
}

a:visited {
  color: #5F5F5F;
}

.pet a {
  font-weight: bold;
  text-decoration: none;
}

#links {
  text-align: center;
}

#help ul {
  margin-left: 0;	
  padding-left: 1em;
  text-indent: -1em;
  list-style-position: inside;
}

#help ul .title {
  list-style-type: none;
}

.section hr {
  color: #D9D0B7;
  background-color: #D9D0B7;
  border: 0;
  height: 1px;
}

.species span.name {
  font-weight: bold;
  font-size: 1.4em;
}

.right {
  float: right;
  width: 45%;
}

.section h3 {
  margin-bottom: 1em;
}

.section h4 {
  margin: 1.2em 0 5px;
  font-size: 13px;
}
.post .byline {
  margin: 0 0 1.2em;
}

.post .byline a,
.post .byline {
   font-size: 11px;
   color: #666;
}

.section .post a {
  text-decoration: none;
}
.section .post a:hover {
  text-decoration: underline;
}

.section {
  border: 1px solid #D9D0B7;
  padding: 5px;
  margin-bottom: 15px;
  background-color: #FEF8D3;
}

#petupdate .pet br
{
  clear: none;
  line-height: .1em;
}

#petupdate .pet
{
  background: none;
}

.left {
  float: left;
}

div.right {
  padding-top: 15px;
}
#updates {
    margin-top: 20px;
}
#updates br {
  clear: none;
}
.f
{
  background-color: #FFD7DD;
}
.m
{
  background-color: #D9DEFF;
}
.species .first
{
  border-top: 1px solid #D9D0B7;
}

.species .pet
{
  border-bottom: 1px solid #D9D0B7;
  margin: 0;
  padding: 2px 5px 2px 5px;
}

#recent { 
  float: left;
  width: 45%;
}

#oldest {
  float: right;
  width: 45%;
}

.species {
  border: 1px solid #D9D0B7;
  margin: 15px;
  padding: 5px;
  background-color: #FEF8D3;
}
#petlist
{
  float: left;
  width: 350px;
}
#petlist .more {
   margin: 10px 0 2px;
	text-align: right;
}
#petlist .right {
	width: auto;
}
h3
{
  padding: 0;
  margin: 0;
}
#header h1
{
  margin: 5px;
  padding: 0;
}
#header
{
  font-family: sans-serif;
}

#petupdate {
  clear: both;
  width: 100%;
  text-align: center;
  padding-bottom: 10px;
  background-color: #D9D0B7;
}

.outer
{
  width: 100%;
  text-align: center;
  padding-bottom: 10px;
}

.body {
  left: 10%;
  right: 10%;
  margin: 0 auto;
  text-align: left;
}

.body {
  width: 700px;
  clear: both;
}

.petname {
  float: left;
}
.petmeta {
  float: right;
}
.pet {
  clear: both;
  margin: .3em;
}
.descr
{
  color: #454545;
}

.num { color: gray; }
#updateday
{
  font-size: 1.2em;
  font-weight: bold;
}
#stats
{
  text-align: center;
  border-top: 1px solid #D9D0B7;
  border-bottom: 1px solid #D9D0B7;
  background-color: #FEF8D3;
  width: 100%;
}
.date
{
  font-size: .8em;
  color: #800000;
}

.pagination {
   clear: both;
   padding: 8px 0;
}

.pagination:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.pagination li {
	list-style: none;
   float: left;
	margin: 0 2px;
}
.pagination span {
   display: block;
   padding: 3px 5px;
}

.pagination a {
   display: block;
   padding: 2px 4px;
   border: 1px solid #CCC;
}