/*  
Theme Name: Hoizge.de Blog
Theme URI: 
Description:Art needs support
Author: hoizge.de
Author URI: http://www.hoizge.de 

	
 */

hmtl{
     }

body{
	
     }

#oben{
	width: 100%;
	height: 23px;
	background-color: black;
	left: 0px;
	right: 0px;
	top: 0px;
	position: fixed;
	z-index: 100;
	overflow: hidden;
	}
#logohintergrund{
	margin-top: -77px;
	position: fixed;
	background-color: white;
	width: 100%;
	padding: 10px 10px 0px 20px;
	left: 0px;
	right: 0px;
	z-index: 99;
	border-bottom: 1px solid #f0f0f0;
	}
#logo{
	margin-left: 60px;
	}
#content{
	margin-top: 100px;
	overflow-y: hidden;
	overflow-x: visible;
	width: 640px;
	margin-left: auto;
	margin-right: auto;
	font-size: 1.0em;
	line-height: 1.3em;
	font-family: DroidSerif, Georgia;
	font-stretch: normal;
	font-weight: 500;
	color: #393836;
	}
.menulink{
	float: right;
	margin-right: 15px;
	color: white;
	font-family: Verdana;
	font-size: 0.7em;
	background-color: black;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 7px;
	padding-bottom: 3px;
	position: relative;
	}
.menulink:hover{
	background-color: #413f36;
	}
#info a{
	color: white;
	padding: 2px 2px 2px 2px;
	}
#info a:hover{
	background-color: #413f36;
	padding-left: 2px;
	padding-right: 2px;
	}
.time{
	float: left;
	padding-top: 13px;
	margin-left: 5px;
	margin-bottom: -8px;
	}
.titel{
	float: left;
	margin-bottom: -8px;
	}
.beitraginformation{
	float: right;
	font-size: 0.9em;
	margin-top: -10px;
	color: #51504d;
	}
.beitraginformation a{
	color: #51504d;
	}
.verstecken{
	color: white;
	position: fixed;
	right: 10px;
	bottom: 10px;
	}
.bilder{
	margin-bottom: 20px;
	height: 450px;
	}
/**************Information-Tooltip****************/
#information{
	}
#information_inside{
	z-index: 100;
	position: absolute;
	right: 0px;
	margin-top: 25px;
	margin-right: -100px;
	}
#information_oben{
	background-image: url(./images/information_oben.png);
	width: 239px;
	height: 29px;
	}
#information_mitte{
	background-image: url(./images/information_mitte.png);
	width: 239px;
	height: auto;
	min-height: 50px;
	padding-left: 28px;
	background-repeat: repeat-y;
	}
#information_unten{
	background-image: url(./images/information_unten.png);
	width: 239px;
	height: 30px;
	}
	
	
#information_inhalt{
	width: 180px;
	font-size: 0.7em;
	font-family: Verdana;
	font-stretch: inherit;
	}

#info{
	background-color: black;
	color: white;
	width: 180px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 3px;
	font-size: 0.6em;
	}

#kontakt{
	float: right;
	}
#feed{
	padding-left: 4px;
	padding-right: 4px;
	}
#feed a:hover{
	background-color: #413f36;
	padding-left: 4px;
	padding-right: 4px;
	}
.bilder{
	position: relative;
	z-index: 50;
	}

/***************Comments.php****************/
#submit{
	border: 1px solid #999999;
	background-color: white;
	float: left;
	margin-top: 18px;
	height: 19px;
	}

#submit:hover{
	background-color: #413f36;
	color: white;
	
	}
.eingabefelder{
	float:left;
	margin-right:22px;
	}

.kommentar{
	font-size: 0.9em;
	width: 640px;
	min-height: 100px;
	}
.kommentarautor{
	
}
.kommentartext{
	margin-top: -15px;
	float: left;
	width: 600px;
	
	}
.kommentarbild{
	float: right;
	margin-left: 5px;
	margin-top: 3px;
	}

/**************About******************/
#teiler{
	background-image: url(./images/about/teiler.png);
	width: 555px;
	height: 45px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	}
#social{
	width: 330px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -20px;
	padding-left: 20px;
	margin-bottom: 50px;
	
	}
.social_link{
	float: left;
	margin-right: 20px;
	}
#about_information{
	width: 300px;
	margin-left: auto;
	margin-right: auto;
	border: 1px dotted #999999;
	height: auto;
	padding: 10px 10px 10px 10px;
	font-size: 0.7em;
	
	}
/***********************bla**************/
.panes div {
	display:none;		
	padding:15px 0px;
	font-size:0.9em;
	background-color:#fff;
}
ul.tabs { 
	list-style:none; 
	margin:0 !important; 
	padding:10px 10px 10px 10px;		
	height:30px;
	font-size: 0.9em;
}

/* single tab */
ul.tabs li { 
	float:left;	 
	text-indent:0;
	padding:0;
	margin:0 !important;
	list-style-image:none !important; 
}

/* link inside the tab. uses a background image */
ul.tabs a { 
	font-size:0.9em;
	display:block;
	height: 30px;  
	line-height:30px;
	width: 134px;
	text-align:center;	
	text-decoration:none;
	color:#333;
	padding:0px;
	margin:0px;	
	position:relative;
	top:1px;
}

ul.tabs a:active {
	outline:none;
	border: 1px black;	
}

/* when mouse enters the tab move the background image */
ul.tabs a:hover {	
	background-color: #413f36;
	color: white;
}

/* active tab uses a class name "current". its highlight is also done by moving the background image. */
ul.tabs a.current, ul.tabs a.current:hover, ul.tabs li.current a {
	background-position: -420px -62px;		
	cursor:default !important;
	border: 1px black; 
	color:#000 !important;
}


/*--------------------textgestaltung--------------------*/

p{
     }

h1{
	font-weight: bold;
	font-size: 1.1em;
	color: black;



}
h2,h3{
	font-size: 1.0em;
	}


,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{
	margin-bottom: 5px;
     }

address {
     }

/*--------------------linkgestaltung--------------------*/


a {
	text-decoration: none;
	font-weight: 500;
	color: black;
     }
a:link { 
     }
a:visited { 
     }
a:link:focus{ 
     }
a:link:hover, 
a:visited:hover { 
    }
a:link:active, 
a:visited:active {
     }

/*--------------------bilder als links--------------------*/
a img{
	border: 0px;
     }
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 {
	float: left;
	 
	}


.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{
     }

/*------------------threded kommentar---------------*/
.editComment, .editableComment, .textComment{
	display: inline;
}
.comment-childs{
	margin: 5px 2px 2px 4px;
	padding: 4px 2px 2px 4px;
}
.chalt{

}
#newcomment{
	
}
#newcommentsubmit{
	color:red;
}
.adminreplycomment{
	width:99%;
	margin:4px;
	padding:4px;
}
.mvccls{
	color: #999;
}
.thdrpy{
	float: right;
	
	}
			

