@CHARSET "UTF-8";
/*
	Theme Name: chk_wp_theme_2
	Theme URI: 
	Description: chk_wp_theme_2
	Version: 0.1
	Author: Christian Karsch
	Author URI: http://www.christiankarsch.de
*/

html{}
body{font-family: sans-serif;}

/*Formatierung von Links*/
.post_content a,
.post_meta    a,
#navtop       a{color:#001188;text-decoration:none;}

.post_content a:hover,
.post_meta    a:hover,
#navtop       a:hover{text-decoration:underline;}

.post_content a:visited,
.post_meta    a:visited,
#navtop       a:visited{/*color:#bb1111;*/}

/*Formatierung des Inhaltes eines Blogbeitrages*/
.post_content code{background-color:#c8c8c8;font-weight:bold;}
.post_content blockquote{border-left:0.5em #aaaaaa solid;margin:0;padding:0 1em 0 0.5em;}
.post_content img{border:0 none;max-width:100%;}
.post_content p{margin:0.75em 0;}
.post_content pre code{display:block;max-height:30em;max-width:100%;overflow:auto;padding:0.4em 0.4em 1.6em 0.4em;white-space:pre;}
.post_content ins{text-decoration:none;}
.post_content h2{font-size:1.4em;text-align:left;}

/*PageBar2*/
.pagebar{text-align:center;}
.pagebar .this-page{font-weight:bolder;}

/*Blogbeitrag*/
#tl_index,
#tl_singel,
#tl_page,
#tl_archiv{}

#tl_index  .post_container,
#tl_singel .post_container,
#tl_page   .post_container,
#tl_archiv .post_container{}
	
#tl_index  .post_title,
#tl_singel .post_title,
#tl_page   .post_title,
#tl_archiv .post_title{font-size:1em;margin:0;}

#tl_index  .post_title a,
#tl_singel .post_title span,
#tl_page   .post_title span,
#tl_archiv .post_title a{color:#000000;font-size:1.6em;text-decoration:none;}
	/* auf singel sind die Title nicht verlingt */
	/* auf page sind die Title nicht verlingt */

#tl_index  .post_title a:hover,
#tl_singel .post_title a:hover,
#tl_archiv .post_title a:hover{text-decoration:underline;}
	/* auf page sind die Title nicht verlingt (siehe oben) */

#tl_index  .post_date_autor,
#tl_singel .post_date_autor,
#tl_archiv .post_date_autor{text-align:right;margin:0.5em 0;}
	/* auf page gibt es keine Angabe zum Autor oder Datum */

#tl_index  .post_date_autor span,
#tl_singel .post_date_autor span,
#tl_archiv .post_date_autor span{font-size:0.8em;}
	/* auf page gibt es keine Angabe zum Autor oder Datum (siehe oben) */

#tl_index  .post_content,
#tl_singel .post_content,
#tl_page   .post_content,
#tl_archiv .post_content{font-size:1em;margin:0.5em 0;text-align:justify;}

#tl_index  .post_meta,
#tl_archiv .post_meta{margin:0;}
	/* auf page gibt es keine Angabe für Meta */
	/* auf singel gibt es NOCH keine Angabe für Meta */

/*Formatirung der Kommentare*/
#comment{max-width:100%;}

/*Größe von Bildern auf maximale Spaltenbreite begrenzen*/
#sidebar1 img,
#sidebar2 img,
#sidebar3 img,
#content  img{max-width:100%;}

/*Widgets*/
#sidebar1 ul,
#sidebar2 ul,
#sidebar3 ul{margin:0;padding:0;}

.widget{margin:0 0 1em 0;list-style-type:none;padding:0;}
.widget h2{cursor:default;margin-bottom:0.1em;}
.widget ul{}
.widget ul li{margin:0;list-style-type:none;padding:0;}
.widget a{color:#000000;text-decoration:none;}
.widget a:hover{text-decoration:underline;}

/*Widget - Seiten*/
.widget_pages{}
.widget_pages h2{}
.widget_pages ul{margin-left:1em;}
.widget_pages ul li{}
.widget_pages ul li a{}

/*Widget - Kategorien*/
.widget_categories{}
.widget_categories h2{}
.widget_categories ul{margin-left:1em;}
.widget_categories ul li{color:#666666;cursor:default;}
.widget_categories ul li a{color:#000000;}

/*Widget - Mata*/
.widget_meta{}
.widget_meta h2{}
.widget_meta ul{margin-left:1em;}
.widget_meta ul li{}
.widget_meta ul li a{}

/*Widget - Tags*/
.widget_tag_cloud{}
.widget_tag_cloud h2{}
.widget_tag_cloud div{cursor:default;text-align:justify;}
.widget_tag_cloud div a{}

/*Widget - Ereignisse*/
#countdown-widget{}
#countdown-widget h2{}
#countdown-widget ul{}
#countdown-widget ul li{margin-top:0.5em;}
#countdown-widget ul li a{}
#countdown-widget ul li a strong{}
#countdown-widget ul li abbr{}
#countdown-widget ul li abbr span{}

/*Widget - Twitter 1 (class:"widget_twitter" id:"twitter-1")*/
/*li*/ .widget_twitter{}
	/*h2*/ .widget_twitter .widgettitle{}
	/*ul*/ .widget_twitter .twitter{}
		/*li*/ .widget_twitter .twitter .twitter-item{margin-top:1em; text-align:justify;}
			/*a*/ .widget_twitter .twitter .twitter-item .twitter-link{}
			/*span*/ .widget_twitter .twitter .twitter-item .twitter-timestamp{color:#666666;}
				/*abbr*/ .widget_twitter .twitter .twitter-item .twitter-timestamp abbr{}


/*Widget - RSS 1 (Mein Twitter)*/
#rss-1{text-align:justify;}
#rss-1 h2{}
#rss-1 h2 a{}
#rss-1 ul{}
#rss-1 ul li{margin-top:0.5em;}
#rss-1 ul li a{}

/*--------------------textgestaltung--------------------*/
p{}
h1,h2,h3,h4,h5,h6{}
acronym, abbr, span.caps {cursor: help;}
acronym, abbr {}
blockquote {}
blockquote cite {}
hr {}
dl{}
dt{}
dd{}
ul{}
ol{}
li{}
ul ul{}
blockquote{}
blockquote p{}
code{}
pre{}
b, strong,i,em {}
img{}
address {}
/*--------------------linkgestaltung--------------------*/
a {}
a:link {}
a:visited {}
a:link:focus{}
a:link:hover, a:visited:hover {}
a:link:active, a:visited:active {}
/*--------------------bilder als links--------------------*/
a img{}
a:link img {}
a:visited img {}
a:link:active img, a:visited:active img {}
/*--------------------smilies im text--------------------*/
body img.wp-smiley{}
/*--------------------der weiterlesen link--------------------*/
.more-link{}
/*--------------------die seiten wenn es mehrere gibt--------------------*/
p.serif{}
/*--------------------suche--------------------*/
#searchform{}
input#s{}
input#searchsubmit{}
/*--------------------Kommentare--------------------*/
.alt {}
.commentlist {}
.nocomments {}
 .commentlist li {}
.commentlist cite, .commentlist cite a {}

.commentlist p {}
#commentform p {}
.commentmetadata {}
#commentform input {}
#commentform textarea {}
#commentform #submit {}
/*--------------------fuer den wp kalender--------------------*/
 #wp-calendar th {}
#wp-calendar {empty-cells: show;}
#wp-calendar #next a {}
#wp-calendar #prev a {}
#wp-calendar a {}
#wp-calendar caption {}
#wp-calendar td {}
#wp-calendar td.pad:hover {}
/*-------------------- widgets---------------------*/
h2.widgettitle{}
.widget {}
/*--------------------Archive--------------------*/
li#archives{}
.widget_archives{}
/*--recent posts--*/
li#recent-posts{}
.widget_recent_entries{}
/*--------------------text widget--------------------*/
li.widget_text{}
/*--id haengt von der nummer des text widgets ab*/
li#text-4{}
div.textwidget{}
/*--------------------links blogroll--------------------*/
li#links{}
.widget_links{}
/*--------------------kategorien--------------------*/
li#categories{}
.widget_categories{}