/*
Theme Name: Stardust
Theme URI: http://www.tomstardust.com/wordpress-themes/stardust/
Description: Handgecodeter Wordpress Theme von <a href="http://www.tomstardust.com">Tommaso Baldovino</a> - Deutsche Uebersetzung und Modifikationen von <a href="http://www.spontis.de">Spontis</a>.
Author: Tommaso Baldovino, Spontis
Author URI: http://www.tomstardust.com/
Tags: white, red, black, right-sidebar, threaded-comments, flexible-width
Version: 2.6
Released under <a href="http://www.opensource.org/licenses/gpl-license.php">GPL license</a>.
*/
body {
	background: #fff url(images/bar.png) 0 10px repeat-x;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 87%;
	color: #333;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
}
.skip, hr{
	position: absolute;
	left: -9999px;
}
a:link, a:visited {
	color: #D70606;
	text-decoration: underline;
}
a:hover, a:active {
	color: #A00;
	text-decoration: none;
}
a img {
	border: none;
}
acronym, abbr {
	border-bottom: 1px dashed #333;
}
acronym, abbr, span.caps {
	font-size: 90%;
	letter-spacing: .07em;
}
acronym, abbr {
	cursor: help;
}
blockquote {
	background: #aaa url(images/quote.png) no-repeat;
	margin-left: 2em;
	padding: 0 0 0 50px;
	border-top: 1px solid #d70606;
	border-bottom: 1px solid #d70606;
	clear: both;
}
blockquote p {
      font: normal 80%/1em "Courier New", sans-serif;
}
cite {
	font-size: 100%;
	font-style: normal;
}
p.small {
	font: normal 80% "Lucida Grande", Verdana, Arial, sans-serif; 
	color: #aaa;
}
p.border {
      border-bottom: 1px solid #ddd;
}
.unsichtbar {
	position: absolute;
	left: -1000px;
	top: -1000px;
	width: 0px;
	height: 0px;
	overflow: hidden;
	display: inline;
	}
/* Ueberschriften */
h1, h2, h3, h4, h5, h6 {
	color: #111;
	font-weight: normal;
	font-variant: small-caps;
	margin: 0;
	padding: 0;
	}
h1 {
	font-size: 220%;
    line-height: 1.5em;
	letter-spacing: -1.4px;
	font-variant: normal;
	}
h1.storytitle {
	padding-top: 10px;
	}
#header h1 {
	font-size: 18px;
	line-height: 20px;
   	color: #dddddd;
	letter-spacing: -0.2px;
	}
.headerbild { 
	background: url(images/logo.png) 30px 10px no-repeat;
	display: block;
	cursor: pointer;
	margin: 0 0 15px 0;
	padding: 115px 0 0 140px;
	}
h2 {
	font-size: 180%;
    line-height: 1em;
	}
h2.sidebar {
	line-height: 22px;
	background: #ddd;
	text-indent: 10px;
	margin: 10px 0;
	border: 1px solid #aaa;
	}
h2.comments {
	margin: 20px 0 20px 0;
	background: #ddd url(images/commentlist.png) no-repeat;  
	text-indent: 30px;
	border: 1px solid #aaa;
	}
h3 {  
	font-size: 150%;
	margin: 10px 0;
	border-bottom: 1px solid #ccc;
	}
h3.siteheader {
	padding: 10px 0 0 35px;
	background: transparent url(images/lotus.png) no-repeat; 
	}
h3.postheader {
	padding: 4px 0 0 30px;
	background: transparent url(images/star.png) no-repeat;  
	}
h3.postmetadata { color: #ccc; margin: 0 0 15px 0; padding: 0 0 5px 0;}
h4 {
	font-size: 120%;
	}
h5 {
	font-size: 100%;
	}
h6 {
	font-size: 80%;
	}
p, li, .feedback {
	letter-spacing: 0;
}
/* Ueberschriften ENDE */
/* classes used by the_meta() */

ul.post-meta {
	list-style: none;
}
ul.post-meta span.post-meta-key {
	font-weight: bold;
}
.feedback {
    /* background: url(images/uhr.png) 0 1px no-repeat; */
	color: #ccc;
	text-align: right;
	clear: both;
	border-top: 1px solid #eee;
   	margin-top: 10px;
}
.feedback a{
	color: #D70606;
}
.feedback a:hover, .feedback a:active{
	text-decoration: none;
}
.feedback p{
	padding: 0;
}

/* Meta Definitionen */
.meta {
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 0.8em;
	line-height: 1.2em;
	color: #666;
	padding: 0 0 10px 0;
	margin: 0 0 10px;
	border-bottom: 1px solid #eee;   
}
.meta li, ul.post-meta li {
	display: inline;
}
.meta ul {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}
.meta, .meta a {
	letter-spacing: 0;       
}
.meta a:hover, .meta a:active{
	text-decoration: none;
}
.meta .tags, .meta .kommentar, .meta .user {
	padding-left: 15px;
}
.meta .tags { background: url(images/tag.gif) 0 0 no-repeat; }
.meta .kommentar { background: url(images/comment.gif) 0 0 no-repeat; }
.meta .user { background: url(images/user.gif) 0 0 no-repeat; }

.post{
	margin-bottom: 30px;
}
.post ul{
	margin: 0;
	padding: 0;
}
.post ul li{
	margin: 0 0 0 4em;
	padding: 0.1em 0.2em;      
	list-style: none;      
	list-style-image: url(images/list_red.png);
}
.post ol{
	margin: 0 25px;
	padding: 0;
}
.post ol li{
	margin: 0;
	padding: 0.2em 0;
}
.storytitle {
	margin: 0;
}
.storytitle a {
	text-decoration: none;
}
.storytitle a:link, .storytitle a:visited{
	color: #111;
	text-decoration: none;
}
.storytitle a:hover, .storytitle a:active{
	color: #D70606;
}
/* Ende Meta */
/* Layout */

#container {
	width: 100%;
	min-width: 770px;
	background: url(images/baum.gif) bottom right no-repeat;
}
#wrapper {
	float: left;
	width: 100%;
	margin-left: -380px;
}
#content {
	margin: 0 0 0 380px;
	padding: 20px 10px 10px 40px;  
	background: transparent;
}
#header {
	position: relative;  
	background: #000 url(images/tapete.png) repeat-x;
	margin: 0;
	padding: 0;	
}
#menu {
	padding: 10px 10px 10px 40px;
	float: right;
	display: inline;
	margin: 0 0 360px 0;
	/* background: transparent url(images/sidebar.gif) no-repeat; */
	width: 320px;
}
#clickable {
	width: 50%;
	margin-right: 200px;
}
#suche {
	background: transparent url(images/suchen.png) no-repeat;
	margin: 0;
	padding: 60px 60px 60px 10px;
	position: absolute;
	right: 20px;
	top: 15px; 
}
#header a {
	color: #fff;
	text-decoration: none;
}
#header a:hover {
	text-decoration: underline;
}
#searchform label{
	position: absolute;
	left: -9000px;
}
#searchform input{
	margin: 14px 0 0 4px;
	padding: 8px 0;  
	border: 0;
	width: 160px;
	background: transparent;
	color: #ccc; 
}
#searchform button{
	background: transparent;
	border: none;
	padding: 0;
	margin: 0;
	vertical-align: middle;
	cursor: pointer;
	color: #fff;
}
p#rss{
	position: absolute;
	right: 20px;
	top: 130px;
	margin: 0;
	padding: 0;
}

/* Menu Sidebar */
#menu img {
	vertical-align: middle;
	}
#menu img.menuavatar {
	float: left; 
	margin: 0 5px 0 0;
	}
#menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	height: 1%;
	}
#menu ul li {  
	margin: 0;
	background: transparent;
	}
#menu ul ul {
	list-style-type: none;
	margin: 0 10px 0 10px;
	padding: 0;
	text-align: left;	
	}
#menu ul ul li, .gewusst {
	font: normal 80%/1.4em "Lucida Grande", Verdana, Arial, sans-serif;
	letter-spacing: 0px;
	}
#menu ul ul ul {
	border: none;
	}
#menu ul ul ul li{
	line-height: 1.1em;
	margin-left: 10px;
	}
#menu ul ul li.cat-item a {
	font: bold 14px Georgia, sans-serif;
	color: #D70606;
	text-decoration: none;
	}	
#menu ul ul li.cat-item li a {
	font: normal 10px "Lucida Grande", Verdana, Arial, sans-serif;
	color: #D70606;
	text-decoration: none;
}
#menu ul ul li a:hover, #menu ul ul li a:active {
	background-color: #ccc;
	color: #111;
}
#menu ul ul ul.children {
	font-size: 100%;
}
/* Menue Sidebar ENDE */
/* Datumsanzeige */
div.date p {
	width: 75px;
	height: 77px;
	float: left;
	margin: 0 4px 0 0;
	padding: 2px;
	background: url(images/datum.png) no-repeat;
	color: #D70606;
	text-align: center;
	font-size: 70%;
	overflow: hidden;
	}
div.date span.tag {
   	font: normal 22px/12px Impact, sans-serif;
   	display: block;
	margin: 26px 0 0 1px;  
	}
div.date span.monat {     
   	font: 90% Arial, sans-serif;	
   	color: #ccc;
   	padding: 0;
   	margin-left: 1px;
	}
div.date p span.jahr {
   	font: bold 100% Georgia, sans-serif;
   	display: block;
   	margin-left: 3px;
	}
/* Datumsanzeige ENDE */
/* Navigation Oben */
#menu1 { 
	height: 1%;
	overflow: hidden;
	margin-left: 80px;
}
#menu1 ul {
	margin: 0;
	padding: 0;
}
#menu1 ul li {
	float: left;
	display: inline;
	margin: 0;
	padding: 0;
}
#menu1 ul li a {
	padding: 6px 20px;
	display: block;
	text-decoration: none;
   	font-size: 85%;
	line-height: 15px;
}
#menu1 ul li a:link, #menu1 ul li a:visited{
	background: #222 url(images/menu.png) top left repeat-x;
	color: #ddd;
	border-left: 1px solid #333;
	border-top: 1px solid #333;
}
#menu1 ul li a:hover, #menu1 ul li a:active{
	background: #333 url(images/menu.png) 0 -100px repeat-x;
	color: #fff;
	text-decoration: none;
	border-left: 1px solid #444;
	border-top: 1px solid #444;
}
#menu1 ul li.current_page_item a:link, #menu1 ul li.current_page_item a:visited{
	background: #d70606 url(images/menu_in.png) top left repeat-x;
	color: #fff;
	border-left: 1px solid #d70606;
	border-top: 1px solid #d70606;
}
/* Navigation oben ENDE */
/* Footer */
#footer{
	clear: both;
	background: #000 url(images/tapete.png) no-repeat;
	border-top: 2px solid #D70606;
	color: #aaa;
	margin: 0;
	padding: 0 80px;
	text-align: center;
	min-height: 34px;
	}
#footer p{
	font: normal 0.7em/1.4em "Lucida Grande", Verdana, Arial, sans-serif;
	padding: 10px;
	margin: 0;
	}
#footer p.up{
	float: right;
	}
#footer p.up a{
	padding-right: 20px;
	background: url(images/top.gif) top right no-repeat;
	}
#footer a:link, #footer a:visited {
	color: #aaa;
	text-decoration: underline;
	}
#footer a:hover, #footer a:active {
	color: #D70606;
	text-decoration: none;
	}
#content_start {
  	position: absolute;left: -10000px;
	}
/* Footer ENDE */
/* Bilder und Caption Alignment */
img.avatar {
	margin-right: 10px;
	border: 1px solid #888;
	float: left;
}
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}
.alignleft {
   float: left;
   margin: 0 10px 5px 0;
}
.alignright {
   float: right;
   margin: 0 0 5px 10px;
}
.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}
.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}
.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}
/* Bilder und Caption Alignment ENDE */
/* Sidebar Customize */
.sidelinks li.cat-item, .sidelinks li.border {
	border-bottom: 1px dotted #aaa;
	padding: 1px;
	}
.sidelinks li.cat-item li { 
	border: none; 
	}
.listblack li {
	list-style: inside url(images/list_black.png);
	}
.listred li {
	list-style: inside url(images/list_red.png);
	}
.sidelinks li li {
	list-style: inside disc;
	padding-left: 20px;
	border: 0;
	}
.sidelinksbutton {
	margin: 3px;
	}
.informationen ul {
 	font: normal .65em Verdana, sans-serif;
	}
.informationen img {
	vertical-align: middle;
	}
	.gewusst {
 margin: 0 0 5px 5px;
}
/* Sidebar Customize ENDE */
/* Recent Comments Plugin */
#recent ul li { 
	margin: 0;
	}
#recent li.recentcomment {
	background: url(images/user.gif) no-repeat;
	padding: 0 0 5px 15px;
	}
#recent li.recenttrackback {
        background: url(images/link.gif) no-repeat;
        padding: 0 0 5px 16px;
	}
#recent ul ul li.recentcomment a, #recent ul ul li.recenttrackback a  {
    font: normal 100%/1em "Lucida Grande", Verdana, Arial, sans-serif;
    text-decoration: none;
	}
#recent ul ul li a:hover, a.simple:hover {
    color: #111;
    background: transparent;
	}
#recent ul.tabNavigation li {
	display: inline;
	margin:0;
	}
#recent ul.tabNavigation li a, #recent ul.tabNavigation li a:visited {
    padding: 0 8px 4px 8px;
    color: #aaa;
    border-left: 1px solid #aaa;
	border-right: 1px solid #aaa;
	border-top: 1px solid #aaa;
    background-color: #eee;
    }
#recent ul.tabNavigation li a.selected, ul.tabNavigation li a:hover {
    padding-top: 3px;
    color: #000;
    border: 1px solid #D70606;
    border-bottom: 1px solid #eee;
    }
#recent ul.tabNavigation li a:hover {
	background: #eee;
	color: #D70606;
	padding-top: 3px;
	}
#recent ul.tabNavigation li a:focus {
	outline: 0;
    }
div.tabs > div {
    margin: 2px 5px 0px 10px;
    padding: 10px 0 0 0;
    border: 1px solid #D70606;
    }
div.tabs > div h2 {
    margin-top: 0;
    }
#first, #recent li.recentcomment {
    background-color: #eee;
    }
#second, #recent li.recenttrackback {
    background-color: #eee;
    }
/* Recent Comments Plugin ENDE */
/* More-Tag */
.more-link {
	font: bold italic 12px/12px Georgia, serif;
	margin-top: 10px;
  	padding: 0 0 5px 30px;
	display: block;
	float: right;
  	background: url(images/more.png) 0px -30px no-repeat;
	}
a:hover.more-link {
    color: #222;
  	background-position: 0px -1px;
	}
/* Ende More-Tag */
/* Artikelsprungnavigation in der Artikeleinzelansicht */
.artikelsprung {
   	text-align: center;
}
.artikelsprung a:hover {
	background-color: #999999;
}
/* Ende Artikelsprungnavigation */
/* Informationskasten in der Einzelansicht */
#postmetadata {
	font: normal 80%/1.1em "Lucida Grande", Verdana, Arial, sans-serif;	
	border-top: 2px solid red;
	border-bottom: 2px solid red;
	margin: 10px 0 10px 0;
	padding: 10px;
	color: #ccc;
	background: url(images/tapete.png);
}
#postmetadata li {
	padding: 0;
	list-style: none;
	font-size: 100%;
}
/* Informationskasten ENDE */
/* Kommentare, Trackbacks, Pingbacks */
ol.commentlist {
	margin: 0 15px 0 15px;
	padding:0;
	}
.commentlist li {
	list-style:none;
	margin-bottom:5px;
	}
.commentlist .comment-author {
	padding: 5px;
	background: transparent url(images/bg_comments2_cite.gif);
	border: 2px solid #aaa;
	color:#999;
	}
.comment-author a {
	font: normal 150%/1em Georgia, sans-serif;
	}
.commentinfo, .commentinfo a {
	font: normal 80%/1.1em "Lucida Grande", Verdana, Arial, sans-serif;	
	}
.commentlist  p {
	padding: 0 10px 0 10px;
    }
.commentlist .even, .pinglist .even {
	background:#ddd;
	}
.commentlist .odd, .pinglist .odd {
	background:#eee;
	}
.commentlist .byuser { 
	background: #fffbcc;
	}		
ol.pinglist { margin: 5px 30px 5px 30px; padding: 0 0 0 30px; border-left: 1px solid black; background: #ccc; }	
.pinglist .trackback { font: normal .8em "Trebuchet MS", sans-serif; padding: 5px; }
.pinglist .comment-meta { font-size: 10px; }
/* Kommentare, Trackbacks, Pingbacks ENDE */
/* Fussnotendesign */
ol.footnotes { font: normal 0.7em "Lucida Grande", Verdana, Arial, sans-serif; clear: both; color:#999;}
ol.footnotes li { list-style-type:decimal; }
/* Fussnotendesign ENDE */
/* Tag Wolke */
.st-tag-cloud li { display: inline; list-style-type: none; }
.st-tags-t1 { font-size: 100% }
.st-tags-t2 { font-size: 150% }
.st-tags-t3 { font-size: 200% }
/* Tag Wolke ENDE */
/* Kommentarformular */
#commentform p, div.line {
	padding: .2em;
	margin: 0;
	}
#commentform p.line, div.line {
	border-bottom: 1px dotted #aaa;
	}
#commentform label {
	color:#111;
	display: block;
	float: left;
	font: normal bold 15px Georgia, sans-serif;
	padding: 3px 8px 0 0;
	text-align:right;
	width:120px;
	}
#commentform input {
	border: 2px solid #aaa;
	padding: 3px 0 0 30px;
	height: 18px;
	}
#commentform #author {
	background: #eee url(images/user_red.gif) no-repeat 3px 3px;
	width:250px;
	}
#commentform #email {
	background: #eee url(images/email.gif) no-repeat 3px 3px;
	width:250px;
	}
#commentform #url {
	background: #eee url(images/link.gif) no-repeat 3px 3px;
	width:250px;
	}
#commentform textarea {
	background:#eee;
	border: 2px solid #aaa;
	width: 70%;
	}
#commentform #submit {
	color: #d70606;
	background: url(images/bg_button.gif) no-repeat 0 0;
	font: normal bold 12px Georgia, sans-serif;
	border: none;
	height:26px;
	width: 168px;
	float: right;
	padding:0 0 2px 0;
	}
#commentform #submit:hover {
	color: #222;
	background: url(images/bg_button.gif) no-repeat 0 -28px;
	}
#commentform input:hover, #commentform textarea:hover, #commentform textarea:focus, #commentform input:focus {
	border: 2px solid red;
	}
#commentform span.help {
	font: normal 9px Arial, sans-serif;
	background: #fff url(images/help.gif) no-repeat;
	padding: 2px 0 2px 20px;
	margin-left: 125px;
	}
#commentform div.help {
	font: normal 12px Arial, sans-serif;
	background-color: #eea;
	width: 72%;
	margin-left: 125px;
	}
#commentform div.commentmailer p {
	display: block;
	margin-left: 125px;
	font-size: 10px;
	}
#commentform div.commentmailer label {
	display: inline;
	font: normal 10px Arial, sans-serif;
	float: none;
	}
#commentform div.commentmailer input {
	vertical-align: middle;
	margin: 0;
	}
div.clear {
	clear: both;
	}
.hinweis {
	font: normal 10px Arial, sans-serif;
	}
a.nachoben{
	padding-right: 15px;
	background: url(images/top.gif) top right no-repeat;
}
.ayb_date {
	font: italic 450%/0.2em Georgia, sans-serif;
	margin: 10px 0 0 20px;
	color: #ddd;
	display: block;}
a.ayb_link {
	font-size: 100%;
	margin-left: 20px;
}
/* BEGIN http://www.seoegghead.com/software/wordpress-seo-pager.seo */
	.dummy {}

	div.pagerbox {
		margin: auto;
		text-align: center;
	}

	div.pagerbox a {
		border: 1px solid #aaaaaa;
		background-color: #eeeeee;
		font-size: 12px;
		font-weight: normal;
		color: #800000;
		padding-top: 2px;
		padding-right: 4px;
		padding-bottom: 2px;
		padding-left: 4px;
		margin-top: 2px;
		margin-right: 0px;
		margin-bottom: 2px;
		margin-left: 2px;
		text-decoration: none;
	}
		
	div.pagerbox a:hover, div.pagerbox a:active, div.pagerbox .current {
		border: 1px solid #aaaaaa;
		font-size: 12px;
		font-weight: normal;
		color: #ff0000;
		background-color: #cccccc;
		padding-top: 2px;
		padding-right: 4px;
		padding-bottom: 2px;
		padding-left: 4px;
		margin-top: 2px;
		margin-right: 0px;
		margin-bottom: 2px;
		margin-left: 2px;
	}	
	.radiobuttontable {
		border-bottom-width: 0px !important;  
		padding:0 !important; 
		margin: 0 !important;
	}
	
	.clink{
		border: none !important;
		padding:0 !important; 
		margin: 0 !important;			
	}
	
/* END http://www.seoegghead.com/software/wordpress-seo-pager.seo */	
p.dunkelcomment { 
	background: #dddecc;
	border: 1px solid black;
	margin: 5px 0 5px 0; 
	padding: 3px; 
	font-size: 80%;
	}
p.dunkeltipp { 
	background: #550000;
	color: #ccc;
	border: 1px solid black;
	margin: 5px 0 5px 0;
	padding: 3px;
	font-size: 80%;
	}
	
.vvqbox { display: block; max-width: 100%; visibility: visible !important; margin: 10px auto; } .vvqbox img { max-width: 100%; height: 100%; } .vvqbox object { max-width: 100%; } 

.liste-links {float: left; width: 52%;}
.liste-rechts {float: right; width: 48%;}
.liste-links ul, .liste-rechts ul {margin-top: 5px; }
.liste-links ul li, .liste-rechts ul li {margin-left: 20px; font-size: 80%; background: url(images/list_red.png) 0px 3px no-repeat; text-indent: 15px; line-height: 1.2em;}
.liste-links h4, .liste-rechts h4 {margin: 10px 0 10px 0;}

div.sociable { display: inline; }

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);
}
strong.search-excerpt { background: yellow; }