/*
Theme Name: Diskurswelt.de 2014
Theme URI: http://www.diskurswelt.de/
Description: Bla
Version: 1.0
Author: Felix Middendorf
Author URI: http://www.felixmiddendorf.eu
Tags: blue, custom header, fixed width, two columns, widgets
*/

* {
	margin: 0px;
	padding: 0px;
	}

body{
	text-align: center; /* IE6-Hack */
	margin: 0px;
	background-color: #D5DAE0;
	color: #000;
	font-size: 90%; /* Resets 1em to 10px */
 	font-family: 'Vollkorn', Georgia, 'Times New Roman', serif;
 	text-align: center;
 	margin: 20px;
}

ul, ol{
	padding-left: 2em;
	}

a{
	text-decoration: none;
	color: #2B61AF;
	}
	
a img{
	border-width: 0px;
	}

h1, h2, h3, h4, h5, h6, p, ul, oladdress{
	margin: 0.7em 0px;
	font-style: normal;
	}

div#page{
	text-align: left;
	margin: auto;
	width: 820px;
	background-color: #FFF;
	border: 1px solid #777;
}

div#header{
	padding: 10px;
	border-bottom: 1px dashed #DDD;
	background-image: url('images/blogheader800.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	height: 200px;
	text-align: left;
}

div#header, div#header a{
	color: #fff;
}

div#header .site-title{
	font-weight: normal;
	padding: 0px;
	margin: 110px 0px 0px 10px;
}

div#header .site-description{
	font-weight: normal;
	padding: 0px;
	margin: 5px 0px 0px 10px;
}

div#content{
	float: left;
	padding-top: 1em;
	padding-bottom: 1em;
	padding-left: 10px;
	padding-right: 10px;
	width: 610px;
}

div#sidebar{
	padding: 3px 10px;
	text-align: justify;
	font-size: 0.75em;
	border-left: 1px dashed #DDD;
	margin-left: 630px;
	}

div#footer{
	clear: both;
	text-align: center;
	font-size: 0.75em;
	color: #666;
	border-top: 1px dashed #DDD;
	}

div#sidebar ul, div#sidebar li{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

div#sidebar li{
	margin: 1px 0px;
	}

div#sidebar h2{
	font-size: 1.3em;
	font-weight: normal;
	margin-bottom: 1px;
	}

div#content h2{
	font-size: 1.9em;
	font-weight: normal;
	margin-top: 7px;
	margin-bottom: 3px;
	}

div.post{
	margin: 0px 0px 2em 0px;
	}

div.post p.postsub{
	font-size: 0.75em;
	margin-top: 0px;
	margin-bottom: 3px;
	color: #666;
	}
	
div.post p.postmeta{
	font-size: 0.75em;
	color: #666;
	margin: 0.3em 0px;
	text-align: center;
	margin-top: 0.7em;
	}

ol.comments{
	margin: 1em 0px;
	padding: 0px;
	list-style-type: none;
	}

ol.comments li{
	margin: 1em 0px;
	padding: 0.3em 1em;
	background-color: #EEE;
	border-color: #777;
	border-style: solid;
	border-width: 1px 0px 1px 0px;
	}

ol.comments li.alt{

	}

ol.comments p{
	margin: 0.3em 0px;
	}

p.commentmeta{
	font-size: 0.75em;
	color: #666;
	}

form#commentform label{
	color: #666;
	font-size: 0.75em;
	}

div.image p{
	text-align: center;
	}

.cleaner{
	clear: both; 
}

div.navigation{
	width: 90%;
	margin: auto;
	font-size: 0.75em;
}

.alignleft, div.alignleft{
	float: left;
}

.alignright, div.alignright{
	float: right;
<<<<<<< .mine
}

.aligncenter, div.aligncenter{
	margin-left: auto;
	margin-right: auto;
	display: block;
	text-algin: center;
=======
}

.aligncenter, div.aligncenter{
	margin-left: auto;
	margin-right: auto;
	display: block;
>>>>>>> .r170
}
