
	.post {
	display: block;
		float: none;
    padding-bottom: 40px;
} /* position each post */

body#mitte .post{
width: 100%; } /* single page post */


ul.post-meta {
	list-style: none;
}

ul.post-meta span.post-meta-key {
	font-weight: bold;
}


body#mitte .meta {
    width:530px;
    	padding-bottom: 20px;
    	padding-top: 0px;
}

body#mitte .meta {
width:530px;
   	padding-top: 5px;
}


.meta {
	text-align: left;
	font-size: 80%;
	font-weight: normal;
	margin-top: 0px;
    margin-bottom: 0px;
	clear : left;
}


.meta span {
    font-style: italic;
}


.meta li, ul.post-meta li {
	display: inline;
}

.meta ul {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}
.storytitle a {
	text-decoration: none;
}

.storytitle a:hover {
	text-decoration: none;
}

.storytitle {
	font-size: 140%;	
	margin: 0;
    padding-bottom: 2px;
	color: #669900;
} /* post titles */

body#mitte .storytitle {
    padding-top: 0px;
	font-size: 150%;	
    margin-bottom: 8px;
} /* post titles on single pages */

.storytitle span { 
font-weight: normal; 
font-size: 90%;
} /* comment count next to story title  */


#blogtitle h1 {
	font-size: 120%;
	margin: 0px;
	padding-top:10px;
font-weight: bold;
	padding-left:15px;} /* the name of the blog in the title bar */
	
	h1 span {	font-size: 70%;
		font-weight: normal;
} /* the description of the blog in the title bar */

h1 {
	font-size: 120%;
}

h2, .feedback {
	font-size: 110%;
}

h3 {
font-size:100%;
} 

h4 {
	font-size: 100%;
}


#menu a:hover, .meta a:hover, .navigation a:hover, .navbottom a:hover  { 	
text-decoration: none; } /* various hovers */


.storycontent {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
} /* actual post content */
.storycontent p {
	padding-top: 3px;
	
}/* actual post content */

p 	{ 
	font-size: 100%;
} /* just the p tag */



.navigation {
	text-align: right;
	padding-bottom: 20px;
	padding-top: 10px;
	font-size: 80%;
	display : block;
}  /* prev/next page buttons */

