body {
  font-family: Trebuchet MS, Verdana, sans-serif;
  font-size: 10pt;
}
body#blog-page {
  text-align: center;
  width: 740px;
  margin-left: auto;
  margin-right: auto;
}
div#page {
  text-align: left;
}
div#content {
  float: left;
  width: 500px;
  overflow: hidden;
}
div#sidebar {
  float: left;
  width: 220px;
  padding-left: 20px;
  overflow: hidden;
}
div.clear {
  clear: both;
}
div.entry {
  margin-bottom: 40px;
  color: #606060;
}
div.comments {
  margin-left: 40px;
}
h1 {
  margin-bottom: 0px;
  padding-bottom: 0px;
  color: black;
  font-weight: normal;
}
h2 {
  color: black;
  font-weight: normal;
}
h3 {
  font-size: 10pt;
  color: black;
  font-weight: normal;
}
h3.comments-title {
  color: black;
  border-bottom: 1px dashed black;
  font-weight: normal;
}
p,li {
  color: #606060;
  font-weight: normal;
}
p.blog-description {
  margin-top: 5px;
  padding-top: 0px;
  margin-bottom: 60px;
  font-weight: bold;
}
p.entry-date {
  color: #ff9f00;
  border-bottom: 1px dashed #ff9f00;
}
ul.entry-nav {
  padding-left: 20px;
  margin-top: 0px;
  margin-bottom: 0px;
}
li.entry-nav {
  list-style-type: square;
  font-size: 8pt;
}
pre.captcha {
  font-size: 6pt;
}
p#prev-next-nav {
  margin-bottom: 40px;
  clear: all;
}
.prev {
  float: left;
}
.next {
  float: right;
}
a {
  color: black;
  text-decoration: none;
}
.sideboxtitle {
  text-align: center;
  color: #ff9f00;
  border-bottom: 1px solid #ff9f00;
  margin-bottom: 10px;
  margin-top: 20px;
  text-transform: uppercase;
  letter-spacing: 0.3em;
}
.sidebody {
  font-size: 8pt;
  margin-left: 10px;
  color: #ff9f00;
}
td.calendar {
  font-size: 10pt;
  color: #606060;
}
th.calendar {
  font-size: 10pt;
  color: black;
}
label {
  font-size: 10pt;
}
label.warning {
  color: red;
}
input[type=submit] {
  border-style: solid;
  background-color: white;
  margin-top: 20px;
}
input,textarea {
  border: 1px dashed #606060;
}
.thumbnail-overview-table {
  margin-bottom: 40px;
}
.thumbnail-overview-table td {
  vertical-align: top;
}
.thumbnail-image {
  width: 100px;
  height: 100px;
}
.thumbnail-description {
  font-size: 8pt;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 10px;
}
.thumbnail-description a {
  color: #606060;
}

