/*  
Theme Name: dKret2
Theme URI: http://diekretzschmars.de/dkret-theme/
Version: 1.0
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, textarea {
  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;
}

.post img {
	border: 0px;
	margin: 3px;
	float: left;
}

.entry img {
	border: 0px;
	margin: 3px;
	float: left;
}

.post .wp-smiley {
	border: 0px;
	margin: 0px;
	padding: 0px 3px;
	float: none;
}

.entry .wp-smiley {
	border: 0px;
	margin: 0px;
	padding: 0px 3px;
	float: none;
}


.wp-smiley {
	border: 0px;
	margin: 0px;
	padding: 0px 3px;
	float: 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 {

  	font-size: 1em;
	margin: 5px 20px;
	padding: 1px 0 1px 10px;
	background: #FFFF84;
}

.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 23px;
}


/* page */

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

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

#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: 690px;
}

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

#footer {
	clear: both;
  	width: 900px;
  	background: #F2F5FF url(./images/bg_blue.jpg) repeat-x;
	padding: 0;
}

/* page end */

/* forms */
form {
  margin: 5px 0 5px;
}

#eingabefelder input, textarea {
	background: url(./images/bg-input.jpg) top left repeat-x;
	border: 1px solid #B9B9B9;
	padding: 1px 0;
	margin: 1px;
}

#eingabefelder input:focus, textarea:focus {
	background:#ffc;
}

#eingabefeldsuche input, textarea {
	background: url(./images/bg-input.jpg) top left repeat-x;
	border: 1px solid #B9B9B9;
	padding: 1px 0;
	margin: 1px;
}

#eingabefeldsuche input:focus, textarea:focus {
	background:#ffc;
}

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

label:hover {
	cursor:pointer;
}

/* header */

.hid_1 #header { background:url(images/bg_0.jpg) no-repeat; }
.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_4 #header { background:url(images/bg_4.jpg) no-repeat; }
.hid_5 #header { background:url(images/bg_5.jpg) no-repeat; }

.hid_0 #header h1 a { color: #000; }
.hid_1 #header h1 a { color: #048; }
.hid_2 #header h1 a { color: #c80202; }
.hid_3 #header h1 a { color: #000; }
.hid_4 #header h1 a { color: #000; }
.hid_5 #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;
  padding: 0 0 15px 0;
}



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

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

.gravatar {
  border: 2px solid #666;
  float: left;
  font-size: 0.5em;
  margin: 2px 5px 2px 2px;
  padding: 2px;
}

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

#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 td {
  font-size: 0.8em;
  padding: 0 10px 10px 0;
}


/* comments*/

#content .thecommentlist {
  font-size: 0.9em;
  list-style: none;
  margin: 15px 0 15px; 
  padding: 7px;
}

#commentform textarea {
	font-size: 1em;
}

#content .commentinfo {
	font-size: 0.8em;
	font-style:italic;
  padding: 0 0 5px 0;
}

.alt_thecommentlist {
	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;
}

#errors {
  color: red;
  font-size: 1em;
}

#loding {
  background: url(images/spinner.gif) no-repeat;
  margin: 5px 0 5px 0;
  padding: 0 0 0 25px;
}

/* content end */


/* sidebar */

#sidebar {
	padding: 0 0 100px 0;
	font-size: 0.8em;
	line-height: 1.1em;
}

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

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

#sidebar .sidebar_nav {
	width:130px;
	margin:15px 5px 5px;
	padding:0 5px 10px 5px;
	color: #333;
	background: #F2F5FF url(./images/bg_blue.jpg) repeat-x;
	float:left;
	border: 1px solid #BEBEBE;
}

#sidebar .current_page_item {
	color: #002F5E;
	font-weight: bold;
}

#sidebar ul ul li {
	padding: 0 0 0 15px;
}

#sidebar .sidebar_nav a {
	line-height: 1.1em;
}

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

#sidebar #linklist ul ul li {
  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;
}

#sidebar .colon1 {
	width:130px;
	margin:15px 5px 5px;
	padding:0 5px 10px 5px;
	color: #333;
	background: #F2F5FF url(./images/bg_blue.jpg) repeat-x;
	float:left;
	border: 1px solid #BEBEBE;
}

#sidebar .colon2 {
	width:130px;
	margin:15px 5px 5px;
	padding:0 5px 10px 5px;
	color: #333;
	background: #F2F5FF url(./images/bg_blue.jpg) repeat-x;
	float:left;
	border: 1px solid #BEBEBE;
}

#sidebar .metacontent {
	width:130px;
	margin:15px 5px 5px;
	padding:0 5px 10px 5px;
	color: #333;
	background: #F2F5FF url(./images/bg_blue.jpg) repeat-x;
	float:left;
	border: 1px solid #BEBEBE;
}

#sidebar #metalink ul li {
	padding: 0 0 0 15px;
}


#sidebar .sidebar_select {
  width: 130px;
}

#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 {
  clear: both;
    border-bottom: 1px dotted #444;
    color: #3a7930;
    margin: 10px 0 10px;
}

#footer li {
	list-style: none;
}

#footer ul li li {
	padding: 0 0 0 15px;
  	margin: 0 0 2px;
	background: url(./images/bullet_blue.gif) no-repeat;
}

#footer .Left_Footer {
	width:255px;
	margin:15px 15px 5px;
	padding:0px 5px 10px 5px;
	color: #333;
	float:left;
}

#footer .Middle_Footer {
	width:255px;
	margin:15px 15px 5px;
	padding:0px 5px 10px 5px;
	color: #333;
	float:left;
}

#footer .Right_Footer {
	width:255px;
	margin:15px 15px 5px;
	padding:0px 5px 10px 5px;
	color: #333;
	float:left;
}

#bottom {
  clear: both;
  font-size: 0.7em;
  padding: 5px 20px 5px 20px;
  background: #444;
}

#bottom p {
  color: #eee;
}

#bottom a {
  color: #eee;
  font-weight: bold;
}

#bottom a:hover {
  color: #999999;
}

/* ------------------------------
-- 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;
}

/* ------------
---- YAAPN ----
------------ */

#content .paging ul li { 
  background: none;
  padding: 0 5px 0 5px;
  font-size: 1em;
}

#content .paging ul {
  padding: 5px 0;
}

#content .paging {
  padding: 20px 0;
}

/* ---------------------
---- Event Calendar ----
--------------------- */

table.ec3_schedule {
  width: 100%;
}
