/*  
Theme Name: unblogged_hansi
Theme URI: http://www.xsized.de/wordpress-theme-not-so-fresh/
Description: Designed by <a href="http://www.bartelme.at" title="Bartelme Design">Wolfgang Bartelme</a>, ported to Wordpress by <a href="http://www.ilemoned.com/wordpress/wptheme-fresh/">LEMONed</a>, modified by <a href="http://tagg.selfip.com/blog/?p=410">XSized</a>.
Version: 1.20 deutsch
Author: XSized
Author URI: http://www.xsized.de
*/


/**********************************************
*   Basics & Typography                       *
***********************************************/

body {
	margin: 0;
	padding: 0;
	background: #FFF url(images/bg01.jpg) repeat-x top;
	font: 62.5% "Lucida Grande", "Lucida Sans Unicode", Sans-Serif;
	font:67% Verdana, Sans-Serif;
	/* font:72.5% Helvetica, sans-serif; */
	color: #000;
	text-align: left;
	}

p,
ol,
ul {
	line-height: 150%;
	}
ol { /* to be styled */ }
ul { /* to be styled */ }
li {  color:#000000; }

/*
li {
	background: transparent url(images/dot.gif) no-repeat 5px 5px;
	padding: 0 0 0 23px;
	list-style-image:none;
	list-style-type:none;
	}
*/	

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	font-style: normal;
	font-weight: bold;
	background: transparent;
	color: #050d24;
	}

h1 {
	font-size: 2.2em;
	}
h2 {
	font-size: 1.4em;
	}
h3, h4, h5, h6 {
	font-size: 1em;
	}

a:link {
	color: #333;
	text-decoration: none;
	}
a:visited {
	color: #333;
	text-decoration: none;
	}
a:hover {
	color: #000;
	text-decoration: underline;
	}
a:active {
	color: #333;
	text-decoration: underline;
	}

blockquote {
	margin: 10px 0;
	padding: 0 50px;
	background: transparent url(images/blockquote.gif) no-repeat 0 0;
	color: #abafb9;
	color:#555F55;
	}

code {
	display:block;
	width:90%;
  background: #D4DFFF;
  cursor: text;
  font-family: "Courier New", Courier, monospace;
  padding:10px;
  border: 1px solid #808080;
  margin:15px;
 }

small {
	font-size: 0.8em;
	}

input, textarea, select { /* to be styled */ }

form { /* to be styled */ }

img { /* to be styled */ }
img.noborder {
	border: none;
	}

.left {
	float: left;
	}
.right {
	float: right;
	}
.center {
	text-align: center;
	}
.alignleft {
	float: left;
	margin-right: 10px;
	}
.alignright {
	float: right;
	margin-left: 10px;
	}

/**********************************************
*   Structure: Content, Sidebar, etc.         *
***********************************************/

#outline {
	width: 855px;
	margin: 0 auto;
	padding: 0;
	background: transparent;
	font-size: 1.3em;
	}


/**********************
*   Header            *
***********************/

#header {
	width: 100%;
	height:100px;
	background: #FFF url(images/bg01.jpg) repeat-x top;
	/*
	height: 118px;
	background: transparent url(images/header_bg.gif) repeat-x left top; 
	background: transparent url(images/header_bg_grau4.gif) repeat-x left top;
	*/
	}

#header .blogtitle {
	width: auto;
	height:100px;
	background: transparent;
	background-color:transparent;
	/*
	height: 118px;
	background: transparent url(images/header.gif) no-repeat left bottom;
	*/
	}
#header h1 {
	padding: 50px 0 0 0;
	}
#header h1 a {
	color: #fff;
	text-decoration:none;
	}
#header h1 a:hover {
	text-decoration:none;
	}


	#navbar {
		clear: both;
		float: left;
		width: 100%;
		height: 31px;
		background: transparent url(images/nav_bg.gif) repeat-x 0 0;
		display:none;
		}

	ul.menu {
		float: left;
		margin: 0;
		padding: 0 15px;
		list-style-type: none;
		}
	ul.menu li {
		float: left;
		}
	ul.menu li a {
		float: left;
		display: block;
		height: 28px;
		padding: 3px 15px 0 15px;
		line-height: 24px;
		color: #fff;
		}
	ul.menu li a:link,
	ul.menu li a:visited {
		color: #fff;
		background: none;
		}
	ul.menu li a:hover,
	ul.menu li a:active {
		color: #fff;
		background: url(images/nav_hover.gif) no-repeat center top;
		text-decoration: none;
		}

	ul.menu li.current_page_item a:link,
	ul.menu li.current_page_item a:visited,
	ul.menu li.current_page_item a:hover,
	ul.menu li.current_page_item a:active {
		color: #fff;
		background: transparent url(images/nav_active.gif) no-repeat center bottom;
		text-decoration: none;
		}

	.searchbar {
		float: right;
		width: 290px;
		height: 31px;
		margin: 0;
		}
	.searchform {
		width: 290px;
		height: 20px;
		text-align: left;
		}
	input#s {
		width: 265px;
		height: 18px;
		margin: 5px 0 0 1px !important;
		margin: 4px 0 0 1px; /* Fuck IE */
		padding: 1px 0 0 2px;
		border: 1px solid #999;
		background: #fff url(images/searchbg.gif) repeat-x 0 0;
		}


/***********************
*  Wrapper             *
***********************/

#wrapper {
	float: left;
	background: transparent;
	background-color:transparent;
	margin: 0 !important;
	margin: -15px 0 0 0; /* Fuck IE */
	padding: 0;
	border: #00FF00 0 solid;
	}


/**********************
*   Content           *
***********************/

#content {
	float: left;
	width: 560px;
	height: 100%;
	background-color: transparent;
	}

.pages {
	float: left;
	/*
	width: 530px;
	background: #eee url(images/separator_blue.gif) repeat-x bottom center;
	*/
	}
.pages-border {
	clear: both;
	width: 100%;
	height: 6px;
	background: transparent url(images/separator_blue.gif) repeat-x 0 0;
	}
.page-previous {
	float: left;
	padding: 10px 0 16px 30px !important;
	padding: 0 0 15px 30px; /* Fuck IE */
	}
.page-next {
	float: right;
	padding: 10px 30px 16px 0 !important;
	padding: 0 30px 15px 0; /* Fuck IE */
	}

.page-title {
	width: 530px;
	margin: 20px 0 0 0;
	background: #dfdfdf url(images/separator_blue.gif) repeat-x bottom center;
	}
.page-title h2.page-title-border {
	padding: 0 0 0 30px;
	background: transparent url(images/separator_blue.gif) repeat-x 0 0;
	font-size: 1.6em;
	line-height: 48px;
	color: #104177;
	}

/**********************
*   Blog Entries      *
***********************/

.post {
	padding: 20px 30px;
	padding-left:10px;
	padding-right:10px;
	background: transparent;
	background-color:transparent;
	border:#FF00FF 0 solid;
	}
	
.entry p {
	margin:0;
	padding:0
}

.postentry {
	color: #050d24;
	text-align: left;
	}
.postentry a,
.postentry a:hover {
	color: #333;
	}

.postentry img {
	border: 5px solid #edf2ff;
	border: 1px solid #808080; 
	padding: 2px;
	}
/*	
.postentry img:hover {
	border: 5px solid #efefef;
	border: 1px solid black; 
	padding: 2px;
	}
*/
.posttitle { padding-bottom: 10px; }
.posttitle a:link,
.posttitle a:visited,
.posttitle a:hover,
.posttitle a:active {
	color: #333;
	}
	
h2.posttitle {
	background-image:url(images/separator_green.gif);
	background-repeat:repeat-x;
	background-position:left bottom;
	background-color:transparent;
	margin-bottom:10px;
	}


.postmeta,
.postmeta a {
	margin: 5px 0 ;
	font-size: 1em;
	color: #333;
	}
.post-date {
	padding: 0 0 0 20px;
	background: url(images/icon_date.gif) no-repeat 0 0;
	}
.post-comment {
	padding: 0 0 0 20px;
	background: url(images/icon_comments.gif) no-repeat 0 0;
	}
.post-filed {
	padding: 0 0 0 20px;
	background: url(images/icon_filed.gif) no-repeat 0 0;
	}
	
/* related */
/*
.related  ul {
	clear: both;
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
.related ul li {
	clear: both;
	color: #bbb;
	}
.related ul.no-splitted li {
	padding: 0 5px;
	}
.related ul.no-splitted ul li {
	margin: 0 -5px;
	}
.related ul.blc {
	padding: 0 5px;
	}

.related li.related-splitted {
	float: left;
	width: 100%;
	margin: 0 0 15px 0;
	}
.related-splitted .splitted-left {
	float: left;
	width: 140px;
	}
.related-splitted .splitted-right {
	float: right;
	width: 145px;
	}
*/


li.related, .related li {
	background: transparent url(images/dot.gif) no-repeat 5px 5px;
	padding: 0 0 0 23px;
	list-style-image:none;
	list-style-type:none;
	/* margin-left: -45px;*/
	}
h2.related {
	display: block;
	margin: 16px 0 6px 0;
	padding: 0 0 10px 3px;
	background: url(images/separator_green.gif) repeat-x center bottom;
	font-size: 1.4em;
	}

	
/*	
ul.related ul li {
	margin: 0 0 0 -23px;
	}
ul.related li a:link,
ul.related li a:visited {
	color: #353d50;
	}
ul.splittedlists li a:hover,
ul.splittedlists li a:active {
	color: #2c76bb;
	}
*/

.postentry ul {
	clear: both;
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
.postentry ul li {
	padding: 0 5px;
	background: transparent url(images/dot.gif) no-repeat 5px 5px;
	padding: 0 0 0 23px;
	}

ul.delicious {
	clear: both;
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
ul.delicious li {
	padding: 0 0;
	background: transparent url(images/dot.gif) no-repeat 5px 5px;
	padding: 0 0 0 5px;
	}	


/**********************
*   Comments          *
***********************/

.commentpage {
	margin: 0 30px;
	padding: 0;
	}

#comments {
	margin: 0;
	padding: 0;
	}

.comments-num {
	background: transparent url(images/separator_green.gif) repeat-x center bottom;
	padding: 0 0 10px 0;
	}

#commentlist {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
#commentlist li {
	padding: 20px 25px 0 0;
	border-bottom: 1px solid #eee;
	background: #fafafa url(images/comment_bg.gif) repeat-y 0 0;
	}
	.alt {
		background-color: #fff !important;
		background-image: none !important;
		}

.comment-gravatar {
	float: left;
	width: 62px;
	height: 62px;
	background: transparent url(images/gravatar.gif) no-repeat;
	}
	img.gravatar {
		margin: 7px 0 0 7px;
		border: none;
		}

.comment-title,
.comment-meta,
.comment-text {
	margin: 0 0 0 80px;
	}
.commentmetadata {
	margin: 0 0 0 20px;
	background-color:#D4FF55;
	border:#000000 1px solid;
	padding:3px;
	}

.comment-title,
.comment-title a,
.comment-title a:hover{
	color: #333;
	}
.comment-meta,
.comment-meta a,
.comment-meta a:hover {
	color: #333;
	}

h2#postcomment {
	margin: 30px 0 0 0;
	padding: 0 0 10px 0;
	background: transparent url(images/separator_green.gif) repeat-x center bottom;
	}

.postcomment {
	clear: both;
	margin: 20px 0 0 0;
	padding: 20px;
	background: #eee url(images/separator_blue.gif) repeat-x center top;
	}

.postcomment input,
.postcomment textarea {
	border: 1px solid #aaa;
	}
.postcomment input:hover,
.postcomment textarea:hover {
	border: 1px solid #fec02a;
	}
.postcomment input#author,
.postcomment input#email,
.postcomment input#url {
	width: 100% !important;
	width: 456px; /* Fuck IE */
	height: 18px;
	}
.postcomment textarea#comment {
	width: 100% !important;
	width: 456px; /* Fuck IE */
	height: 200px;
	}

.postcomment input#submit {
	width: auto;
	height: 25px;
	padding: 2px 10px 3px 10px;
	background: #e5edff url(images/submit.gif) repeat 0 0;
	}
.postcomment input#submit:hover {
	background: #e5edff url(images/submit_hover.gif) repeat 0 0;
	}	



/**********************
*   Sidebar           *
***********************/

#sidebar {
	float: right;
	width: 290px;
	margin: 0;
	padding: 0;
	background: transparent;
	}

#sidebar .rssfeeds {
		height: 140px;
		margin: 0;
		padding: 0;
		background: transparent url(images/feeds.gif) no-repeat right bottom;
		}
#sidebar .socialtools {
		height: 140px;
		margin: 0;
		padding: 0;
		background: transparent url(images/social.gif) no-repeat right bottom;
		}
#sidebar h2.feed-title {
		margin: 0;
		padding: 20px 0 0 3px;
		background: none !important;
		font-size: 1.4em;
		}
#sidebar h2.social-title {
		margin: 0;
		padding: 20px 0 10px 3px;
		background: none !important;
		font-size: 1.4em;
		}
	.rssfeeds a.rss  {
		padding: 0 0 0 25px;
		background: transparent url(images/icon_rss.gif) no-repeat 5px 0;
		}
	.socialtools img  {
		border: 1px solid #edf2ff;
		padding:1px;
		}
#sidebar h2 {
	display: block;
	margin: 16px 0 6px 0;
	padding: 0 0 10px 3px;
	background: url(images/separator_green.gif) repeat-x center bottom;
	font-size: 1.4em;
	}

#sidebar ul {
	clear: both;
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
#sidebar ul li {
	clear: both;
	/* color: #bbb; */
	color:#333;
	font-size:100%;
	font-size:8pt;
	}

#sidebar ul.no-splitted li {
	padding: 0 5px;
	background: transparent url(images/dot.gif) no-repeat 5px 5px;
	padding: 0 0 0 23px;
	}
#sidebar ul.no-splitted ul li {
	margin: 0 -5px;
	font-size:8pt;
	}
#sidebar ul.blc {
	padding: 0 5px;
	}

#sidebar li#sidebar-splitted {
	float: left;
	width: 100%;
	margin: 0 0 15px 0;
	}
#sidebar-splitted .splitted-left {
	float: left;
	width: 145px;
	}
#sidebar-splitted .splitted-right {
	float: right;
	width: 145px;
	}

ul.splittedlists li {
	background: transparent url(images/dot.gif) no-repeat 5px 5px;
	padding: 0 0 0 23px;
	}
ul.splittedlists ul li {
	margin: 0 0 0 -23px;
	}
ul.splittedlists li a:link,
ul.splittedlists li a:visited {
	color: #333;
	}
ul.splittedlists li a:hover,
ul.splittedlists li a:active {
	color: #333;
	}
ul.children li {  
	background: transparent url(images/dot.gif) no-repeat 25px 5px;
	padding: 0 0 0 38px;

}
.current-cat { font-weight:bold; font-style:italic; }

/**********************
*   Bottom            *
***********************/

#bottom_bg {
	margin: 0;
	padding: 0;
	border-top: 3px solid #AA0000;
	background-color: #292929;
	width:100%;
	height:100%;
	clear: both;
	padding-top:25px;	
	}


#bottom {
/*
	float: none;
	display:block;
*/	
	width: 855px;
	height: 100%;
	margin: 0;
	padding: 0;
	margin-left:auto;
	margin-right:auto;
	/*
	background: #292929 url(images/separator_green.gif) repeat-x 0 0;
	background: transparent;
	*/
	/*
	border-top: 20px solid #fff;
	*/
	font-size: 1.0em;
	text-align: left;
	color: #fff;
	}
#bottom-divs {
	float: left;
	clear: both;
	margin: 0;
	padding: 20px;
	}
#bottom-left,
#bottom-mid,
#bottom-right {
	width: 30%;
	padding: 20px 0 20px 20px;
	float: left;
	}
#bottom-mid a { text-transform:capitalize; }	
#bottom h2 {
	margin: 0 0 10px 0;
	padding: 0 8px;
	font-size: 1.6em;
	color: #fff;
	}
#bottom h2 span {
	color: #888;
	}
#bottom ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	border-top: 1px solid #555;
	}
#bottom ul li {
	line-height: 26px;
	border-bottom: 1px solid #555;
	}
#bottom ul li a {
	display: block;
	padding: 0 10px;
	color: #fff;
	text-decoration: none;
	}
#bottom ul li a:hover {
	background: #191919;
	}
#bottom-sep {
	clear: both;
	margin:30px;
}

/**********************
*   Footer            *
***********************/

#footer {
	width: 100%;
	height: 74px;
	clear: both;
	background: #191919;
	border-top: 1px solid #000;
	color: #fff;
	}

#footer .validate {
	background: url(images/icon_valid.gif) no-repeat 0 0;
	padding: 0 5px 0 20px;
	}

#footer .credits {
	float: right;
	margin: 0;
	padding: 0;
	border: none;
	}

#footer p {
	margin: 0;
	padding: 13px 25px;
	font-size: 0.9em;
	line-height: 200%;
	}
#footer p a:link,
#footer p a:visited {
	color: #aaa;
	}
#footer p a:hover {
	color: #fff;
	}
#footer p a:active {
	color: #9ad202;
	}
	
/* Tags 
-------------------------------------------------------*/
.tagging {
        text-align: left;
        font-size: 0.9em;
        padding: 3px 0 3px 0;
}
.tagging img {
	padding: 3px 0 0 0;
	border: 0px;
}

.tagging img:hover {
	padding: 3px 0 0 0;
	border: 0px;
}

.tagging a{
	text-decoration: none;
	border-bottom: none;
}
/* End Various Tags & Classes*/

.post_ad {
	background: #fff;
	padding-left: 30px;
	padding-top: 0px;
	padding-bottom: 10px;
	}
	
/* Extras */

img.wp-smiley, 
img:hover.wp-smiley
{ border:none; margin-bottom:-2px; text-decoration:none; }

/* TAG cloud */
ul#tagcloud, #mw_tagcloud { padding:0; margin:0; text-align: justify; list-style:none; color: #333; }
ul#tagcloud li { display:inline; font-size:70%; color: #333; background: none; padding: 0;}
ul#tagcloud li a, ul#tagcloud li a:link, #mw_tagcloud a  { text-decoration:none; color: #333;}
ul#tagcloud li a:hover, #mw_tagcloud a:hover { text-decoration:underline; }
ul#tagcloud li.t1 a, .mw_tag0 {color: #333; font-size: 90%; }
ul#tagcloud li.t2 a {color: #333; font-size: 160%; }
ul#tagcloud li.t3 a, .mw_tag1 { color: #333; font-size: 125%; }
ul#tagcloud li.t4 a { color: #333; font-size: 210%; }
ul#tagcloud li.t5 a, .mw_tag2 { color: #333; font-size: 150%; }
ul#tagcloud li.t6 a { color: #333; font-size: 250%; }
ul#tagcloud li.t7 a, .mw_tag3 { color: #333; font-size: 170%; font-weight:bold; }
ul#tagcloud li.t8 a { color: #333; font-size: 290%; }
ul#tagcloud li.t9 a { color: #333; font-size: 310%; }
ul#tagcloud li.t10 a { color: #333; font-size: 330%; }

/* Wong Cloud 
.mw_tag0 { font-size: 10px !important; color: #999999 !important; }
.mw_tag1 { font-size: 12px !important; color: #666666 !important; }
.mw_tag2 { font-size: 14px !important; color: #333333 !important; }
.mw_tag3 { font-size: 16px !important; color: #333333 !important; font-weight: bold !important; }
#mw_tagcloud { text-align: justify !important; } 
#mw_tagcloud a { text-decoration: none !important; }
#mw_tagcloud a:hover { text-decoration: underline !important; }
 */

/* WeatherIcon */
.weather_title,
li.weather_title,
.weather_title li,
ul.weather_title,
.weather_title ul {
	list-style:none;
	}
.weather_icon,
.weather_icon ul,
.weather_icon li {
	list-style:none;
	width:130px;
	vertical-align:top;
	display:block;
	text-align:center;
	clear:both;
	}
#TagHK, .TagHK { font-size:9pt; margin-bottom:0; padding:0; line-height:10pt; margin-top: 15px; }
.TagHK a { text-decoration:underline; font-family:Helvetica, Verdana, Arial, sans-serif;  font-size:8pt; }
.TagHKdesc { text-decoration:underline; font-weight:bold; font-family:Helvetica, Verdana, Arial, sans-serif; padding-right:5px; }

.TagHK2 { margin-bottom:0; padding:0; margin-top: 15px; }

.TagHK2 a { 
	text-decoration:nome; 
	/*
	background: transparent url(images/own/technorati/bubble.png) no-repeat 1px 2px;
	padding: 24px 0 0 0;
	*/
	background: transparent url(images/own/technorati/bubble.png) no-repeat left;
	text-transform:capitalize;
	padding-left: 20px; 
	}
/*
.TagHK2desc { text-decoration:underline; font-weight:bold; font-family:Helvetica, Verdana, Arial, sans-serif; padding-right:5px; }
*/

h3.trackbackheader { margin-top:30px; margin-bottom:0px; font-size:12pt; }
ul.trackbacklist { list-style: none; margin-bottom:0; }
/*
li.trackbacklist { list-style: none; background-image:url(/wp-content/themes/notso_freshd_HK/images/icon_link.gif); background-position:center; background-repeat:repeat; padding-left:15px; }
*/
ul.trackbacklist li {
	background: transparent url(images/icon_link.gif) no-repeat 0px 2px;
	padding: 0 0 0 20px;
	margin-top:5px;
	}

.hilite {
	color: #000000;
    background-color: #FFFF00;
    }
.utwreltags a {font-size: 70%; color:#333; text-decoration:none}
.utwrelposts a { text-decoration:none; text-transform:capitalize; }
ul.utwrelposts, ul.delicious-link { margin-left:10px; margin-top:5px; padding:0;}
li.utwrelposts, li.delicious-link{ margin:0px; padding:0;}
.UTWPrimaryTags div { padding-top:25px; padding-bottom:15px; clear:both; text-transform:capitalize; }

.aktt_tweets { font-size:9pt; color:#333; }
.aktt_tweets ul { margin-left:10px; margin-top:5px; padding:0; color:#333; }
.aktt_tweets li { padding-left:15px; margin-left:5px; background: transparent url(images/dot.gif) no-repeat 0 5px; text-align:left; color:#333;}
.aktt_tweets li a { text-align:left; color:#333;}

ul.delicious { margin-left:10px; margin-top:5px; padding:0; list-style:none;}
.delicious li { margin:0px; padding:0; margin-bottom:20px;}
.delicious-link a { font-weight:bold; padding-left:15px; background: transparent url(images/dot.gif) no-repeat 0 5px; text-align:left; }
.delicious-extended { /* = inhalt/text */ }
.delicious-tags { /* tags */ font-size:9px; }

.navigation{
  display: block;
  margin-top: 25px;
  margin-bottom: 40px;
}

.alignleft{
  float: left;
  text-align: left;
  width: 47%;
}
.alignright{
  float: right;
  text-align: right;
  width: 47%;
}
img.centered {
display: block;
margin-left: auto;
margin-right: auto;
}

img.alignright {
padding: 2px;
margin-top:5px;
margin-right:0;
margin-left:10px;
margin-bottom:10px;
display: inline;
width:auto;
}

img.alignleft {
padding: 2px;
margin-top:0;
margin-right:2px;
margin-left:0;
margin-bottom:2px;
display: inline;
width:auto;
}

img.diggButton, a.diggButton { border:0; display: inline; }
.tr_authority_t_js { text-align:right; display:none;  }

/*
.cc_outputHK a,
.cc_outputHK a:link,
.cc_outputHK a:visited,
.cc_outputHK a:hoover,
.cc_outputHK a:active
 { font: Arial, Helvetica, sans-serif 5pt normal; color:#FFFFFF; margin-left:-40px; margin-bottom:5px; text-decoration:none; display:inline; }
*/ 

#fett { font-weight:bold; }
/* #kursiv, em, i { font: 110% normal "Times New Roman", Times, serif; }  */

.clear {clear: both;}
#SeeN { display:none; }
.DStrich { text-decoration:line-through; }

.HKrss_trackback { 
	background-color:none;
	background-image: url(images/own/arrow_refresh.png);
	background-position:left;
	padding-left:20px;
	background-repeat:no-repeat;
	margin:5px;
 }
.HKrss_comments { 
	background-color:none;
	background-image: url(images/own/feed.png);
	background-position:left;
	padding-left:20px;
	background-repeat:no-repeat;
	margin:5px;
}
.HKread_stat { font-size:8pt; margin-left:15px; padding-left:0; }

#map { text-align:center; padding:0; border:#000000 solid 1px; width: 490px; height: 350px}

.ddfmwrap { margin-left:0; padding:0; text-align:left; border:#000000 solid 1px; }
.fieldwrap label { width:100px; line-height:10px;  border:#000000 solid 0px; }
/* .fmtext { background-color:#FFFBF0; width:300px; border:0; vertical-align:top; } */

img.CleanIMG { background-color: transparent; border:0; vertical-align: middle; text-decoration:none; }

.ayaTrenner { margin: 75px; }

.more-link { 
/* line-height:70px; vertical-align:middle; */
padding-left: 20px; background: url(images/link-icon_go.gif) no-repeat left;

}

.solo-subscribe-to-comments { margin-bottom:35px; }
.solo-subscribe-to-comments input { border:1px silver; }


/* For Link Indication plugin */
a.liexternal { padding-right: 12px; background: url(images/link-icon_external.png) no-repeat right; display:inline; }
a.liinternal { padding-right: 12px; background: url(images/link-icon_external.png) no-repeat right; }
a.liwikipedia { padding-right: 14px; background: url(images/link-icon_wikipedia.gif) no-repeat right; }
a.liimdb { padding-right: 18px; background: url(images/link-icon_imdb.gif) no-repeat right; }
a.liftp { padding-right: 13px; background: url(images/link-icon_ftp.png) no-repeat right; }
a.limailto { padding-right: 18px; background: url(images/link-icon_mail.gif) no-repeat right; }
a.lipdf { padding-right: 12px; background: url(images/link-icon_pdf.png) no-repeat right;  }
a.lidelicious { padding-left: 12px; background: url(images/link-icon_delicious.png) no-repeat left;  }
a.litechnorati { padding-left: 14px; background: url(images/link-icon_technorati.png) no-repeat left;  }
a.liyoutube { padding-left: 18px; background: url(images/link-icon_youtube.gif) no-repeat left; }
a.livideo { padding-right: 18px; background: url(images/link-icon_video.png) no-repeat right; }
a.liimage { padding-right: 18px; background: url(images/link-icon_image.png) no-repeat right; }

.postentry li { margin-bottom: 8px; }

.yiggbutton {
	float:left;
	padding-right:15px;
	padding-left:0px;
	padding-bottom:5px;
	padding-top:0px;
	margin-left:-7px;
	margin-bottom:0px;
	margin-right:0px;
	margin-top:0px;
	display: block;
	position:relative;
	width:70px;
	height:75px;
	background-color:transparent;
}


/*
    *  blogfever_widget (<div>) - Das DIV-Element, welches das Widget einschließt
    * blogfever_link (<a>) - Alle Links im Widget
    * blogfever_source (<div>) - Die Quellenangaben (Blognamen)
    * blogfever_bottom (<p>) - Die letzte Zeile des Widgets mit dem "Blog hinzufügen"-Link
.blogfever_widget { margin-left:5px; }
*/
.blogfever_bottom { 
	background: transparent url(images/dot.gif) no-repeat 0 5px;
	padding: 0 0 0 18px;
	margin-top: -1px;
}


.wp_syntax {
  color: #100;
  background-color: #f9f9f9;
  border: 1px solid silver;
  margin: 0 0 1.5em 0;
  overflow: auto;
}

/* IE FIX */
.wp_syntax {
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: expression(this.scrollWidth > this.offsetWidth ? 15 : 0);
  width: 100%;
}

.wp_syntax table {
  border-collapse: collapse;
}

.wp_syntax div, .wp_syntax td {
  vertical-align: top;
  padding: 2px 4px;
}

/*
.wp_syntax td {
  border-bottom: yellow 1px solid;
  width: 100%;
  }
*/

.wp_syntax .line_numbers {
  text-align: right;
  background-color: #def;
  color: gray;
  overflow: visible;
}

/* potential overrides for other styles */
.wp_syntax pre {
  margin: 0;
  width: auto;
  float: none;
  clear: none;
  overflow: visible;
  font-size:9pt;
}

.CommentQuote {
	margin-top:20px; 
	margin-bottom:20px;
	}
.CommentQuote a img {
	border:0;
	text-decoration:none;
	}

#sidebar .socialtools .sociable {
	display:block;
	width:190px;
	}

#sidebar .socialtools .sociable ul,
#sidebar .socialtools .sociable li,
#sidebar .socialtools .sociable a,
#sidebar .socialtools .sociable a:hover
 {
	list-style:none;
	list-style-image:none;
	border:0;
	background-color:transparent;
	display:inline;
	margin:0;
	padding:0;
	}
	
#sidebar .socialtools .sociable img {
	padding:1px;
	margin:0;
	}
	
#sidebar .socialtools .sociable .sociable_tagline {
	padding-bottom:5px;
	}
	
#sidebar .socialtools .sociable .sociable_tagline span {
	display:none;
	}

#Error404{margin-top:40px;display:block;clear:both}
#Error404 ul{margin:0;margin-left:25px;padding:0}
#Error404 li{margin:0;padding:0;line-height:1em;list-style-type:square;color:#F60}


/*
#commentlist {         
clear: both;         
margin: 0;         
padding: 0; } 

#commentlist li {         
background-color: #f8f8f8;         
border-bottom: 1px solid #ccc;         
border-right: 1px solid #ccc;         
margin-bottom: 10px;         
padding: 5px 3px 1px 10px;         
list-style-type: none;         
-moz-border-radius: 10px;         
font-size: .9em; } 

#commentlist li.alt {         
background-color: #ECECEC;         
border-bottom: 1px solid #aaa;        
 border-right: 1px solid #aaa; 
 } 
 
div.comment-number {         
position: relative;         
text-align: right;        
 font-size: 1.7em;         
 font-weight: bold;         
 font-family: 'Times New Roman', Times, serif;         
 -moz-border-radius: 10px;         
 padding: .15em;         
 color: #556B2F; }

*/



/* pagebar 
.pagebar
{
   padding: 0.2em 0.5em;
   margin-right: 0.1em;
   border: 1px solid #fff;
   background: #fff;
   text-decoration: none;
}

.pagebar a, .pageList .this-page
{
   border: 1px solid #9AAFE5;
   text-decoration: none;
   padding: 0.2em 0.5em;
}

.pagebar a:visited
{
   border: 1px solid #9AAFE5;
   text-decoration: none;
   padding: 0.2em 0.5em;
}

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

.pagebar .this-page
{
   border: 1px solid #2E6AB1;
   padding: 0.2em 0.5em;
   font-weight: bold;
   background: #2E6AB1;
   color: #fff;
}

.pagebar a:hover
{
   border-color: #2E6AB1;
} 
*/	


