/* blog.css */
/* $Id $ */

.date {
  font-weight: bold;
  color: #004080;/*#0053B2;*/
}
.blog {
  text-align: right;
  font-size: x-small;
  color: #0C1844;
}
.moreentries {
  text-align: right;
  font-weight: bold;
}
.comments,.addcomment {
  border-top: #000 1px dashed;
  padding-bottom: 10px;
}
.comments h3{
  color: #004080;/*#0053B2;*/
}
.addcomment h3{
  color: #004080;/*#0053B2;*/
}
.wb_response {
  color: red;
}
p.flatarchives {
  font-size: 8pt;
  margin-left: 5px;
  margin-right: 5px;
}
a.extlink {
  border-width: thin;
  border-style: none none dotted none;
}
a.create {
  border-width: thin;
  border-style: none none dashed none;
}
.month-calendar {
  text-align: center;
  font-size: smaller;
}
ul.categories {
  list-style-type: none;
  margin: 0;
  padding: 0;
  border-width: 0;
  border-left-width: 1;
  border-style: none;
}
ul.subcategories {
  list-style-type: none;
  margin-left: +0.25em;
  padding-left: +0.25em;
  border-width: 0;
  border-left-width: 1;
  border-left-style: dotted;
  border-color: black;
}
li.category {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-left: +0.25em;
  padding-left: +0.25em;
}
li.this-category {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-left: +0.25em;
  padding-left: +0.25em;
}
.geourl {
  font-family: verdana, sans-serif;
  font-size: 10px;
  font-weight:bold;
  text-decoration:none;
  color: white;
  background-color: #093;
  border-left:1px solid #3C6;
  border-top:1px solid #3C6;
  border-right:1px solid #063;
  border-bottom:1px solid #063;
  padding:0px 3px 0px 3px;
}

