body { 
  background: #2C2C2C url(../images/sandstone.gif) repeat scroll 0 0;
  color: #D0D0D0;
  font-size: 13px;
  line-height: 17px;
}      
div { 
  background-color: #000000;
}
div a:link, div a:visited { 
  color: #256AD6;
  text-decoration: none;
}
div a:active, div a:hover { 
  color: #2B7DFF;
  text-decoration: underline;
}
p, h1, h2, ul {
  margin: 5px 10px;
}
h1, h2, h3 {
  font-family: 'Trebuchet MS', Helvetica, sans-serif;
  font-weight: normal;
}
h1 {
  font-size: 20px;
  line-height: 30px;
}
h2 {
  font-size: 18px;
  line-height: 27px;
}
h3 {
  font-size: 16px;
  line-height: 24px;
}
hr { 
  border-color: #256AD6;
  margin: 10px 10px;

}
#twitter_update_list li {
  list-style-type: none;
  margin: 10px 0px;
  font-size: 11px;
  line-height: 12px;
}
#header {
  height: 40px;
  margin: 10px;
  font-family: 'Trebuchet MS', Helvetica, sans-serif;
}
#header ul {
  position: absolute;
  height: 100%;
  top: 0px;
  right: 10px;
  margin: 0px;
}
#header li {
  float: left;
  margin: 0px;
  height: 40px;
  list-style-type: none;
}
#header a {
  color: #D0D0D0;
  display: block;
  height: 40px;
  padding: 0px 15px;
  line-height: 40px;
  text-decoration: none;
}
#header a:hover {
  background-color: #2364C6;
}
#header.home a.home_nav {
  background: #092854 url(../images/gradient40.png) repeat scroll 0 0;
}
#header.posts a.posts_nav {
  background: #092854 url(../images/gradient40.png) repeat scroll 0 0;
}
#header.about a.about_nav {
  background: #092854 url(../images/gradient40.png) repeat scroll 0 0;
}
#content p {
  margin-bottom: 10px;
}
.thumbnail-buttons { 
  text-align: center;
}
.thumbnail-buttons img {
  width: 64px;
  height: 64px;
  margin: 4px 4px 0px 4px;
  border: 1px;
  border-style: solid;
}
.thumbnail-buttons a:link, .thumbnail-buttons a:visited {
  color: #000000;
}
.thumbnail-buttons a:active, .thumbnail-buttons a:hover {
  color: #2B7DFF;
}
