/*  

MODIFIKATION des Templates dKret
Theme Name: Trickfilm
Version: 1.0
Description: Zwei-Spalten-Theme der Seite 
Author: J&ouml;rn Kretzschmar
Author URI: http://diekretzschmars.de/
Basiert auf der Vorlage 'dKret' von http://diekretzschmars.de/dkret-theme/
Basiert auf der Vorlage 'deleer' von http://www.texto.de
*/



* {
	margin:0; padding: 0;
	font:100.01% 'Lucida Grande',  'Lucida Sans Unicode', Verdana, Geneva, Arial, Sans-Serif;
}

body {
  background: #7D7D7D;
}

  
a {
	color: #006633;
	text-decoration: none;
}

a:hover {
	color: #68f;
}

a img {
	border: none;
 
}

p {
	color: #444;
}

strong, b {
	font-weight:bold;
}

em, i {
	font-style:italic;
}

code, pre {
	font-family:monospace;
	font-size:1.3em;
	display:block;
	padding:10px;
	background:#f8f8f8;
}

blockquote {
	margin:20px;
	padding:1px 10px 1px 70px;
	background:#f8f8f8 url(./images/bg_blockquote.gif) top left no-repeat;
}

blockquote p {
	padding: 0;
	margin: 0;
}

.i_left {
	float:left;
	margin:0 8px 8px 0;
	padding:4px;
}

.i_right {
	float:right;
	margin:0 0 8px 8px;
	padding:4px;
}

.clear {
	clear: both;
}

/* Seitenaufbau */
#header {
  padding: 15px 0;
	background: url(./images/bg_header.png) repeat-x;
	height: 130px;
	text-align: left;
}

#navigation {
	background: #fefcda url(./images/bg_yellow.gif) repeat-x;
	padding: 3px 10px 3px;
	border-bottom: 1px solid #444;
}

#container {
	width: 900px;
	margin: 0px auto;
	overflow: hidden;
  background: white;
  border-left: 2px solid #444;
  border-right: 2px solid #444;
}

#content {
	clear: both;
	width: 520px;
	float: left;
	margin: 15px auto;
	overflow: hidden;
	padding: 0px 15px 20px;
}

#sidebar {
	float: left;
	width: 310px;
	overflow: hidden;
  margin: 15px 0 20px;
}

#footer {
	clear: both;
  background: #fefcda url(./images/bg_yellow.gif) repeat-x;
	padding: 0;
}

/* Ende Seitenaufbau */


/* Header */

#header h1 a {
  margin: 0 30px;
	font-size: 1.8em;
	color: #000;
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;

}

#header h2 {
	font-size: 1em;
  margin: 0 30px;
}

#header a {
	color: #024;
	font-size: 1.2em;
}

#navigation .feedicon {
  background: url(./images/feed.gif) 3px no-repeat;
	padding: 0 0 0 22px;
	display: block;
	display: inline; /* IE */
	float: right;
	margin: 0px 15px;
}

#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;
}

/* Ende Header */


/* Content */

.calPage {
	margin: 2px 5px 0 0;
	padding: 3px;
	line-height: 0.7em;
	display: block;
	font-size: 0.8em;
	text-align: center;
	text-transform: uppercase;
	color: #666;
	float: left;
	border: 1px solid #ccc;
}

.calPage .day {
	display: block;
	font-weight: bold;
	font-size: 20px;
	letter-spacing: -2px;
	text-indent: -3px;
	color: #ccc;	
}

.calPage .year {
	line-height: 0.7em;
	display: block;
	letter-spacing: -2px;
	text-indent: -3px;
	color: #666;	
}

.editlink {
	float: right;
}

.info {
	display: block;
	font-size: 0.8em;
	letter-spacing: -1px;
	color: #336633;
	margin: 0 0 15px 0;
}

.infoblock {
	display: block;
	font-size: 0.7em;
	line-height:1.5em;
	color: #336633;
	background: #FFFFCC;
	margin: 25px 0 25px 0;
	padding: 5px 0 5px;
	border-top: 1px dotted #666;
	border-bottom: 1px dotted #666;

}

.tags {
	text-align: right;
	display: block;
	font-size: 0.8em;
	letter-spacing: -1px;
	color: #07c;
	margin: 0 0 30px 0;
}

.gravatar {
  float: left;
  margin: 2px 5px 2px 2px;
  border: 2px solid #666;
  padding: 2px;
}

#content {
	line-height:1.3em;
}

#content h2, h3, h2 a, h3 a {
	color: #cc6600;
	margin: 0 0 8px;
	font-size: 1.1em;
}

#content h2, h3 {
	color: #444;
}

#content h3, h3 a {
clear: both;
	color: #3a7930;
	font-size: 1em;
	margin: 10px 0 5px;
        text-decoration:underline;
}


#content p {
	font-size: 0.8em;
	line-height:1.3em;
	margin: 5px 0 5px;
}

#content ul li {
	padding: 0 0 2px 15px;
	font-size: 0.9em;
	background: url(./images/bullet_blue.gif) no-repeat;
 
}



#content ol li {
  font-size: 0.8em;
	line-height:1.3em;
padding: 5px;
  margin: 10px 0px 0px 50px; 
	 
  
}


#content ol.comment li {
 font-size: 1em;  
padding: 5px;
  margin: 10px 0 10px; 
list-style-type:none;
  
}


/* Kommentare*/

.alt_comment {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

li.author_comment {
  background-color: #d8fbd8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.alert {
  text-align: center;
  padding: 20px; 
  color: #eee;
  background: #393;
}

/* Content Ende */


/* Sidebar */

#sidebar {
	border-left: 1px dotted #333;
	padding: 0 0 0 15px;
	font-size: 0.8em;
	line-height:1.1em;
}

#sidebar h2 {
	color: #993300;
	margin: 10px 0 5px;
	border-bottom: 1px dotted #444;
}

#sidebar li {
	list-style: none;
}

#sidebar ul ul li {
	padding: 0 0 0 15px;
	background: url(./images/bullet_blue.gif) no-repeat;
}

#sidebar #colon {
	overflow: hidden;
}

#sidebar .col {
	width:130px;
	margin:15px 5px 5px;
	padding:0 5px 10px 5px;
	color: #333;
	background: #fefcda url(./images/bg_yellow.gif) repeat-x;
	float:left;
}


/* footer */

#footer {
    font-size: 0.8em;
}

#footer h2 {
  clear: both;
    border-bottom: 1px dotted #444;
    color: #3a7930;
    margin: 10px 0 10px;
}

#footer li {
	list-style: none;
}

#footer ul li {
	padding: 0 0 0 15px;
  margin: 0 0 2px;
	background: url(./images/bullet_blue.gif) no-repeat;
}

#footer .col {
	width:255px;
	margin:15px 15px 5px;
	padding:0px 5px 10px 5px;
	color: #333;
	float:left;
}

#bottom {
clear: both;
text-align:right;
padding: 5px 20px 5px 20px;
  background: #404040;
border-top: 1px solid #444;
color:#FFFFFF;

}

#bottom a {
color:#FFFFFF;
text-decoration:underline;
}

/* Formulare */
form {
  margin: 5px 0 5px;
}

input, textarea {
	background: url(./images/bg-input.jpg) top left repeat-x;
	border: 2px solid #ddd;
	padding: 1px 0;
	margin: 1px;
}

input:focus, textarea:focus {
	background:#ffc;
}

.noborder {
  border: none;
  background: none;
}

label:hover {
	cursor:pointer;
}

/* braucht man immer*/
acronym, abbr, span.caps {
	cursor: help;
}

.rss {
	margin: 0 0 0 1px;
	padding: 2px 2px 2px 18px;
	background: url(./images/feed.gif) no-repeat 0 50%;
	height: 1%;
}

.trackback {
	margin: 0 0 0 1px;
	padding: 2px 2px 2px 18px;
	background: url(./images/arrow_refresh.gif) no-repeat 0 50%;
	height: 1%;
}

.author {
	margin: 0 0 0 1px;
	padding: 2px 2px 2px 18px;
	background: url(./images/user_green.gif) no-repeat 0 50%;
	height: 1%;
	color: #336633;
}

.tag {
	margin: 0 0 0 1px;
	padding: 2px 2px 2px 18px;
	background: url(./images/tag_blue.gif) no-repeat 0 50%;
	height: 1%;
}

.comment {
	margin: 0 0 0 1px;
	padding: 2px 2px 2px 20px;
	background: url(./images/comments.gif) no-repeat 0 50%;
	height: 1%;
}


/* ------------------------------
-- CSS for supported Plugins ---
------------------------------ */

/* ------------
-- myGallery --
------------ */

.myrandompic img {
	margin: 10px 0 0 5px;
	padding:5px;
	border: 3px solid #666;
	background: #fff;
}

.mypicsgallery {
	text-align: left;
}

.mypicsgallery a img {
	border: 2px solid  #666;
	margin: 0;
}

.mypicsgallery a:hover img {
	border: 2px solid #68f;
}

.myinlinepictureleft {
	clear: both;
	margin: 0 5px 0 0;
	padding: 3px;
	border: 3px solid #666;
	float:left;
}

.mygallerygallery {
	height: 150px;
	padding: 10px;
	margin-bottom: 10px;
	border: 2px solid #ddd;
}

.mygallerypreviewpics {
	float: left;
	margin: 10px 10px 10px 0px;
	padding:5px;
	border: 3px solid #666;
	background: #fff;
}

.mygallerydescription {
	padding: 10px 0;
}

/* ------------
-- wp-quotes --
------------ */

#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 {
	list-style-type: none;
	display:inline;
	padding: 1em;
}

/* --------------
---- Pagebar ----
--------------- */

.pagebar 
	{ 
		padding-top: 20px; 
		padding-bottom: 10px; 
		margin: 0 0 0 10px; 
	}

.pagebar a, .pageList .this-page 
	{
		padding: 2px 6px; 
		border: solid 1px #ddd; 
		background: #fff; 
		text-decoration: none;
	}

.pagebar a:visited 
	{
		padding: 2px 6px; 
		border: solid 1px #ddd; 
		background: #fff; 
		text-decoration: none;
	}

.pagebar .break 
	{
		padding: 2px 6px; 
		border: none; 
		background: #fff; 
		text-decoration: none;
	}

.pagebar .this-page 
	{
		padding: 2px 6px; 
		border-color: #999; 
		font-weight: bold; 
		vertical-align: top; 
		background: #fff;
	}

.pagebar a:hover 
	{
		color: #fff; 
		background: #0063DC; 
		border-color: #036; 
		text-decoration: none;
	}

#content a[href^="http://"] {
      background: url(http://ponanza.de/wp-content/themes/dKret/images/link_external.gif) no-repeat center right;
      padding-right: 10px;
text-decoration: underline;
    }
  
    #content a[href^="http://en.ponanza.de"] {
      background: transparent;
      padding-right: 0;
text-decoration: none;
    }

    #content a[href^="http://en.ponanza.de"] {
      background: transparent;
      padding-right: 0;
    }

.page_item {
   
    font-size:1.4em;
 
   }

#subnavi .page_item {

    font-size:1em;
    background: url(http://ponanza.de/wp-content/themes/dKret/images/bullet_go.gif) no-repeat center     left;
    padding-right: 10px;
 
  }

#subnavi .page_item a {
  
    color: #993333;
}

.more-link {
   font-style: italic;
   text-align: right;
   font-size: 0.8em;

}


div.comments {
	font-size: 0.8em;
	}


.kommentator {
font-size:1em;
text-align:right;
margin-bottom:15px;
}	