/*  
Theme Name: Uwe Schenk
Theme URI: uweschenk.de
Description: uweschenk.de
Version: 1.6
Author: Joerg Koch
Author URI: http://www.bildamt.de 
*/
html{
}

body{
	xxxxbackground:url("images/test.png") no-repeat scroll 0 0 #000014;
	xxxxcolor:#00AAFF;
	font-family:Arial,Helvetica,sans-serif;
	font-size:1em;
	line-height:1em;
	margin:26px 30px;
	text-transform:lowercase;
	font-weight: bold;
}


/*--------------------farben--------------------*/

a {
	text-decoration: none;
	xxxxcolor: #ffffff;
}

a:link { 

}

a:visited { 
}

a:link:focus{ 
}

a:link:hover, 
a:visited:hover { 
	xxxxcolor: #ffffff;	
}
a:link:active, a:visited:active {
}

/*--------------------textgestaltung--------------------*/

#player{
	xxxxcolor:#FFFFFF;
	font-size:2.6em;
	font-weight:bold;
	line-height:1.05em;
	position: absolute;
	right:30px;
}

#player p{

}
.subnav{
	display:block;
}
.subnav ul{
	font-size:0.9em;
	list-style-type: none;
	margin: 0;
	padding: 0;
}


p{
	font-size:0.9em;
	line-height:1.28em;
	margin:0 0 1.28em;
}

.upper{
	text-transform: uppercase;
	
}


h1,h2,h3,h4,h5,h6{
	xxxxcolor:#FFFFFF;
	font-size:0.9em;
	font-weight:inherit;
	line-height:1.28em;
	margin:0;
}

acronym, abbr, span.caps {
	cursor: help;
}

acronym, abbr {
}

blockquote {
}

blockquote cite {
}

hr {
}
/*--------------------navigation--------------------*/

#jumpTo{
	position:absolute;
	right:30px;
	top:30px;
}
#jumpTo img{
	border:0 none;
	float:left;
	margin:0;
	padding:0 0 0 2px;
}
#sidebar{
	float: left;
}

#content{
	padding-top:0.3em;
	margin-left: 230px;
	width:auto;
}

.overlay{
	height:580px;
	left:0 !important;
	top:0;
	width:100%;
	position: absolute;	
}

#videoWin{
	display:block;
	left:50%;
	margin:0 0 0 -240px;
	padding-top: 10%;
	width:480px;
	position: absolute
}

#playbar{
	padding:4px 0 22px;
}

.naviBack a{
	font-size:1.8em;
	font-weight:bold;
	line-height:1.05em;	
}

.navi a {
	position: relative;
	display:block;
}


#scrollbar{	
	margin-top: 5px;
	xxxxbackground: #00aaff;
	padding:0;
	height: 3px;
	width: 0px;
}
#scrollerBack{
	margin-top: 5px;
	xxxxbackground: #004472;
	height: 3px;
}
#playbar a{
	xxxxcolor:#004472;
	font-size:1.8em;
	font-weight:bold;
	padding-right:0.4em;
	text-decoration:none;
}

#playbar a:hover{
	xxxxcolor: #666672 ;
}

#head{
	height:148px;
}

#loc{
	position: absolute;
	top: 30px;
	right: 30px;
}
.navi{
	font-size:2.2em;
	font-weight:bold;
	line-height:1.05em;	
}

#col{
}

.col{
	max-width: 500px;
	position: absolute;
	width:auto;
}
.rCol{
	float:left;
	width:270px;
	position: absolute;
	left:290px;
}

.col240{
	width: 240px;
	float:right;
}

.col240l{
	width: 240px;
	float:left;
}

.navi{
	padding: 0;
}


.naviBack{
	position:absolute;
	left:30px;
	z-index: 1000;
}

.navi a:hover {
	text-decoration: none;
}

.navi a{

}


.navi, .navi ul, .navi ul ul{
	list-style-type: none;
	padding: 0;
	margin:0;
	padding-bottom:45px;
}

/* TOP LEVEL: Hide all top-level page menus */
ul.navi li {
	display:block;
	
}

ul.navi li li {
	display:none;
}

ul.navi li li li {
	display:none;
}

/* TOP LEVEL: Display current page's top-level hierarchy */
ul.navi li.current_page_item,
ul.navi li.current_page_item li,
ul.navi li.current_page_parent,
ul.navi li.current_page_parent li,
ul.navi li.current_page_ancestor,
ul.navi li.current_page_ancestor li {
	display:block;
}
ul.navi li ul {
	left:228px;
	margin-top:-1.05em;
}

#sidebar ul{
	position:absolute;
}

ul.navi li{
	width: 250px;
}

ul.navi li li{
	width: 250px;
}

ul.navi li li li{
	width: 500px;
}

ul.navi li li li a{
	xdisplay: inline;
}

/* TOP LEVEL: Hide all third-level menus */
ul.navi li.current_page_item li li {
	display:none;
}
/* SECOND LEVEL: Hide all second-level page menus */
ul.navi li.current_page_parent li li {
	display:none;
}
/* SECOND LEVEL: Display current page's hierarchy */
ul.navi li.current_page_parent li.current_page_item li {
	display:block;
}
/* SECOND LEVEL: Hide all but current page's third-level menu */
ul.navi li.current_page_parent li.current_page_item li li {
	display:none;
}
/* THIRD LEVEL: Hide all third-level page menus */
ul.navi li.current_page_ancestor li li {
	display:none;
}
/* THIRD LEVEL: Display current page's second-level menu */
ul.navi li.current_page_ancestor li.current_page_parent li {
	display:block;
}
/* THIRD LEVEL: Hide all fourth-level page menus */
ul.navi li.current_page_ancestor li.current_page_parent li li {
	display:none;
}
/* THIRD LEVEL: Display current page's fourth-level menu */
ul.navi li.current_page_ancestor li.current_page_parent li.current_page_item li {
	display:block;
}
/* FOURTH LEVEL: Display third-level menus */
ul.navi li.current_page_ancestor li.current_page_ancestor li {
	display:block;
}
/* FOURTH LEVEL: Hide all fourth-level-menus */
ul.navi li.current_page_ancestor li.current_page_ancestor li li {
	display:none;
}
/* FOURTHE LEVEL: Display only current page's fourth-level menu */
ul.navi li.current_page_ancestor li.current_page_ancestor li.current_page_parent li {
	display:block;
}


.navi li a{

}
.navi li a:hover{

}

.navi a{
	xxxxcolor: #001937;
}
.navi a:hover{

}

.current_page_ancestor a{
	xxxxcolor: #40404f;
}

.current_page_ancestor li a{
	xxxxcolor: #004472;
}


.current_page_parent .current_page_item li a{
	xxxxcolor: #004472 !important;
}

li.current_page_parent a{
	xxxxcolor: #666672
}


li.current_page_parent li a, ul.current_page_parent li a{
	xxxxcolor:#00aaff;
}

.navi li.current_page_item a{
	xxxxcolor:#ffffff;
}


.alpha25, .alpha25 p {
	xxxxcolor: #002b4f;
}

.alpha100{
	xxxxcolor: #00aaff;
}

dl{
}

dt{
}

dd{
}

ul{
}

ol{
}

li{
}

ul ul{
}

blockquote{
}

blockquote p{
}

code{
}

pre{
}

b, strong,i,em {
}

img{
}

address {
}

/*--------------------linkgestaltung--------------------*/

a {
	text-decoration: none;
}
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--------------------*/
/* fuer die Kommentarliste an sich*/
ol.commentlist{}

/*folgende class stehen zur Gestaltung des li bereit */

.comment {}
.byuser {}
.comment-author-admin {}
.bypostauthor {}

/* class um die li der 1 Ebene zu gestalten*/
.depth-1{}

/*hat man Kind Kommentare gibt es dann noch soviel wie man eben braucht */
.depth-2{}
.depth-3{}

/* folgende gestalten das li abwechselnd, wenn man mag*/
/* erstes li*/
.even {}
.thread-even{}
/* zweites li*/
.odd {}
.alt {}
.thread-odd {}
.thread-alt{}



/*---ende der class fuer die li---*/

/* fuer die Darstellung des Kommentarautors die class des divs*/
.comment-author {}
.vcard{}

.comment-author cite{}
.vcard cite{}

.comment-author cite a{}
.vcard cite a{}

/* fuer den Avatar*/
img.avatar{}
/*---ende der class fuer den Autor---*/

/*fuer die  Zeit wann der Kommentar geschrieben wurde und den Bearbeitungslink die class des divs*/
.comment-meta {}
.commentmetadata{}

.comment-meta a{}
.commentmetadata  a{}

/*---ende der Meta Daten---*/

/*Kommentartext  */

ol.commentlist p{}

/*---ende des Kommentartextes ---*/

/*Reply Link ist auch in einem div*/
.reply{}
.reply a{}

/*---ende Reply Link---*/


/*Kindkommentare sind in einer ul Liste*/

ol.commentlist ul.children{} /*ul.children gibt es auch in der sidebar-aufpassen*/

/*------alle oben genannten class wiederholen sich auch unter ul children------*/

#commentform p {

}


#commentform input {
}

#commentform textarea {
}

#commentform #submit { 
}

#respond{}

/*--------------------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{
}


/*-------------------body class---------------------*/
.rtl{}
.home{}
.blog{}
.archive{}
.date{}
.search{}
.paged{}
.attachment{}
.error404{}
.single postid-(id){}
.attachmentid-(id){}
.attachment-(mime-type){}
.author{}
.author-(user_nicename){}
.category{}
.category-(slug){}
.tag{}
.tag-(slug){}
.page{}
.page-parent{}
.page-child parent-pageid-(id){}
.page-template page-template-(template file name){}
.search-results{}
.search-no-results{}
.logged-in{}
.paged-(page number){}
.single-paged-(page number){}
.page-paged-(page number){}
.category-paged-(page number){}
.tag-paged-(page number){}
.date-paged-(page number){}
.author-paged-(page number){}
.search-paged-(page number){}

/*---post class----*/
.post{}
.sticky{}
.page{}
.tag{}
.hentry{}
/*aendert sich je nach kategoriename*/
.category-allgemein{}
.category-dieerste{}
.category-diezweite{}

/*und das gibts auch fuer tags*/
.tag-slug{}

/*------------bilder-------*/
.wp-caption {}
.wp-caption img {}
.wp-caption p.wp-caption-text {}
.gallery{}
.gallery-item{}
.gallery-caption{}
.attachment{}
.attachment img{}
div.caption{}
.imagenavi .alignright a{}
.imagenavi .alignleft a{}   
.imagenavi .alignright a img,
.imagenavi .alignleft a img{}

.left{}
.right{}
-center{}
.alignleft{}
.alignright{}
.aligncentered{}
