/*  
Theme Name: dKret
Theme URI: http://diekretzschmars.de/dkret-theme/
Version: 1.9.5
Description: Beautiful Theme. Now multilingual.
Author: Joern Kretzschmar
Author URI: http://diekretzschmars.de/

Basiert auf der Vorlage 'deleer' von http://www.texto.de
*/


* {
	color: #444; 
  font-size: 1em;
}

html, body, div, p, ul, ol, h1, h2, h3, h4,
span, a, table, td, form, img, li {
  font: 100.01% 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Geneva, Arial, Sans-Serif;
  margin: 0;
  padding: 0;
	list-style: none;
}

body {
  background: #567;
  text-align: center; /* hack for IE5.5 to display website centered */
}

a {
	color: #048;
	text-decoration: none;
}

a:hover {
	color: #68f;
}

a img {
	border: none;
}

strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

code, pre {
	background: #f8f8f8;
	display: block;
	font-family: monospace;
	font-size: 1.3em;
	padding: 10px;
}

blockquote {
	background: url(images/bg_blockquote.gif) top left no-repeat;
  font-size: 1em;
	margin: 5px 15px 5px 15px;
	padding: 5px 10px 5px 25px;
}

.back {
  color: #880000;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
}

.block {
  text-align: justify;
}

td {
  vertical-align: top;
}

.space {
  padding: 20px 0;
}

.i_left {
	clear: both;
	margin: 0 5px 5px 0;
	padding: 3px;
	border: 1px solid #666;
	float: left;
}

.i_right {
	clear: both;
	margin: 0 0 5px 5px;
	padding: 3px;
	border: 1px solid #666;
	float: right;
}

.float_left {
  float: left;
}

.float_right {
  float: right;
}

acronym, abbr, span.caps {
	cursor: help;
}

.clear {
	clear: both;
}

.rss {
	background: url(images/feed.gif) no-repeat 0.2em;
	padding: 0 0 0 23px;
}

.trackback {
	background: url(images/arrow_refresh.gif) no-repeat 0.2em;
	padding: 0 0 0 22px;
}

.author {
	background: url(images/user_green.gif) no-repeat 0.2em;
	padding: 0 0 0 22px;
}

.tag {
	background: url(images/tag_blue.gif) no-repeat 0.2em;
	padding: 0 0 0 22px;
}

.comment {
	background: url(images/comments.gif) no-repeat 0.2em;
	padding: 0 0 0 22px;
}


/* page */

#header {
	height: 130px;
  padding: 15px 0;
	text-align: right;
}

#navigation {
	background: #d8fbd8 url(images/bg_green.jpg) repeat-x;
  border-bottom: 1px solid #444;
	margin: 0;
	padding: 3px 10px 3px;
}

#container {
  background: white;
  border-left: 5px solid #444;
  border-right: 5px solid #444;
	margin: 0px auto;
	overflow: hidden;
  text-align: left; /* needed for center hack in the body to display website centered */
	width: 890px;
}

#content {
	clear: both;
	float: left;
	margin: 15px auto;
  min-height: 400px;
	overflow: hidden;
	padding: 0px 15px 20px;
	width: 530px;
}

#sidebar {
	float: left;
  margin: 15px 0 20px;
	overflow: hidden;
  width: 340px; /*Hack for Internet Explorer <6.0 */
  width/**/:/**/ 310px; /* alle anderen User-Agents */
}

#footer {
  background: #d8fbd8 url(images/bg_green.jpg) repeat-x;
	clear: both;
	padding: 0;
  width: 100%;
}

/* page end */

/* forms */
form {
  margin: 5px 0 5px;
}

input, textarea {
	background: url(images/bg-input.jpg) top left repeat-x;
	border: 2px solid #ddd;
	margin: 1px;
	padding: 1px 0;
  font-size: 1.2em;
}

input:focus, textarea:focus {
	background:#ffc;
}

.noborder {
  background: none;
  border: none;
}

label:hover {
	cursor:pointer;
}

/* header */

.hid_1 #header { background:url(images/bg_1.jpg) no-repeat; }
.hid_2 #header { background:url(images/bg_2.jpg) no-repeat; }
.hid_3 #header { background:url(images/bg_3.jpg) no-repeat; }

.hid_1 #header h1 a { color: #048; }
.hid_2 #header h1 a { color: #c80202; }
.hid_3 #header h1 a { color: #000; }

#header h1 a {
  font-size: 1.5em;
	margin: 0 80px;
}

#header h2 {
	font-size: 1em;
  margin: 0 80px;
}

#header a {
	color: #024;
	font-size: 1.2em;
}

#navigation .feedicon {
  background: url(images/feed.gif) 3px no-repeat;
	display: inline;
	float: right;
	margin: 0px 15px;
	padding: 0 0 0 22px;
}

#topnavi li {
	display: inline;
	padding: 0 5px;
}

#subnavi li {
	display: inline;
	padding: 0 15px 0 15px;
}

#subnavi li a {
  color: #3a7930;
}

#subnavi li a:hover {
  color: #68f;
}

/* header end */


/* content */

.calPage {
	border: 1px solid #ccc;
	color: #666;
	display: block;
	float: left;
	font-size: 0.8em;
	line-height: 0.8em;
	margin: 2px 5px 0 0;
	padding: 3px;
	text-align: center;
	text-transform: uppercase;
}

.calPage .day {
	color: #ccc;	
	display: block;
	font-weight: bold;
	font-size: 20px;
	letter-spacing: -2px;
	text-indent: -3px;
}

.calPage .year {
	color: #666;	
	display: block;
  font-size: 1.1em;
	line-height: 0.9em;
	letter-spacing: -2px;
	text-indent: -3px;
}

.editlink {
	float: right;
}

.info {
	font-size: 0.8em;
	font-style:italic;
  padding: 0 0 15px 0;
}

.entry img {
  border: 1px solid #666;
  float: left;
  margin: 3px 10px;
  padding: 3px;
}

.infoblock {
	background: #f8f8f8;
	border-bottom: 1px dotted #666;
	border-top: 1px dotted #666;
	color: #07c;
	display: block;
	font-size: 0.7em;
	line-height:1.8em;
	margin: 25px 0 25px 0;
	padding: 5px 0 5px;
}

.tags {
	color: #07c;
	display: block;
	font-size: 0.8em;
	letter-spacing: -1px;
	margin: 10px 0 30px 0;
	text-align: right;
}

.gravatar {
  border: 2px solid #666;
  float: left;
  margin: 2px 5px 2px 2px;
  padding: 2px;
}

#content .post {
  clear: both;
  margin: 0 0 25px 0;
}

#content {
	line-height:1.3em;
}

#content h2, h3, h2 a, h3 a {
	color: #3a7930;
	font-size: 1.1em;
	margin: 0 0 8px;
}

#content h2, h3 {
	color: #444;
}

#content h3, h3 a {
  clear: both;
	color: #3a7930;
	font-size: 1em;
	margin: 20px 0 10px;
}


#content p {
	font-size: 0.8em;
	line-height:1.3em;
	margin: 5px 0 5px;
}

#content .nolist {
  margin: 0;
  padding: 0;
  background: none;
}

#content ul li {
	background: url(images/bullet_blue.gif) no-repeat;
	font-size: 0.8em;
	padding: 0 0 0 20px;
}

#content ul ul li {
	background: url(images/bullet_blue.gif) no-repeat 0.2em;
	margin: 0 0 0 13px;
}

#content ol li {
  font-size: 0.8em;
  margin: 0 0 0 30px; 
  list-style: decimal;
  padding: 0;
}

#content .commentlist {
  font-size: 1em;
  list-style: none;
  margin: 10px 0 10px; 
  padding: 5px;
}

#content td {
  font-size: 0.8em;
  padding: 0 10px 10px 0;
}


/* comments*/

.alt_comment {
	background-color: #f8f8f8;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
}

li.author_comment {
  background-color: #d8fbd8;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
}

.alert {
  background: #393;
  color: #eee;
  padding: 20px; 
  text-align: center;
}

.comments_div {
  margin: 20px 0 20px;
}

.comment_div {
  margin: 30px 0;
}

/* content end */


/* sidebar */

#sidebar {
	border-left: 1px dotted #333;
	font-size: 0.8em;
	line-height:1.1em;
	padding: 0 0 100px 8px;
}

#sidebar h2 {
	border-bottom: 1px dotted #444;
	color: #3a7930;
	margin: 10px 0 5px;
}

#sidebar h2 a {
  font-size: 1em;
}

#sidebar_nav {
  background: #e8efe8;
  border: 2px dotted #444;
  padding: 7px;
}

#sidebar #sidebar_nav li {
	background: url(images/arrow_sub.gif) no-repeat 0 0.2em;
	padding: 0 0 0 18px;
}

#sidebar #sidebar_nav ul {
padding: 0 0 10px 0;

}

#sidebar ul ul li {
	background: url(images/bullet_blue.gif) no-repeat;
	padding: 0 0 0 15px;
}

#sidebar #linklist ul li{
  background: none;
  padding: 0;
}

#sidebar #linklist ul ul li {
	background: url(images/bullet_go.gif) no-repeat;
  padding: 0 0 0 15px;
}

#sidebar #naechste-termine ul li{
  background: none;
  margin: 0;
  padding: 0;
}

#sidebar #naechste-termine ul ul li {
	background: url(images/bullet_blue.gif) no-repeat;
  margin: 0;
  padding: 0 0 0 15px;
}


#sidebar #colon {
	overflow: hidden;
  width: 100%;
}

#sidebar .colon1 {
	background: #d8fbd8 url(images/bg_green.jpg) repeat-x;
	color: #333;
	float: left;
	margin: 10px 5px 0 0;
	overflow: hidden;
	padding: 0 3px 10px 3px;
	width: 168px; /* IE < 6 */
  width/**/:/**/ 148px; /* alle anderen User-Agents */
}

#sidebar .colon2 {
	background: #d8fbd8 url(images/bg_green.jpg) repeat-x;
	color: #333;
	float: left;
	margin: 10px 0 0 0;
	overflow: hidden;
	padding:0 3px 10px 3px;
	width: 155px; /* IE < 6 */
  width/**/:/**/ 144px; /* alle anderen User-Agents */
}

#sidebar .sidebar_select {
  width: 140px;
}

#wp-calendar th {
  width: 35px;
}

#wp-calendar caption {
  color: #3a7930;
}

#wp-cal-container {
  text-align: center;
}

/* footer */

#footer {
  font-size: 0.8em;
  overflow: hidden;
}

#footer h2 {
  border-bottom: 1px dotted #444;
  clear: both;
  color: #3a7930;
  margin: 10px 0 10px;
  padding: 0;
}

#footer li {
}

#footer ul li li {
	background: url(images/bullet_blue.gif) no-repeat;
  margin: 0 0 2px;
	padding: 0 0 0 15px;
}

#footer .Left_Footer {
	color: #333;
	float:left;
	margin:15px 15px 15px 10px;
	padding:0px 5px 10px 5px;
	width:270px; /* IE < 6 */
  width/**/:/**/ 265px; /* alle anderen User-Agents */
}

#footer .Middle_Footer {
	color: #333;
	float:left;
	margin:15px 15px 15px 5px;
	padding:0px 5px 10px 5px;
	width:270px; /* IE < 6 */
  width/**/:/**/ 265px; /* alle anderen User-Agents */
}

#footer .Right_Footer {
	color: #333;
	float:left;
	margin:15px 0px 15px 5px;
	padding:0px 5px 10px 5px;
	width:270px; /* IE < 6 */
  width/**/:/**/ 265px; /* alle anderen User-Agents */
}

#bottom {
  background: #444;
  clear: both;
  font-size: 0.8em;
  padding: 5px 20px 5px 20px;
}

#bottom p {
  color: #eee;
}

#bottom a {
  color: #07c;
}

#bottom a:hover {
  color: #09e;
}


/* ------------------------------
-- CSS for supported Plugins ---
------------------------------ */

/* ------------
-- myGallery --
------------ */

.myrandompic img {
	background: #fff;
	border: 3px solid #666;
	margin: 10px 0 0 5px;
	padding:5px;
}

.mypicsgallery {
	text-align: left;
}

.mypicsgallery a img {
	border: 2px solid  #666;
	margin: 0;
}

.mypicsgallery a:hover img {
	border: 2px solid #68f;
}

.myinlinepictureleft {
	clear: both;
}

.myinlinepictureright {
	clear: both;
	float:right;
  margin: 0 10px;
}

.myinlinepictureleftclear {
	clear: both;
  float: none;
}

.mygallerygallery {
	border: 2px solid #ddd;
	height: 150px;
	margin-bottom: 10px;
	padding: 10px;
}

.mygallerypreviewpics {
	background: #fff;
	border: 3px solid #666;
	float: left;
	margin: 10px 10px 10px 0px;
	padding:5px;
}

.mygallerydescription {
	padding: 10px 0;
}

/* ------------
-- wp-quotes --
------------ */

.wp_quotes_quote {
	margin: 5px 0;
}

.wp_quotes_author {
	color: #666;
	margin: 0 0 10px;
	text-align: right;
}

/* --------------
-- now reading --
--------------- */

.now-reading-copyright {
	padding: 20px 0;
}

ul.wolke li {
	display:inline;
	padding: 1em;
}

/* ----------------------
---- recent comments ----
---------------------- */

.recentCommentsPostTitle {
  margin: 5px 0 0 0;
  padding: 0;
}

/* --------------
---- pagebar ----
--------------- */

.pagebar { 
	margin: 0 0 0 10px; 
	padding-bottom: 10px; 
  padding-top: 20px; 
}

.pagebar a, .pageList .this-page {
	background: #fff; 
	border: solid 1px #ddd; 
	padding: 2px 6px; 
	text-decoration: none;
}

.pagebar a:visited {
	background: #fff; 
	border: solid 1px #ddd; 
	padding: 2px 6px; 
	text-decoration: none;
}

.pagebar .break {
	background: #fff; 
	border: none; 
	padding: 2px 6px; 
	text-decoration: none;
}

table.ec3_schedule {
  width: 100%;
}
