/*  
Theme Name: kitihof2010
The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php

/******************************************
*   HTML Elements                         
******************************************/

* {
margin:0;
padding:0;
}

html, body { 
height:100%; 
}
	
body {
color: #000000;
padding: 0px 0 25px 0;
height:100% 
}

body, select, input, textarea {
font: 12px Arial, Verdana, Sans-Serif;
line-height:1.5em;
}
	
p {	
margin: 0px 0;
color: #000000;
font-size: 15px;
font-family: arial;
padding-top:4px;
line-height:1.5em;
text-align: left;
}

#contentstartseite p {	
margin: 0px 0;
color: #31006b;
font-size: 14px;
font-family: arial;
padding-top:4px;
line-height:1.3em;
text-align: left;
}

a:link, a:visited {
color: #cf035c;
font-weight:bold;
text-decoration:none
}

a:hover, a:active {
color:#31006b;
font-weight:bold;
text-decoration:none;
}

hr {
display: block;
height:1px;
background:#333;
border:none;
}

small {
font-size: 0.9em;
padding:3px 6px;
}


td { 
text-align:left;
vertical-align:top;
}

td a {
font-weight:bold;
}

/****** Images ****************************/

img, a:link img, a:visited img{border:0px solid #999; padding:4px; vertical-align:bottom;}
img.left,img.center,img.right,img.norm{ margin:5px 12px 5px 0; border:1px solid #999; padding:1px;}
img.left{ float:left; margin:0 12px 5px 0; }
img.center{ display:block; margin:0 auto 5px auto; }
img.right{ float:right; margin:0 0 5px 12px; }
img align left{ float:left; margin:0 12px 5px 0; }
	

/****** Navigation ****************************/

#nav {	
position:absolute;
font-size:1em;
padding-left:85px;
padding-top: 128px;
width:1100px;
letter-spacing:0.1em;
color: #000000;
z-index:20;
	}
	
#nav, #nav ul {
list-style:none;
line-height:1.4;

	}

#nav a, #nav a:hover {
display: block;
text-decoration: none;
color:#cf035c;
	}

#nav li {
float: left;
list-style:none;
	}

#nav a, #nav a:visited {
display:block;
font-weight:bold;
color: #000000;
padding:6px 18px;
	}

#nav a:hover,  #nav a:active {
color: #cf035c;
text-decoration:none;
	}	

.current_page_item	a, #home .on  {color: #d1a46b;}
	
	
	
/* Dropdown Menus for child pages */		

#nav li ul {/*first level dropdown*/
position: absolute;
z-index: 10;
left: -999em;
height: auto;
width: 230px;
background:#ffffff;
margin-left:-1px;
margin-top:-4px;
border-left:1px solid #d4d4d4;
border-right:1px solid #d4d4d4;
border-bottom:1px solid #d4d4d4;
margin-left:15px;
	}
	
#nav li ul ul {/*second level dropdown*/
margin: -3em 0 0 200px;
border-bottom: 1px solid #d4d4d4;
border-right: 1px solid #d4d4d4;
border-left: 1px solid #d4d4d4;
border-top: 1px solid #d4d4d4;
	}

#nav li:hover ul ul, #nav li.sfhover ul ul {
left: -999em;
width: 200px;
background:#ffffff;
	}

#nav li li {
width: 200px;
	}

#nav li li a, #nav li li a:visited {
display:block;
font-weight:bold;
width: 200px;
	}

#nav li li a:hover, #nav li li a:active {background:none;}	
	
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {left: auto;}

a.main:hover {background:none;}



/******************************************/

#page {
width:1600px;
margin-left: 0px;
align:left;
font-size:1em;
background-image: url(/wp-content/themes/kitihof2010/images/backgrounds/background01.jpg); background-repeat:no-repeat;
background-position:-0px -40px;
	}

#startseite {
width:100%;
height:1100px;
margin-left: 0px;
align:left;
font-size:1em;
background-image: url(/wp-content/themes/kitihof2010/images/backgrounds/background01.jpg);
background-color: black;
background-repeat:no-repeat;
	}

#productpage {
width:100%;

background:#feffbd;
margin-left: 0px;
align:left;
font-size:14px;
background-image: url(/wp-content/themes/kitihof2010/images/backgrounds/background02.jpg); background-repeat:no-repeat;
}


#branding {/*where the logo sits*/
position:absolute;
width:100%;
height:120px;
left:1px;
top: 0px;
z-index:22;
	}


.left {
float:left;
}

.right {
float:right;
}

#sidebar {
position:absolute;
width: 780px;
height:379px
color:#000000;
left:-3px;
top:175px;
}


#leftcol {/*the left homepage column carrying the "Featured Article" section*/
width:287px;
border-right:1px solid #b6b6b6;
padding-right:18px;
}

#leftcol, #rightcol {
margin-top:10px;
float:left
}	
	
#rightcol {/*actually the column in the middle of the homepage (if the right column is the sidebar)*/
width:277px;
padding-left:18px;
margin-top: -2px;
text-align:justify;
}

		
/******************************************
*   Sidebar                         
******************************************/

.subnav li {/*.subnav is mainly the categories list*/
list-style:disc;
}

.subnav li a:link, .subnav li a:visited {
display:block;
padding:4px 4px 4px 20px;
border-bottom: 1px solid #999;
}
		
.subnav li a:hover, .subnav li a:active {
background: #F4F4EC;
text-decoration:none;
}

#sidelist li {
list-style:disc;
}
	
.bullets li {
list-style:disc;
}
	
#sidelist .bullets li {
list-style:disc;
margin-bottom:5px;	
margin-left:22px;
}

#sidelist .children {
background:#F4F4EC;
}

#sidelist .children li {
background: #F4F4EC;
list-style: none;
margin-left:15px;
padding-left:15px;
border-bottom:1px solid #fff;
}
	
#sidelist .children li a, #sidelist .children li a:visited {
padding:2px 2px 2px 0px;
border:0;
background:#F4F4EC;
color: #666;
}

#sidelist .children li a:hover, #sidelist .children li a:active	{				
color:#000;
}

#sidelist .feed li{
margin-bottom:5px;
padding-left:20px;
background:url(images/rss.gif) no-repeat;
}

#sbsl1_1 {
left: 136px;
position: relative;
top: 90px;
}

/******************************************
*   Headlines                         
******************************************/

.blogtitle, .blogtitle a {
color: #ffffff;
font-size: 1.8em;
font-family: 'Times New Roman',Times,serif
font-weight: regular;
padding: 20px 0px 10px 0px;
}

h1 {
color: #000000;
font-size: 1.8em;
font-family: 'arial';
font-weight: bold;
margin-top: 20px;
line-height:1.4em;
}
	
h2 {
color: #cf035c;
font-size: 1.4em;
font-family: 'arial';
font-weight: bold;
letter-spacing: 0.1em;
padding-bottom:7px;
}

h3 {
color: #000000;
font-size: 1.4em;
font-family: 'arial';
font-weight: bold;
}

h4titel {
color: #000000;
font-size: 14px;
font-family: 'arial';
letter-spacing: 0.1em;
}

h1startseite {
color: #000000;
font-size: 16px;
font-family: 'arial';
letter-spacing: 0.1em;
}

#sidebar h2, #sidebar h3 a {
font: 0.9em Arial, Helvetica, sans-serif;
letter-spacing:0.3em;
text-transform:uppercase;
margin-bottom:8px;
font-weight:bold;
color:#000000;
margin:40px 40px 40px 40px;
}

h3#respond {
font-size:1.1em;
border-top:1px solid #445c8d;
margin-top:25px;
padding-top:20px
}

h3#comments {
margin-top:32px
}

h3 a:link, h3 a:visited {
color: #cf035c;
}

h4 {
font-size:1.2em;
margin-bottom:6px;
}
	
h5 {   /*linkliste sidebar*/
color: #ffffff;
font-size: 1.1em;
font-family: arial;
margin-top:8px;
margin-left:40px;
margin-right:30px;
line-height:1.8em;
}

h6 {   /*ueberschrift sidebar*/
color: #ffffff;
font-size: 1.2em;
font-family: arial;
padding-top:45px;
margin-left:24px;
margin-right:30px;
letter-spacing:0.1em;	
text-decoration: underline;	
}
	
/******************************************
*   Content                        
******************************************/

#content {
text-align: left;
width:450px;
float:left;
margin-top:100px;
padding-left:725px;
padding-top:15px;
height: 800px;
font-family: 'Times New Roman',Times,serif;
font-size: 12px;
line-height:1.0em;

}

#contentstartseite{
float: left;
font-family: arial;
font-size: 16px;
left: 88px;
line-height: 2em;
position: absolute;
text-align: left;
top: 700px;
width: 1075px;
}

#contentproduktseite{
height:100%;
min-height:600px;
text-align: left;
width:720px;
background:#feffbd;
float:left;
margin-top:200px;
margin-left:105px;
padding-top:8px;
padding-left:30px;
padding-right:30px;
font-family: arial;
font-size: 14px;
line-height:1.5em;
}

#textstart{
position: absolute;
text-align: left;
width: 340px;
float: left;
left: 721px;
top: 204px;
font-family: arial;
font-size: 18px;
font-weight: bold;
color: black;
}
	
#textstartunter{
position: absolute;
text-align: left;
width: 360px;
float: left;
left: 721px;
top: 210px;
font-family: arial;
font-size: 16px;
line-height: 1.4em;
letter-spacing: 0.05em;
color: black;
}

#logotext{
position:absolute;
text-align: left;
float:left;
left:317px;
top: 95px;
font-family: arial;
font-size: 20px;
font-style:italic;
font-weight:bold;
z-index:5;
color:#00b2ec;
letter-spacing:0.2em;
}

#buttontop{
position:absolute;
text-align: left;
float:left;
left:700px;
top: 23px;
font-size: 12px;
line-height:1.5em;
z-index:30;
font-weight:bold;
letter-spacing:0.1em;
}

#buttonfirma{
position:absolute;
text-align: left;
float:left;
left:697px;
top: 23px;
font-size: 12px;
line-height:1.5em;
z-index:30;
font-weight:bold;
letter-spacing:0.1em;
}

#buttonfirma a {
color:#ffffff;
}

#buttonfirma a:hover {
color:#000000;
}

#buttonkontakt{
position:absolute;
text-align: left;
float:left;
left:780px;
top: 23px;
font-size: 12px;
line-height:1.5em;
z-index:30;
font-weight:bold;
letter-spacing:0.1em;
}

#buttonkontakt a {
color:#ffffff;
}

#buttonkontakt a:hover {
color:#000000;
}

#buttonlogin{
position:absolute;
text-align: left;
float:left;
left:900px;
top: 23px;
font-size: 12px;
line-height:1.5em;
z-index:30;
font-weight:bold;
letter-spacing:0.1em;
}

#buttonlogin a {
color:#ffffff;
}

#buttonlogin a:hover {
color:#000000;
}


.description {
font-size: 1.3em;
font-weight: bold; 
color:#999;
}

/* Featured Articles formatting "leftcol" */

.feature {
background: url(images/backgrounds/bg_featured.jpg) repeat-x #F4F4EC;
padding:15px;
border: 1px solid #ccc;
}

.feature p, #rightcol p { margin:0;	}

#leftcol img, #rightcol img {
padding:1px;
border:1px solid #999;
}

#leftcol .feature {	margin-bottom: 15px; }

/* Formating of the Leadstory stuff in the tabbed section */
			
#leadpic {
float:left;
margin: 0 18px 8px 0;
padding:1px;
border: 1px solid #999;
}

.title, a.title  {
font-family: Georgia, "Times New Roman", Times, serif;
font-size:1.1em;
font-weight:bold;
color: #840000;
letter-spacing:normal;
}
		
#lead p {
margin-bottom:10px;
}

/* Formating of "rightcol" which is the column in the homepage middle ;-) */

#rightcol img {
float:left;
margin:3px 10px 4px 0;
}

#leftcol img {
margin-bottom: 4px;
display:block
}
	
#rightcol .clearfloat {
border-bottom:1px solid #999;
padding:12px 0;
}	

/* Post Formatting */

.entry {
padding-bottom:28px;
text-align:justify;
}

.post blockquote {
color:#666;
background:#F4F4EC;
padding:6px 14px;
margin:18px 35px;
border-right:1px solid #DDD;
border-bottom:1px solid #DDD;
}	

.post ul li {
list-style:square;
margin-top:9px;
margin-bottom:5px;
margin-left:15px;
text-align: left;
font-size:15px;
}

.post ol li {
margin-bottom:5px;
font-family: arial;
margin-left:48px;
text-align: left;
}
	
#tags {
padding:3px;
border-bottom:1px solid #DDD;
border-top:1px solid #DDD;	
}	
	
.postmetadata {
font-size:0.9em;
margin:0 0 10px 0;
padding:5px 10px;
background:#F4F4EC;
border-top:1px solid #E6E3D3;	
border-bottom:1px solid #E6E3D3;	
}			

/* Form Elements */

select {
background:#f2f2f2;
border:1px solid #9c9c9c;
width:100%
}
	
#searchform { 	
position:absolute;
top: 10px;
left:498px;
width: 4px;
float: right;
z-index:31;
}

.button {
position:absolute;
margin-top: 0px;
margin-left:0px;
padding-right:0px;
background:none;
padding: 1px;
color:#000000;
border:none;

float: right;
}

.button:hover {
color:#ffffff;
text-decoration:none;
}

#commentform input {
width: 170px;
margin: 5px 5px 1px 0;
}

#commentform textarea {
width: 60%;
margin-top:5px;
}

/* Comments*/

.commentlist {
padding-left:30px;
}
	
.commentlist li {
margin: 15px 0 3px;
padding: 8px 15px 10px 15px;
background:#F4F4EC;
border:1px solid #E6E3D3;
}

.commentlist blockquote {
color:#666;
background:#fff;
padding:6px 14px;
margin:18px 35px;
border-right:1px solid #ccc;
border-bottom:1px solid #ccc;
}	

#commentform small {
background:#FFF;
font-weight:bold;
padding:0;
}
	
.commentmetadata {
display: block;
}

.commentlist small {
background:#fff;
border:1px solid #E6E3D3;
}

/* Float Properties*/

.clearfloat:after {
display:block;
visibility:hidden;
clear:both;
height:0;
content:".";
}
	
.clearfloat {
display:inline-block;
}	

.clearfloat {
display:block;
}
	
	
/******************************************
*   Footer                        
******************************************/

#footer {
width:100%;
height:100px;
top: 600px;
margin-bottom:-50px;
padding-top:25px;
text-align:center;
font-size:12px;
font-weight:bold;
color:#31006b;
background-color:#f3d92a;
}

#footerstartseite {
position:absolute;
width:100%; 
height:120px;
top:990px;
padding-top:25px;
text-align:center;
font-size:13px;
font-weight:bold;
color:#31006b;
}

#footerstartseite a {
color:white;
font-weight:bold;
}

#footerstartseite a:hover{
text-decoration:underline;
color: #cf035c;
font-weight:bold;
}

#footer a {
color:#31006b;
font-weight:bold;
}

#footer a:hover{
text-decoration:underline;
color: #cf035c;
font-weight:bold;
}


.breadcrumb {
position:absolute;
margin-top: 176px;
margin-left:135px;
color: #919191;
font-weight:normal;
}

.breadcrumb a:hover{
color: #cf035c;
font-weight:normal;
}

.breadcrumb a {
color: #919191;
font-weight:normal;
}

.fbLikeContainer{
margin-top:38px;
margin-bottom:15px;
}

#fbbutton{
position:absolute;
top:12px;
left:770px;
width:107px;
height:34px;

z-index:100;
}

/* qTranslate Widget
----------------------------------------------- */

#language-chooser {
    width: 90px;
    height: 35px;
    left: 678px;
    padding-left: 11px;
    position: absolute;
    top: 15px;
    background: url("../../uploads/white.png") 0 0 no-repeat scroll transparent;
    /*background-color: #DDDDDD; 
    box-shadow: 3px 3px 5px -1px black;*/
    z-index: 10000;
}

.lang-field {
	float: left;
	margin: 2px 0 0px -2px;
}
.qtrans_flag {
    height: 23px !important;
    width: 35px !important;
}
