/* ------------- page raster ------------------ */
body {
	color: black;
	background-color: white;
	font-size: 100.01%;
	font-family: Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
}

#page {
	padding: 1em 0 1em 2em;
	width: 70em;
}

#content {
	float: left;
	width: 48em;
	margin: 0 0 1.2em;
	padding: 0 0em 0 0;
}

#navigation {
	margin: 0 0 1em 50em;
	padding: 1.6em 1em 0 1em;
}

#navigation ul {
	padding: 0;
}

/* Workaround against the 3-pixel-bug of internet explorer up to version 6 */
* html div#navigation {
	height: 1em;
	margin-bottom: 0;
}

#footer {
	clear: both;
}

/* ----- layout ----- */

.hiddenaid {
	display: none;
}

#footer {
   padding: 1em 0;
   border-top: 1px solid #d3d3d3;
}

#footer address {
   font-style: normal;
}

#header h1 {
	margin: 0;
}

#header h1 a {
	display: block;
	background-image: url("../images/header.jpg");
	background-position: 0 149px;
	height: 150px;
	width: 100%;
	border-bottom: 3px solid #d3d3d3;
}

.postmetadata {
	margin-bottom: 2em;
}

h2.postheadline a {
	color: #000;
	text-decoration: none;
}

h2.postheadline a:hover {
	text-decoration: underline;
}

h3.postdate {
   margin:-1.4em 0 0;
   padding: 0 0 0 0.1em;
   font-size:90%;
   font-weight: normal;
}

#search fieldset {
   border:none;
   padding:0.3em;   
   background-color: #e8e8f8;
}

#search label, #search legend {
   display: none;
}

#search input {
	width:14em;
}

#tagcloud {
	list-style: none;
	padding: 0;
}

#tagcloud li {
	margin: 0;
	display: inline;
}

#tagcloud a {
	text-decoration: none;
}

#tagcloud .t1 {
	font-size: 90%;
}

#tagcloud .t2 {
	font-size: 110%;
}

#tagcloud .t3 {
	font-size: 130%;
}

#tagcloud .t4 {
	font-size: 150%;
}

#tagcloud .t5 {
	font-size: 170%;
}

.commentslink, .permalink, .taglinks, .more-link, .previousposts, .feedlink {
   padding-left: 20px;
   margin-right:0.5em;
}

.commentslink {
   background: url("../images/icons/balloon.png") no-repeat 0 2px;
}

.permalink {
  background: url("../images/icons/chain.png") no-repeat 0 2px;
}

.taglinks {
  background: url("../images/icons/tags.png") no-repeat 0 2px;	
}

.feedlink {
  background: url("../images/icons/feed.png") no-repeat 0 2px;	
}

.more-link {
  display:block;
  margin-top: 1em;
  background: url("../images/icons/control-double.png") no-repeat 0 2px;		
}

#comments, #previousposts, form#replyform {
	padding-top: 1em;
	margin-top: 2em;
	border-top: 3px dashed #d3d3d3;
}

#comments, #previousposts, #nextposts, form#replyform fieldset legend {
	padding-left: 20px;
	font-size: 110%;
}

#previousposts {
	background: url("../images/icons/control-double-180.png") no-repeat 0 1.25em;
}

#nextposts {
	background: url("../images/icons/control-double.png") no-repeat 0 0.25em;
}

#comments {
	background: url("../images/icons/balloon.png") no-repeat 0 1.2em;
}

form#replyform fieldset legend {
	background: url("../images/icons/balloon.png") no-repeat 0 0.1em;
}

form#replyform fieldset {
  border:none;
}

form#replyform fieldset legend {
  font-weight: bold;
  font-size: 110%;
}

.postMetaData {
  margin-bottom:3.3em;
}

