body {
  font-family: Georgia;
}

form {
  margin: 20px;
}

form input[type=text] {
  font: 21px Georgia;
  width: 488px;
}

form textarea {
  font   : 14px Georgia;
  line-height : 18px;
  text-align  : justify;  
  width: 488px;
}

.infobox {
    margin: 0px;
    padding-bottom: 0px;
    text-align: right;
    font-size: 12px;
    line-height   : 18px;
    color: #666;
}

a, a:active {
    color : #656550;
}

a img {
    border: 1px solid #8F8F7A;
}

img.logo { 
  border    : 0px;
  margin-top: 14px;
}

p img {
  border: 1px solid;
  margin-left: 15px;
  margin-top: 5px;
  margin-bottom: 5px;
} 

a img.mosaic {
    border: 0px;
}

p img.mosaic {
  border: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
} 

h2 a, h2 a:active, h2 a:visited {
  color           : black;
  text-decoration : none;
}

h2 {
  margin      : 0;
  font        : 21px Georgia;
  font-weight : normal;
}

p {
    margin-top    : 0px;
    margin-bottom : 20px;

  font-size   : 14px;
  line-height : 18px;
  text-align  : justify;
}

li {
    font-size   : 14px;
    line-height : 18px;
    margin-bottom: 10px;
}

blockquote {
    font-size: 14px;
}

.entry {
    margin-bottom : 30px;
    margin-left  : 20px;
    text-align: left;
}

.timestamp {
    margin  : 0;
    padding : 0;
    font    : 10px Verdana;
    color   : #666;
}


/* Twitter styles */
#twitter_update_list {
  margin  : 0px;
  padding : 0px;
}

#twitter_div {
  background-color: #eee;
  border: 1px solid silver;
  padding: 7px 10px 5px 10px;
}

#twitter_update_list li {
    list-style-type: none;
    font-size      : 12px;
    margin-bottom  : 5px;
}

h2.twitter-title {
  font-size: 16px;
  margin: 0px;
}

#twitter_follow {
  text-align: right;
  color: grey;
  font-size: 12px;
  margin: 0px;
  margin-top: 7px;
}