body {
  font-family: Verdana;
  font-size:16px;
}

.infobarCon, .followbarCon, .postCon, #titleCon {
  padding: 1px;
  background-color: black;
	position: relative;
}

.infobarBody, .followbarBody {
  height: 1em;
  padding: 0.3em;
  background-color: #ccf;
}

.stats a {
  text-decoration: none;
}

.date {
  float: left;
}

.stats {
  float: right;
}

.permaLink {
  float: left;
  margin-left: 0.3em;
}

.dontdigg {
  float: right;
  margin-right: 0.3em;
}

.infobarCon, .postCon {
  margin-bottom: 0.2em;
}

.followbarCon {
  margin-bottom: 0.8em;
}

.followbarBody {
  background-color: #ccc;
}

#titleCon {
  width: 12em;
  margin-bottom: 0.1em;
  cursor: pointer;
  float:left
}

#titleBody {
  background-color: #fff;
  padding-top: 1em;
  padding-bottom: 1em;
  text-align: center;
  width: 12em;
}

.postBody {
  padding: 0.3em;
  background-color: white;
  font-size: smaller;
}

.postBody > code {
  background-color: #ede;
  color: #009;
  display: block;
  padding: 0.3em 1em;
  margin: 0.3em 1em; 
}

.postBody > code .comment {
  color: #900;
}

h1 {
font-size: 2.5em;
margin:0;
}

h2 {
font-size: 1em;
margin:0;
}

img {
  border: 0;
}

span.tag {
  color: #333;
  font-size: smaller;
}

span.tagged {
  color: #666;
  font-size: smaller;
}

a.tag {
  color: #666;
  font-family: courier,monospace;
}

a:hover {
  text-decoration: none;
}

#banner {
  width:400px;
  height:100px;
  border:none;
  overflow:hidden;
  position:relative; 
  left:1em;
  margin-bottom:10px
}

#navprevnext {
	background-color: none;
	height:18pt;
	margin-bottom:10px;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
}


#navprevnext a{
	padding-top: 4px;
	text-decoration:none;
	font-weight:bold;
	color:black;
}

a.navprev {
	float:left;
}

a.navnext {
	float:right;
}
