/*
Theme Name: kabel-blog.de
Theme URI: http://www.netzideen-gmbh.de/
Description: Individuelles Theme. Empfohlene Plugins: wp-hide-categories.1.0 / twitter-tools.2.4 / -logic.0.48 / get-recent-comments.2.0.6 / wp-tweet-button / sociable.3.5.2 / categorycustomfields / breadcrumb-navxt.3.9.0 / fancybox-plus.1.0.zip / advanced-tinymce-configuration.1.0 / tinymce-advanced.3.3.9.2 / facebook-fan-box.1.6.0
Version: 1.4
Author: netzideen
Author URI: http://www.netzideen-gmbh.de/
*/

/** reset **/
body,img,p,div,ul,li,table,tbody,tr,th,td,fieldset,textarea,h1,h2,h3,h4,h5,h6,select,input,form,span,dl,dt,dd,a {
  background-image: none;
  background-color: transparent;
  border: none;
  margin: 0;
  outline: none;
  padding: 0;
  text-align: left;
}

td { vertical-align: top; }
p { line-height:1.5; }
img { border: none; }
dt,dd 	{ font-weight:normal; }
.clear {
  background-image: none;
  background-color: transparent;
  border: none;
  clear: both;
  font-size: 0px;
  line-height: 0px;
  margin: 0;
  outline: none;
  padding: 0;
  text-align: left;
}

/** styles **/
body { width: 100%; font-size: 12px; font-family: arial, helvetica, sans-serif; display: inline-block;}
span.bold { font-weight: bold; }
h1 { font-size: 35px; color: #00aad7; }
h2 { font-size: 22px; color: #00648c; line-height: 100%; margin: 20px 0 10px 0;}
h3 { font-size: 18px; color: #00648c; line-height: 100%; }
h4 { font-size: 14px; margin-top: 15px; }
a { color: #00aad7; text-decoration: underline; }
a:hover { text-decoration: none; }
.grau { color: #8d8d8c; }
.alignleft { float: left; }
.alignright { float: right; }
.aligncenter, div.aligncenter { display: block; margin: 5px auto 5px auto !important; }
.post p.alignleft { float: left; margin-right: 15px; }
img.alignright { border: 1px solid #CCCCCC; margin: 5px; }
.post .wp-caption { border: 1px solid #7F7F7F; margin: 6px 10px 10px 0px; padding: 7px 3px 3px 3px; text-align: center;}
.post .wp-caption.alignright { margin: 21px 0px 41px 41px;}
.post .wp-caption .wp-caption-text { padding-left: 7px; padding-right: 7px; font-size: 10px;} 
p.alignright,p.alignleft { margin: 0; }
div#_main div.post p.picturesub { line-height: 16px; margin-bottom: 23px; clear: both; color: #818180; font-size: 11px; margin-top: 0; }

/** layout **/
#wrapper { width: 1080px; margin: 0 auto; position: relative; }

#header, 
#center { margin-left: 60px; }
#header { margin-top: 8px; }
#header .logo_kabel-blog { float: left; width:276px; height: 90px; background: url(img/sprites.png) no-repeat 0px -569px; }
#header .textwidget { float: right; }


#menu { margin-top: 10px; background: url('img/sprites_wide.png') no-repeat 0px 0px; width: 884px; height: 48px; }

#center { width: 884px; float: left; }

#skyscraper { display: inline-block; padding-left: 16px; margin-top: 10px; width: 120px; float: right; }

#content {margin-top: 12px;}
#content_main { width: 652px; float: left;}
.page-template-page-full-php #content_main { width: 880px; }
#breadcrump { font-size: 13px; color:#7f7f7f; margin-bottom: 3px;}



/** sidebar **/
#sidebar { width: 217px; margin-left: 666px; padding-top: 22px;}

#sidebar .widget { 
	-moz-border-radius: 11px;
	border-radius: 11px;
	behaviour: url('js/border-radius.htc');
	
	background-image: -webkit-gradient( linear, left bottom, left top, from(rgb(210,210,210)), to(rgb(248,248,248)) );
	background-image: -moz-linear-gradient( bottom, rgb(210,210,210), rgb(248,248,248) );
	background-image: -webkit-linear-gradient( bottom, rgb(210,210,210), rgb(248,248,248) ); 
	background-image: -o-linear-gradient(bottom, rgb(210,210,210),rgb(248,248,248));
	background-image: -ms-linear-gradient(bottom, rgb(210,210,210),rgb(248,248,248));
	background-image: linear-gradient(bottom, rgb(210,210,210),rgb(248,248,248));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f8f8f8, endColorstr=#d2d2d2);
 	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#f8f8f8, endColorstr=#d2d2d2)";    
	background-color: #f8f8f8;
	
	-moz-box-shadow: 0px 2px 4px #969696;
	-webkit-box-shadow: 0px 2px 4px #969696;
	box-shadow: 0px 2px 4px #969696;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#969696', Direction=0, Strength=2);
}

#sidebar .widget ul { margin: 0px 18px; padding-bottom: 13px; list-style-type: none; }
#sidebar #twitter-tools {
	background-image: -webkit-gradient( linear, left bottom, left top, from(rgb(0,62,102)), to(rgb(0,100,140)) );
	background-image: -moz-linear-gradient( bottom, rgb(0,62,102), rgb(0,100,140) );
	background-image: -webkit-linear-gradient( bottom, rgb(0,62,102), rgb(0,100,140) ); 
	background-image: -o-linear-gradient(bottom, rgb(0,62,102),rgb(0,100,140));
	background-image: -ms-linear-gradient(bottom, rgb(0,62,102),rgb(0,100,140));
	background-image: linear-gradient(bottom, rgb(0,62,102),rgb(0,100,140));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00648c, endColorstr=#003e66);
 	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00648c, endColorstr=#003e66)";    
	background-color: #00648c;
	
	
}
#sidebar #twitter-tools h3 { color: white; }
#sidebar #twitter-tools h3 .icon { background-position: -47px -401px; }
#sidebar #twitter-tools p.aktt_credit { display: none; }
#sidebar #twitter-tools ul { font-size: 11px; color: #fff; line-height: 100%; }
#sidebar #twitter-tools ul li { margin-bottom: 10px; }
#sidebar #twitter-tools li.aktt_more_updates a { color: #fff; }
#sidebar #twitter-tools #aktt_tweet_form { display: none; }
/* .menu-kabelanbieter-container { background-image: url('img/sidebar_provider.png'); height: 194px; }
.menu-themen-container { background-image: url('img/sidebar_topics.png'); height: 329px; }
#get-recent-comments { background-image: url('img/sidebar_comments.png'); height: 303px; }
#sidebar #facebook-fan-box { background-image: url('img/sidebar_facebook.png'); height: 110px; } */
#sidebar .widget { margin-bottom: 17px; }


#sidebar .widget .icon { vertical-align: bottom; margin-right: 7px; background: url('img/sprites.png') no-repeat -24px -401px; width: 20px; height: 22px; display: inline-block; }
/** CSS3 with IE hack **/
#sidebar .widget h3 { padding: 13px 13px;  font-family: 'apnewmed'; color: #00aad7; font-size: 20px; font-weight: normal; }

#sidebar .widget_recent_entries a {
	color: #00648C;
	text-decoration: none;
	display: block;
	margin-bottom: 10px;
}

@font-face {
    font-family: 'apnewmed';
    src: url('fonts/anm-webfont.eot');
    src: url('fonts/anm-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/anm-webfont.woff') format('woff'),
         url('fonts/anm-webfont.ttf') format('truetype'),
         url('fonts/anm-webfont.svg#ApexNewMedium') format('svg');
    font-weight: normal;
    font-style: normal;
}
#sidebar #facebook-fan-box.widget h3 { display: none; }

.menu-kabelanbieter-container a, .menu-themen-container a,
.menu-kabelanbieter-container a, .menu-themen-container a,
.menu-kabelanbieter-container a, .menu-themen-container a  { color: #00648c; text-decoration: none; font-size: 14px; line-height: 22px; }
.menu-kabelanbieter-container a:hover, 
.menu-themen-container a:hover { color: #00aad7; text-decoration: underline; }
.menu-themen-container .menu-item-type-custom a { font-size: 11px; line-height: 30px; color: #00aad7; text-decoration: underline; }
#get-recent-comments a { font-size: 11px; line-height: 13px; text-decoration: none; color: #000; }
#get-recent-comments a .title { font-weight: bold; color: #00648c; }
#get-recent-comments li { padding: 6px 0px; border-bottom: 1px solid #fff; }
#get-recent-comments li:last-child { border-bottom-width: 0px; }

.socialbar {
	float: right;
	position: fixed;
	margin-left: -110px;
}
#buttonbar { top: 188px;  position: fixed; left: 0; width: 58px; }
#buttonbar a { 
    display: block;
    height: 50px;
    text-decoration: none;
    width: 58px; 
}
#buttonbar .rss {
	background: url('img/sprites.png') no-repeat -136px -101px;
	margin-bottom: 16px;
}
#buttonbar .rss:hover {
	background: url('img/sprites.png') no-repeat -116px 0px;
}
#buttonbar .twitter {
	background: url('img/sprites.png') no-repeat -66px -101px;
}
#buttonbar .twitter:hover {
	background: url('img/sprites.png') no-repeat 0px -101px;
}
#buttonbar h3 { display: none; }

/** footer **/
#wrapper_footer { 
	background-image: -webkit-gradient( linear, left bottom, left top, from(rgb(0,62,102)), to(rgb(0,100,140)) );
	background-image: -moz-linear-gradient( bottom, rgb(0,62,102), rgb(0,100,140) );
	background-image: -webkit-linear-gradient( bottom, rgb(0,62,102), rgb(0,100,140) ); 
	background-image: -o-linear-gradient(bottom, rgb(0,62,102),rgb(0,100,140));
	background-image: -ms-linear-gradient(bottom, rgb(0,62,102),rgb(0,100,140));
	background-image: linear-gradient(bottom, rgb(0,62,102),rgb(0,100,140));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00648c, endColorstr=#003e66);
 	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00648c, endColorstr=#003e66)";    
	background-color: #00648c;
}
#footer { padding-top: 25px; margin: 0px auto; width: 1080px; background: url('img/sprites_wide.png') no-repeat 0px -48px; }
#footer .footer_block { padding-left: 20px; padding-bottom: 12px; float: left; width: 131px; }
#footer .footer_block ul { list-style: none; }
#footer .footer_block:first-child { margin-left: 40px; }
#footer .footer_block:last-child { border-right-width: 0px;  }
#footer .menu-kabelanbieter-container a { font-size: 12px; }
#footer .menu-kabelanbieter-container { background-image: none; height: auto;  }
#footer #footer_wrapper { display: inline-block; background: url('img/sprites_repeat-y.gif'); background-repeat: repeat-y; }
#footer h3 { font-size: 15px; color: #00aad7; font-weight: normal; margin-bottom: 20px; }
#footer .footer_block a,
#footer_copyright_social a { color: #fff; text-decoration: none; line-height: 17px;}
#footer_copyright_social a { margin-right: 20px; }
#footer_copyright_social a { margin-right: 20px; }
#footer_copyright_social a.footer_copyright_social_last { margin-right: 0px; }
#footer_copyright_social { margin-top:  5px; }
#footer_copyright { width: 878px; color: #fff; margin-left: 60px; border-top: 1px solid #00aad7; margin-top: 22px; padding-top: 8px; }
#footer_copyright_subline .footer_highlight { color: #00aad7; }
#footer_copyright_subline { width: 500px; float: left; margin: 10px 0; }
#footer_copyright_social { float: right; }
#footer_copyright_social .footerbutton { vertical-align: middle; display: inline-block; height: 27px; background: url('img/sprites.png') no-repeat; }

#footer_copyright_social .rss_feed { width: 24px; background-position: -236px -41px; margin-left: 2px; }
#footer_copyright_social .twitter { width: 20px; background-position: -238px -7px; margin-left: 1px;  }
#footer_copyright_social .facebook { width: 30px; background-position: -235px -79px; margin-left: 3px; }

#archives { width: 878px; border-top: 1px solid #d9d9d9; line-height: 17px; padding-top: 18px; margin-bottom: 31px; margin-top: 37px; }
#archives a, #archives span { color: #00aad7; margin: 0px 12px; }

/** menu **/
#menu_wrapper { background: url('img/sprites_repeat-x.png') 0 0px repeat-x; width: 100%; height: 44px; }
#menu ul { list-style: none; margin: 0; padding: 0; }
#menu ul { position: relative; z-index: 597; float: left; height: 45px; }
#menu ul a { text-decoration: none; }
#menu ul li {
 float: left;
 vertical-align: middle;
 border-left: 1px solid #003c64;
 border-right: 1px solid #00648c;
 color: #fff;
 background-image: url('img/sprites_repeat-x.png');
 font-family: arial;
 font-size: 12px;
 line-height: 100%;
}

#menu ul li.hover,
#menu ul li:hover {
 position: relative;
 z-index: 599;
 cursor: default;
 background: url('img/sprites_repeat-x.png') 0 -45px repeat-x;
 color: #fff;
}
#menu ul#searchbar { float:right; }
#menu ul#searchbar li { float:right; background: url('img/sprites.png') no-repeat 0px -159px; height: 12px; border-width: 0px; width: 180px; padding: 0px; height: 44px; width: 225px; }
#menu ul#searchbar li input { display: block; }
#menu ul#searchbar li input.search_text { float:left; font-size: 12px; padding: 1px 7px; margin: 3px 5px 0px 16px; height: 21px; width: 127px; background: url('img/sprites.png') -71px -402px no-repeat; }
#menu ul#searchbar li input.search_submit { color: #fff; margin: 8px 0px 0px 0px; background: url('img/sprites.png') -48px -368px  no-repeat; width: 46px; height: 26px; padding-left: 10px; cursor: pointer; }
#menu ul#searchbar li input.search_submit:hover { background: url('img/sprites.png') 0px -368px  no-repeat; }


#menu ul#searchbar .search_text { color: #a1a1a1; }

#menu ul ul {
 visibility: hidden;
 position: absolute;
 top: 100%;
 left: -4px;
 z-index: 598;
 width: 100%;
 width: 210px;
}

#menu ul ul li {
 float: none;
 font-weight: normal;
 border: none;
 line-height: 100%;
 margin: 0;
 padding: 0px;
 background: url('img/sprites.png') no-repeat 0px -427px;
}

#menu ul ul li:last-child { background: url('img/sprites.png') no-repeat 0px -456px; height: 35px; }

#menu ul ul li:last-child:hover { background: url('img/sprites.png') no-repeat 0px -526px; }
#menu ul ul li:hover 		{ background: url('img/sprites.png') no-repeat 0px -497px; }
#menu ul ul li:hover a 		{ color: #00aad7; }
#menu ul#menu-hauptmenu ul li a { display: block; padding: 6px 24px 5px; border-bottom: 1px solid #40c0e1; margin: 0 4px; line-height: 1.5; }
#menu ul#menu-hauptmenu ul li:last-child a { border-bottom: 0 none; }
#menu ul#menu-hauptmenu a { display: inline-block; padding: 16px 16px; }

#menu ul ul ul 				{ left: 99%; }
#menu ul li:hover > ul 		{ visibility: visible; }
#menu ul ul a,
#menu ul.dropdown ul a:hover { color: #003c64; }
#menu ul a, #menu ul a:hover { color: #fff; }

#menu ul#menu-hauptmenu { border-right: 1px solid #003C64; height: 44px; }

#menu ul li.home { padding: 0; border: 0; background-image: none; }
#menu ul li.home a { display: block; }
#menu ul li.home a .home_inner { width:49px; height: 45px; }
#menu ul li.home a#home_in { background: url('img/sprites.png') no-repeat -58px 0px; }
#menu ul li.home a#home_out { background: url('img/sprites.png') no-repeat 0px -54px; }
#menu ul li.home a#home_out:hover { background: url('img/sprites.png') no-repeat 0px 0px; }

/** index **/
#provider { width: 670px; margin-left: -5px; margin-top: 17px; }
#provider h1 { margin-left: 5px; margin-bottom: 10px; }
#provider .provider_box { float: left; margin-bottom: 12px; margin-right: 12px; background: url('img/sprites.png') 0px -213px no-repeat; height: 151px; width: 214px;}
#provider .provider_box_last { margin-right: 0px; }
#provider .provider_box a.button { margin-left: 15px; margin-top: 24px; }

#provider .provider_box div { margin-left: 15px; margin-top: 16px; background: url(img/sprites_logos.png) no-repeat; width: 186px; height:61px; }
#provider .provider_box .provider_logo_kabel-deutschland 	{ background-position: 0px -183px; }
#provider .provider_box .provider_logo_kabel-bw				{ background-position: 0px -122px; }
#provider .provider_box .provider_logo_primacom				{ background-position: 0px -244px; }
#provider .provider_box .provider_logo_unitymedia			{ background-position: 0px -61px; }
#provider .provider_box .provider_logo_telecolumbus			{ background-position: 0px 0px; }
#provider .provider_box .provider_logo_sky					{ background-position: 0px -305px; }


#post_topnews { border-bottom: 3px solid #d9d9d9; }
#post_topnews h1,
#post_topnews .post_social { display: inline-block; height: 48px; }
#post_topnews .post_social { float:right; text-align: right; padding-top: 12px;height: 17px; }
#post_topnews .wp-post-image { margin-bottom: 26px; width: 317px; height: auto; float: left; margin-top: 3px; }
#post_topnews .post_category { display:inline; margin-left: 9px; }
#post_topnews .post_category a { color: black; text-decoration: none; }
#post_topnews .post_topnews_excerpt { margin-bottom: 26px; float: right; width: 312px; }
#post_topnews h2 { margin-top: 1px; }
#post_topnews h2 a,
#posts_news h2 a { text-decoration: none; }

#posts_news { margin-top: 17px; border-bottom: 3px solid #d9d9d9; }
#posts_news h1 { margin-bottom: 14px; }
#posts_news h2 { margin-bottom: 10px; }
#posts_news h3 { font-weight: normal; font-size: 12px; margin-top: 15px; color: #000; }
#posts_news img { margin-top: 16px; width:203px; height: 138px; }
#posts_news .block { margin-bottom: 29px; background: url('img/newsblock-line.gif') no-repeat 0% 100%; }
#posts_news .block.last { background: none; margin-bottom: 0; }
.block { height: 100%; clear: both; }


/** single **/
.post h1 { line-height: 36px; margin-top: 6px; }
.post_meta,
.post_meta_bottom { border: 1px solid #d9d9d9; border-width: 1px 0px; }
.post_meta { margin: 14px 0px; padding: 8px 0px; }
.post_meta .post_date { display:inline; margin-right: 7px; }
.post_author,
.post_comments { display:inline; margin-right: 7px; margin-left: 9px; }
.google {text-align:center; margin-bottom: 12px; padding-top: 4px;}
div.post div.post_content p { margin-top: 10px; }
.post h3 { margin: 22px 0px; }
.post p { margin: 6px 0px; }
.post .entry ul { margin: 6px 30px; }
.post .entry ul li { margin: 10px 0px; font-size: 15px; }
.post .entry h2 { margin: 20px 0 0 0;  }
.post .wp-post-image, .entry p img { float: left; margin: 5px 20px 10px 0px; }
.post img { /* margin: 0px 10px 0px 0px;*/}
.post img.alignright { margin: 5px 20px 10px 20px !important;}
.post .post_excerpt { font-weight: bold; color: #003c64; }
.post .sociable { margin: 0; display: inline-block; }
.post_meta_bottom { margin: 7px 0px 20px 0px; padding: 8px 0px 5px 0px; }
.socials { height: 20px; float: right; margin-top: -2px; }
div.socials div#___plusone_0 { float:left !important; }
div.socials div.wpfblike { float:left; }
.post_last { margin-right: 0px !important; }

#google_ads_div_KabelBlog-Beitrag_ad_container { text-align: center; }
.contentas {clear:both; overflow: auto; width: 100%; padding: 8px; margin-bottom: 8px;border-bottom: 1px solid #d9d9d9; border-top: 1px solid #d9d9d9;}
#google_ads_div_kabelblog-beitrag-unten_ad_container { text-align: center; }

/*.posts_news */
.post_bottom { /* height: 380px !important; border-bottom-width: 0px !important;*/ padding-bottom: 0px !important; margin-bottom: 24px !important; }
.post_more { line-height: 15px; }
.post_more_news { font-size: 11px; line-height: 17px; }
.post_teaser { margin-top: 16px; }
.post_news { margin-right: 20px; width: 203px; /*height: 525px;*/ float: left; padding-bottom: 23px; /*border-bottom: 1px solid #d9d9d9;*/ min-height: 100%; }
.post_news_single { margin-right: 18px; width: 205px; float: left; margin-bottom: 29px; padding-bottom: 23px;  }
.post_date { margin-top: 9px; display: block; }
.post_topnews_excerpt .post_date { margin-top: 0px; margin-right: 8px; display: inline-block; }
.post .attachment-post-thumbnail { width:300px; height: auto; }
.post_tail ul { margin: 10px 40px; }

.post h2 a { text-decoration: none; margin-bottom:15px; }
#posts_related { border-bottom: 1px solid #d9d9d9; }
#posts_related h2 { margin-bottom: 6px; }
#posts_related h2 a { color: #00648c; text-decoration: none; }
#posts_related .post_date { margin-top: 13px; }
#posts_related .post_news { border-width: 0px; margin-bottom: 0px; padding-bottom: 20px; }
.post_more p { display: inline; }

#posts_news h2,
#posts_related h2,
#posts_older h3 { font-size: 15px; font-weight: normal; line-height: 17px; }

#posts_older { border-bottom: 1px solid #d9d9d9; padding-bottom: 12px; margin-top: 22px;  margin-bottom:23px; }
#posts_older h3 { margin: 19px 0px 8px 0px; height: 19px; padding-top: 1px;  }
#posts_older h3 .icon { margin-right: 4px; display: inline-block; height: 20px; width: 20px; vertical-align: text-bottom; background: url('img/sprites.png') 0px -403px no-repeat; }
#posts_older a { line-height: 130%; margin-bottom: 6px; display: inline-block;  }
#posts_older .posts_list { float: left; width: 149px; margin-right: 18px; }
#posts_older .posts_list_last.posts_list { margin-right: 0px; }

.commentlist { margin-bottom: 23px; padding-bottom: 8px; border-bottom: 1px solid #d9d9d9; }
.commentlist p { margin-top: 7px; margin-bottom: 14px; }
.comment_author { color: #00AAD7; }
.commentlist a.comment_anchor { display: none; }
/** form **/
#commentform { margin-top: 11px; }
#commentform input,
#commentform textarea { border: 1px inset #d9d9d9; width: 430px; }
#commentform textarea { font-family: arial; font-size: 14px; height: 128px; }
#commentform input { height: 22px; margin-bottom: 7px; font-size: 14px;}
#commentform label { margin: 1px 0px 3px 0px; display: inline-block; }
#commentform input#submit { font-size:13px; text-align: center; width:90px; height: 40px; border-width: 0; background: url('img/sprites.png') no-repeat -58px -51px transparent; color: white; cursor: pointer; margin:5px 0px 14px 0px; }
#commentform p.comment_logininfo { margin-bottom: 6px; }

/** fancybox **/
div#fancybox-content,
div#fancybox-outer,
div#fancybox-wrap { -moz-border-radius: 6px; -khtml-border-radius: 6px; }
img#fancybox-img { margin-top: 22px; }
a#fancybox-close { height:23px; top: 3px; right: 4px; background: url("img/fancybox_custom.png") repeat scroll -40px 0 transparent; }
div#fancybox-title { top:7px; font-weight: bold; height: 30px; bottom: auto !important; color: #00aad7; }
div#fancybox-title-over { background: none; display: inline-block; padding:0; }
span#fancybox-left-ico,
span#fancybox-right-ico { background-image: url("img/fancybox_custom.png"); width: 34px; height: 34px; }
span#fancybox-left-ico { background-position: -40px -23px; }
span#fancybox-right-ico { background-position: -40px -57px; }

a.fancyboxgroup { position: relative; }
div.zoom_icon { background: url("img/zoom_icon.png") no-repeat bottom right; margin-left: 5px; position: absolute; width: 100%; opacity: 0; }


/** archiv **/
.archive .post{  border-top: 1px solid #d9d9d9; padding: 10px 0 20px 0; }
.archive .post h2 { font-size: 22px; color: #00648c; line-height: 120%; margin-bottom: 5px; }
.archive .pagebar { text-align: center; padding-bottom: 10px; padding-top: 30px; border-top: 3px solid #d9d9d9; margin-top: 8px; }
.archive .pagebar .this-page { color: #00AAD7;  font-size: 18px; font-weight: bold; vertical-align: middle; margin: 0 8px 0 5px; }
.archive .pagebar a { margin-right: 4px; }

#archiv h2 { text-transform: uppercase; font-size:15px; }
#archiv #rubriken,
#archiv #tags,
#archiv #autorenliste  { padding:30px 0; border-bottom: 2px solid #00AAD7; }
#archiv #archiv-monate { padding:30px 0; }
#archiv ul { margin: 20px 0; list-style-type: none; }
#archiv ul li { display: inline-block; line-height: 1.8; margin-right: 10px; }
#archiv #autorenliste ul li,
#archiv #archiv-monate ul li { display: block; }
#archiv #archiv-monate ul li { float:left; width: 185px;  line-height: 24px; }



/** multi **/

#post_topnews .post_topnews_more p,
#post_topnews .post_topnews_more a, 
.post .post_content p,
.post .post_content,
.entry p { margin-top: 12px; font-size: 15px; line-height: 20px; }

#posts_news .post_category, .post .post_category, .post_news .post_category a { padding: 2px 4px; font-size: 17px; font-weight: bold; background-color: #00aad7; color: #fff; display: inline; }
.post_category a { text-decoration: none; }

#breadcrump a { text-decoration: none; color: #7f7f7f; }
#breadcrump a:hover { text-decoration: underline; }

.pagebar a,
a.button { 
	display: inline-block;
	box-shadow: 0px 1px 3px #888888; -moz-box-shadow: 0px 1px 3px #888888; -webkit-box-shadow: 0px 1px 3px #888888;
	border-radius: 5px;	-moz-border-radius: 5px; -webkit-border-radius: 5px;
	height: 17px;
	padding: 8px 12px 6px 12px;
	background: url('img/sprites_repeat-x.png') 0px -90px repeat-x; 
	color: white; 
	text-decoration: none; 
}
.pagebar a:hover,
a.button:hover { 
	background: url('img/sprites_repeat-x.png') repeat-x 0 -123px; 
}



/** Tables Reloaded **/

.wp-table-reloaded {
	border-collapse: separate;
	border-spacing: 1px;
	background-color: #CDCDCD;
	margin: 10px 0px 15px 0px;
	font-size: 8pt;
	width: 100%;
	text-align: left;
}
.wp-table-reloaded th {
	background-color: #E6EEEE;
	border: 1px solid #FFFFFF;
	padding: 4px;
	color: #3D3D3D!important;
}
.wp-table-reloaded td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFFFFF;
	vertical-align: top;
}
.wp-table-reloaded .even td {
	background-color: #FFFFFF;
}
.wp-table-reloaded .odd td {
	background-color: #F0F0F6;
}
.wp-table-reloaded .row-hover tr:hover td {
	background-color: #D0D0D6!important;
}
.wp-table-reloaded-table-description {
	clear: both;
	display: block;
}


.wp-table-reloaded .header {
	background: #E6EEEE url(../img/bg.gif) no-repeat center right;
	cursor: pointer;
}
.wp-table-reloaded .headerSortUp {
	background: #8DBDD8 url(../img/asc.gif) no-repeat center right;
}

.wp-table-reloaded .headerSortDown {
	background: #8DBDD8 url(../img/desc.gif) no-repeat center right;
}


/* Global CSS definitions for WP-Table Reloaded
inspired by "blue" theme of TableSorter 2.0 Plugin */

/* on how to change column widths, see below */

/* general table styles */
table.wp-table-reloaded {
	font-family:arial;
	background-color: #CDCDCD;
	margin:10px 0pt 15px;
	font-size: 8pt;
	width: 100%;
	text-align: left;
}

/* Styles for the tablehead (<th>) (if enabled) */
table.wp-table-reloaded thead tr th, table.wp-table-reloaded tfoot tr th {
	background-color: #e6EEEE;
	border: 1px solid #FFF;
	font-size: 8pt;
	padding: 4px;
}

table.wp-table-reloaded thead tr .header {
	background-image: url(http://kabel-blog.de/wp-content/plugins/wp-table-reloaded/img/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}

table.wp-table-reloaded tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
}


/* Styles for alternating row colors (if enabled) */
table.wp-table-reloaded tbody tr.even td {
	background-color:#FFFFFF;
}
table.wp-table-reloaded tbody tr.odd td {
	background-color:#F0F0F6;
}


/**************************************/
/* how to change column widths :
you can access a column with its CSS-class
(that is ".column-" plus the number of the column)
use table.wp-table-reloaded to do your change for every table, or use
table.wp-table-reloaded-id-<id> for just a single table (with ID <id>)

example: this changes the width of the third column of table ID 5 to 25px:


table.wp-table-reloaded-id-5 .column-3
{
	width: 25px;
}

*/


/* Styles for the sorting (if Tablesorter is enabled) */
table.wp-table-reloaded thead tr .headerSortUp {
	background-image: url(http://kabel-blog.de/wp-content/plugins/wp-table-reloaded/img/asc.gif);
}
 
table.wp-table-reloaded thead tr .headerSortDown {
	background-image: url(http://kabel-blog.de/wp-content/plugins/wp-table-reloaded/img/desc.gif);
}

table.wp-table-reloaded thead tr .headerSortDown, table.wp-table-reloaded thead tr .headerSortUp {
	background-color: #8dbdd8;
}


/* Style for the Table Name (in <h2>-Tag) (if printed above the table) */
h2.wp-table-reloaded-table-name {
	font-size: 16px;	
}

/* Style for the Table Description (if printed under the table) */
span.wp-table-reloaded-table-description {
	font-size: 10px;	
}

//** Twitter Tools **//
#aktt_tweet_form {
	margin: 0;
	padding: 5px 0;
}
#aktt_tweet_form fieldset {
	border: 0;
}
#aktt_tweet_form fieldset #aktt_tweet_submit {
	float: right;
	margin-right: 10px;
}
#aktt_tweet_form fieldset #aktt_char_count {
	color: #666;
}
#aktt_tweet_posted_msg {
	background: #ffc;
	display: none;
	margin: 0 0 5px 0;
	padding: 5px;
}
#aktt_tweet_form div.clear {
	clear: both;
	float: none;
}


/** Sociable **/
div.sociable { margin: 16px 0; }

span.sociable_tagline { position: relative; }
span.sociable_tagline span { display: none; width: 14em; }
span.sociable_tagline:hover span {
	position: absolute;
	display: block;
	top: -5em;
	background: #ffe;
	border: 1px solid #ccc;
	color: black;
	line-height: 1.25em;
}
.sociable span {
	display: block;
}
.sociable ul {
	display: inline;
	margin: 0 !important;
	padding: 0 !important;
}
.sociable ul li {
	background: none;
	display: inline !important;
	list-style-type: none;
	margin: 0;
	padding: 1px;
}
.sociable ul li:before { content: ""; }
.sociable img {
	float: none;
	width: 16px;
	height: 16px;
	border: 0;
	margin: 0;
	padding: 0;
}

.sociable-hovers {
	opacity: .4;
	-moz-opacity: .4;
	filter: alpha(opacity=40);
}
.sociable-hovers:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}

/** Shortcodes **/
.kd_tipp_small {
	display: block;
	width: 600px;
	padding: 10px 10px 10px 10px;
	margin: 0 0 5px 0;
	border: 1px solid #dddddd;
	color: #ffffff;
	background-image: -webkit-gradient( linear, left bottom, left top, from(rgb(0,62,102)), to(rgb(0,100,140)) );
background-image: -moz-linear-gradient( bottom, rgb(0,62,102), rgb(0,100,140) );
background-image: -webkit-linear-gradient( bottom, rgb(0,62,102), rgb(0,100,140) );
background-image: -o-linear-gradient(bottom, rgb(0,62,102),rgb(0,100,140));
background-image: -ms-linear-gradient(bottom, rgb(0,62,102),rgb(0,100,140));
background-image: linear-gradient(bottom, rgb(0,62,102),rgb(0,100,140));
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00648c, endColorstr=#003e66);
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00648c, endColorstr=#003e66)";
background-color: #00648C;
font-size: 15px;
}

.kd_tipp {
	display: block;

	padding: 10px 10px 10px 10px;
	margin: 0 0 5px 0;
	border: 1px solid #dddddd;
	color: #ffffff;
	background-image: -webkit-gradient( linear, left bottom, left top, from(rgb(0,62,102)), to(rgb(0,100,140)) );
background-image: -moz-linear-gradient( bottom, rgb(0,62,102), rgb(0,100,140) );
background-image: -webkit-linear-gradient( bottom, rgb(0,62,102), rgb(0,100,140) );
background-image: -o-linear-gradient(bottom, rgb(0,62,102),rgb(0,100,140));
background-image: -ms-linear-gradient(bottom, rgb(0,62,102),rgb(0,100,140));
background-image: linear-gradient(bottom, rgb(0,62,102),rgb(0,100,140));
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00648c, endColorstr=#003e66);
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00648c, endColorstr=#003e66)";
background-color: #00648C;
font-size: 15px;
}

/** Kontaktform **/
.wpcf7 input, .wpcf7 textarea {
	border: 1px solid #000000;
	padding: 2px;
}

.absenden input {
	padding: 5px;
}

.post_ad_bottom  {  border-top: 1px solid #D9D9D9; text-align: center !important; padding-top: 7px; }

.coupbox {
	border: 1px solid #00AAD7;
	margin: 0px !important;
	background-image: url(http://kabel-blog.de/wp-content/themes/kabelblog/img/copbox-bg.png);
	background-position: left bottom;
	background-repeat: repeat-x;
	padding: 0px 7px 0px 7px;
}

.coupbox li {
	list-style: none;
}

.entry #toc{
	margin: 0 0 20px 20px;
	float: right;
}

#toc_title{
	font-size: 20px !important;
	background-color: #00547C;
	color: #fff;
	height: 30px;
	padding-top: 5px;
}

.button_col {
  float: left;
  clear: both;
  background: #690 url(images/bg_left.png) no-repeat;
  padding: 0 0 0 10px;
  margin: 5px 0;
}

.button_col a{
  float: left;
  height: 40px;
  background: url(images/bg_stretch.png) repeat-x left top;
  line-height: 40px;
  padding: 0 1px;
  color: #fff;
  font-size: 1.3em;
  text-decoration: none;
  border-bottom: none;
}
.button_col span {
  background: url(images/bg_right.png) no-repeat;
  float: left;
  width: 10px;
  height: 40px;
}
.clear {
  clear: both;
}

.share {
	width: 120px;
	
}

.share a {
	float: left;
	width: 90px;
	height: 56px;
	display: block;
	background-repeat: no-repeat;
	margin: 2px;
	color: black;
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-style: normal;
    font-variant: normal;
    font-weight: bold;
    text-align: center;
    padding-top: 12px;
    text-decoration: none;
    background-image: url(http://kabel-blog.de/wp-content/themes/kabelblog/social/img/socialBg.png);
}

.share a.fb {
	background-position:  0 -70px;
}

.share a.linkedin {
	background-position:  0 0px;
}

.share a.twitter {
	background-position:  0 -140px;
}

.share a.xing{
	background-position:  0 -210px;
}

.share a.gplus{
	background-position:  0 -280px;
}
