/* ---------------------------------------------- 
  
	Author: Medienreformer | Hendrik Just
	Author URI: http://www.medienreformer.de/
	Start: 14.06.2010
     
------------------------------------------------- */

/**************************************/
/*  PAGE 404                          */
/**************************************/

.page-404 { 
	height: 350px; 
}

/**************************************/
/*  WP-SEARCHFORM                     */
/**************************************/

form #searchform {
	
}

.search {
	margin-top: 15px;
	border-bottom: 1px dotted silver;
	padding-bottom: 15px;
}

/**************************************/
/*  WP-POST                           */
/**************************************/


.post {
	margin-bottom: 20px; 
	position: relative;  
}

.post p { 
	margin-top: 0; 
}

.line {
	border-bottom: 1px dotted silver; 
}

.storycontent { 
	padding-left: 160px; 
}

/* -- meta -- */

.meta { 
	margin-left: 160px; 
	margin-bottom: 20px; 
}

.meta a { 
	color: gray; 
}

.meta p { 
	margin: 0; 
	padding: 0;
	color: gray; 
	font: italic 12px Georgia, "Times New Roman", Times, serif; 
}

.meta a:hover {
	color: #006387; 
}

.feedback {
	font-size: 11px;
	padding-bottom: 15px;
}

.artikellink {
	font-size: 11px;
	color: silver;
	text-align: right;
}

.newsnavigation {
	text-align: center;
	font-size: 11px;
}

/**************************************/
/*  WP-CLASS                          */
/**************************************/

/* steuert den bearbeiten Bereich für den Webmaster */

.edit, .edit-index, .edit-single {
	font: 0.83em "Lucida Grande", Lucida, Verdana, sans-serif;
}

.edit a, .edit-index a, .edit-single a {
	color: white;
	background-color: #91b33c;
	padding: 4px 8px;
}

.edit a:hover, .edit-index a:hover, .edit-single a:hover {
	background-color: white;
	color: #91b33c;
}


/**************************************/
/*  WP-COMMENTS                       */
/**************************************/

#respond { 
	padding-bottom: 30px; 
	padding-top: 10px; 
}

h3#comments, #respond h3 {
	padding: 7px 15px 7px 0;
	line-height: 20px; 
	font-size: 14px;
	margin-top: 15px; 
	border-style: none; 
	border-bottom: 1px dotted silver;
	border-top: 1px dotted silver; 
	margin-left: 165px; 
}

ol.commentlist li div.comment-body .comment-author { 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 300px; 
	height: 32px; 
}

ol.commentlist {
	list-style-type: none; 
}

ol.commentlist li {
	background-color: ##f4f4f4;  
}

ol.commentlist li div.comment-body {
	position: relative; 
	margin-top: 0; 
	margin-bottom: 10px; 
	padding-bottom: 20px; 
	padding-top: 20px; 
}

ol.commentlist li div.comment-body a {
	color: #796855;
}

ol.commentlist li div.comment-body a:hover {
	color: #e64215;
}

ol.commentlist li p {
	color: #796855; 
	font: italic 14px/20px Georgia, "Times New Roman", Times, serif; 
	margin-left: 160px; 
	background-color: #ededed; 
	margin-bottom: 0; 
	padding: 10px;  
}

ol.commentlist .vcard cite {
	font-weight: bold;
	font-size: 12px; 
	position: absolute; 
	top: 0; 
	left: 40px; 
}

ol.commentlist .vcard a {
	font-weight: bold;
}

ol.commentlist .vcard img {
	position: absolute;
	top: 0; 
	left: 0; 
}

ol.commentlist li div.commentmetadata {
	position: absolute;
	font-size: 11px;
	right: 0;  
	top: 0; 
}

ol.commentlist em {
	color: #ff6000;
	position: absolute;
	bottom: 0;
	left: 160px; 
	font-style: italic; 
	font-size: 12px; 
}

ol.commentlist li ul.children li {
	color: #796855; 
}

ol.commentlist li ul.children p { 
	background-color: #fcfccb; 
}

ol.commentlist .reply {
	font-size: 11px; 
	position: absolute; 
	left: 40px; 
	top: 19px; 
}

/**************************************/
/*  WP-COMMENTFORM                     */
/**************************************/

#commentform {
	
	margin-bottom: 20px; 
	padding-right: 15px; 
	padding-top: 10px; 
	padding-bottom: 10px; 
}

#commentform div { 
	clear: both; 
}

#commentform p {
	font-size: 1em;
	color: #505050;
	padding: 0;
	margin: 0;
}

#commentform p.user-login { 
	margin-left: 165px; 
	font-size: 11px; 
}

#commentform label { 
	float: left; 
	text-align: right; 
	padding-top: 10px; 
	width: 130px; 
	padding-bottom: 8px; 
	font-size: 12px; 
}

#commentform input, #commentform textarea {
	font-size: 12px;
	color: #505050;
	margin-top: 4px;
	margin-bottom: 4px;  
	float: left; 
	margin-left: 35px; 
}

#commentform input {
	width: 250px; 
	padding: 4px; 
	border: 1px inset silver; 
}

#commentform textarea {
	width: 530px;
	padding: 2px;
	height: 100px;
	margin-bottom: 5px;
	margin-top: 5px;
}

#commentform #submit {
	margin: 4px 0 0 165px;
	background-color: #e3e3e3; 
	border: 1px solid #e3e3e3;
	width: 260px;
	-moz-border-radius: 6px !important;
	-webkit-border-radius: 6px !important;
	-khtml-border-radius: 6px !important; 
}

#commentform #submit:hover { 
	color: #0178bc;  
}
