/*
Theme Name: Kinderpilot
Theme URI: http://www.kinderpilot.de
Description: Kinderpilot Design based on Arthemia Theme
Author: Michael Hutagalung
Author URI: http://michaelhutagalung.com/2008/05/arthemia-magazine-blog-wordpress-theme-released/

Author: Michael Jubel Hutagalung
Author URI: http://michaelhutagalung.com/2008/05/arthemia-magazine-blog-wordpress-theme-released/

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php
*/



* {
	margin:0;
	padding:0;
	}

body {
	font: 100% Arial, Helvetica;
	background: #E4E4E4;
	color: #111111;
  background-image: url(images/background.jpg);
  background-position: top;
  background-repeat: repeat-x
}

hr {
	margin: 15px 0px 15px 0px;  border: 1px dotted #AAAAAA
	}

p {
	margin: 15px 0;

}

a:link, a:visited {
	color: #192730;
	text-decoration:underline;
	}

a img, a:link img { border: none; 	text-decoration:none;   }

a:hover, a:active {
	color: #1D3D4A;
	text-decoration:underline;
	}


code {
	font: 1.0em 'Courier New', Courier ;
	background:#ececec;
	}	

acronym, abbr, span.caps {	
	font-size: 0.9em;
	letter-spacing: .07em;
	cursor: help;
	}			

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	padding: 10px 10px 0 10px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background: #eee;
	font:1.0em Arial;
	line-height:1.5em;
	margin:10px 0px;
	}

select {
	width: 130px;
	}	



/* Structure */


#head {
	width:1060px;
	margin:0px auto;
	margin-top:10px;
	padding:0px;
	font-size:0.7em;

}


#page {
	width:1040px;
	margin:0px auto;
	padding:10px;
	font-size:0.7em;

}

.left, .alignleft {
	float:left;
	}

.right, .alignright {
	float:right;
	}


.left_seite {
  float:left;
  font-weight: bold;
  margin-left: 100px;
  padding: 4px;
  font-size: 120%;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #CC0000;
  background-color: #FFFF99
}

.right_seite {
 float:right;
  font-weight: bold;
  margin-right: 100px;
  padding: 4px;
  font-size: 120%;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #CC0000;
  background-color: #FFFF99
}

 .left_seite a:link, .left_seite a:visited, .right_seite a:link, .right_seite a:visited {
  font-weight: bold;
  color: #CC0000
}

/* Navigation Bar*/
#navbar {
	margin:0 auto;
	margin-top:15px;
	padding:0px 10px;
	text-transform:uppercase;
    color: #3E6687;
    	}

/* Page Bar*/
#page-bar {
	width:1040px;
    border-bottom: 2px solid #003366;
        }

#page-bar ul {
	list-style: none;  z-index: 10;

    	}

#page-bar li {
    float:left;
	list-style:none;
	cursor: pointer;
	display:block;
    background: #00529E;
    color: #ffffff;
    border-right: 1px solid #eeeeee;
    }

#page-bar a, #page-bar a:visited {
	margin: 0px;
	padding:10px 16px;
	font-weight:bold;
    color: #ffffff;
	display:block;
    text-decoration: none;
    font-size: 12px
}


#page-bar a:hover {
	text-decoration:none;
	display:block;
  	background: #0D2F4B;
    color: #efefef;
	}

/* Dropdown Menus */		

#page-bar li li {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 122px;
	text-transform:none;
	}

#page-bar li li a, #page-bar li li a:link, #page-bar li li a:visited {
  	background: #0D2F4B;
    color: #efefef;
	width: 122px;
	float: none;
	margin: 0px;
	padding: 5px 10px 5px 18px;
	border-top: 1px solid #ffffff;
    text-decoration: none;
    }
	
#page-bar li li a:hover, #page-bar li li a:active {
	background: #0D2F4B;
    color: #efefef;
	padding: 5px 10px 5px 18px;
    text-decoration: none;
    	}

#page-bar li ul {
	position: absolute;
	width: 10em;
	left: -999em;
	}

#page-bar li:hover ul {
	left: auto;
	display: block;
	}
	
#page-bar li:hover ul, #page-bar li.sfhover ul {
	left: auto;
	}


/* Text*/

h1 {
	font:2em Tahoma, Arial, sans-serif;
	font-weight:bold;
	letter-spacing:-0.08em;
      margin-bottom: 5px;
  margin-top: 5px;
  margin-left: 0px;
  margin-right: 0px;
	}

h2 {
	font:1.6em Tahoma, Arial, sans-serif;
  margin-bottom: 5px;
  margin-top: 5px;
  margin-left: 0px;
  margin-right: 0px;
}

h3 {
	font:1.3em Tahoma, Arial, sans-serif;
	color:#333333;
	font-weight:bold;
    margin-bottom: 5px;
    margin-top: 5px;
    margin-left: 0px;
    margin-right: 0px;
	}

h4 {
	font:1.0em Tahoma, Arial, sans-serif;
      margin-bottom: 5px;
  margin-top: 5px;
  margin-left: 0px;
  margin-right: 0px;
	}

.cat_title {
	color:#999999;
	font-size: 0.95em;
	text-decoration:none;
}

.cat_title a {
  color:#999999;
  font-size: 0.95em;
  text-decoration:none;
  border-bottom-color: #888888;
  border-bottom-style: dotted;
  border-bottom-width: 1px
}


.cat_title a:hover {
	color: #175A6A;

}


h3#respond {
	margin-top:0px;
	padding-top:18px;
	}

h3#comments {
	margin-top:32px;
	padding-left:0px;
	}

h3.authors {
	margin-top:15px;
	}


/* Index Page*/

#logo {
	width:400px;
}

#tagline {
	font-size:0,75em;
	color:#333;
    visibility: hidden
}

#top {
	padding:0;
	}

#headline {
	width:690px;
	float:left;
	background:#fff;
	padding:5px;
	font-size:1.05em;
	line-height:1.5em;
	margin:0;
	}

#headline  div.title {
	font-weight:bold;
	font:1.6em Tahoma, Arial, sans-serif;
	display:block;
	padding-bottom:2px;
	}

#headline div.meta {
	display:block;
	margin-top:-5px;
	padding-bottom:2px;
	}

#headline p {
	padding-bottom:15px;
	}

#featured {
	width:300px;
	background:#fff;
	float:right;
	padding:10px 10px 9px 10px;
	}

#featured .clearfloat {
	margin-top:7px;
	margin-bottom:8px;
	}

#featured .info {
	margin-top:5px;
	padding-top:5px;
	float:right;
	width:180px;
	}

#featured .title {
	font-weight:bold;
	}

#headline a img, #featured a img {
	border:1px solid #ccc;
	margin-top:5px;
	margin-right:10px;
	padding:2px;
	}


#middle {
	width: 920px;
	background:#fff;
	float:right;
	padding:10px;
	margin:10px 0;
	}

.category {
	width:165px;
	float:left;
	border-top:8px solid #333;
	margin:0px;
	padding:5px 10px 10px 10px;
	background:#fff;
	}

.category p {
	margin:0;
	}

#cat-1, #cat-3, #cat-5  {border-top:8px solid #333333;}
#cat-2, #cat-4 {border-top:8px solid #68A89D;}

.category span.cat_title, #front-popular h3, #seite .cat_title, #archive .cat_title {
    font: Tahoma, Arial, sans-serif ;
	margin:0px;
	font-weight:bold;


}

#front-popular h3 {
	color:#fff;
	}

.category a {
	color:#333;
	display:block;
	background:none;
	}

.category a:hover {
	background:none;
	color:#fff;
	text-decoration:none;
	}

#cat-1:hover, #cat-3:hover, #cat-5:hover {background:#333333; color:#fff; }
#cat-2:hover, #cat-4:hover {background:#3c78a7; color:#fff; }
#cat-1:hover a, #cat-3:hover a, #cat-5:hover a {background:#333333; color:#fff; }
#cat-2:hover a, #cat-4:hover a {background:#3c78a7; color:#fff; }



#seite {
	width:670px;
	background:#fff;
	padding:10px;
	font-size:1.05em;
	line-height:1.75em;
	float:left;
	}

#archive {
	width:670px;
	background:#fff;
	padding:10px;
	font-size:1.05em;
	line-height:1.75em;
	float:left;
	}

#seite blockquote, #archive blockquote {
	padding: 0px 10px 0 10px;
	}

#seite .title, #archive .title {
	font: normal 1.8em Tahoma, Arial, sans-serif;
	border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
	padding:8px 0px 6px 0px;
    color: #00509E;
    font-weight: bold
}


#seite .title a, #archive .title a {
    color: #2F3738;
	}


#seite .clearfloat, #archive .clearfloat {
	padding-bottom:10px;
	border-bottom:1px dotted #ccc;
	margin-bottom:10px;
	}

#seite .spoiler, #archive .spoiler {

	margin-top:3px;
  display: block
}

#seite p, #archive p {
	margin:0px;
	padding:0px;
	}

.author {
	font-size:0.8em;
	font-weight:bold;
	}

.meta {
	font-size:0.8em;
	color:#333;
	}

.meta a {
	color:#333;
	}

#headline p, #featured p {
	margin:0;
	}


/* Content Page*/

#content {
	width:690px;
	background:#fff;
	padding:5px;
	font-size:1.15em;
	line-height:1.75em;
	float:left;
	min-height:400px;
	}

#contentshop {
	width:1000px;
	background:#fff;
	padding: 10px;
	font-size:1.05em;
	line-height:1.75em;
	}

#content .breadcrumbs, #content .breadcrumbs a {
	color: #444444;
  	font-size:0.95em;  	}

#content h1.title, #contentshop h1.title {
	font: normal 1.8em Tahoma, Arial, sans-serif;
	border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
	padding:8px 0px 6px 0px;
    color: #00509E;
    font-weight: bold
}

#content h2.title, #contentshop h2.title {
	font: normal 1.8em Tahoma, Arial, sans-serif;
	border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
	padding:8px 0px 6px 0px;
    color: #00509E;
    font-weight: bold
}

.post {
	font-size:1.05em;
	line-height:1.75em;
    padding-left:5px; padding-right: 5px;   
	}

.post p {
	margin-top:0px;
	}

.post .clearfloat {
	border-bottom:1px dotted #ccc;
	margin:10px 0px;
	}

.post ul, .post ol, #seite ul, #seite ol {
	margin-bottom:15px;
	}

.post ul li, #seite ul li {
	list-style:square;
	margin-left:30px;
	}

.post ol li, #seite ol li {
	list-style:decimal;
	margin-left:30px;
	}

.post ol li ul li, #seite ol li ul li {
	list-style:square;
	margin-left:20px;
	}

.post img, .post a img, #seite img, #archive img {
	border:1px solid #ccc;
	margin:0 10px 5px 0;
	padding:2px;
	}

.post .ads {
	margin-top:10px;
	}

.entry {
	margin-top:20px;
	}



.navigation {
	padding:5px 0px;
	text-align:Center;
	}



/* Sidebar*/

#sidebar {
	width:305px;
	float:right;
	margin:0px 0px 0px 0px;
    text-align: left
}

#sidebar h3, #sidebar-bottom h3 {
	font:1.1em Tahoma, Arial, sans-serif;
	font-weight:bold;
	background:#f39000;
	color:#ffffff;
	margin:10px 0px 5px 0px;
	padding:5px 10px;
   	}

#sidebar-top, #sidebar-bottom {
	width:305px;
	float:right;
	padding:0px 10px 10px 10px;
    background-color: transparent
	}


#sidebar li, #sidebar-bottom li {
	list-style:none;
	border-bottom:1px dotted #ccc;
	display:block;
	padding:2px 0px 2px 13px;
	background:url(images/sub.png) no-repeat 0 0px;
	}

#sidebar li ul li:last-child, #sidebar-bottom li ul li:last-child {
	list-style:none;
	border-bottom:0px dotted #ccc;
	display:block;
	padding:2px 0px 0px 13px;
	background:url(images/sub.png) no-repeat 0 0px;
	}

#searchform {
	width:300px;
	float:right;
	text-align:left;
	padding-top:8px;
	margin-right:10px;
	}

/* Form Elements */

select {
	border:1px solid #333;
	width:100%
	}
	
.field {
	padding: 2px;
	border:1px solid #333;
	background:#fff;
	font-size:1.0em;
	}

#s {
	padding:1px;
	font-size:1.0em;
	width:130px;
	}
	
#searchsubmit {
	padding-left:5px;
	}

#commentform input {
	width: 140px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 99%;
	margin-top:5px;
	}



/* Footer*/


#footer {
	font-size:0.7em;
	color:#444444;
	background:#2c2c2c ;
	margin: 0px auto;
    padding: 10px;
    text-align: center
}

#footer a    {
	color:#444444;
}

/* Float Properties*/

.clearfloat:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}

.clearfloat {
	display: inline-block;
	}


/* Hides from IE-mac \*/
* html .clearfloat {
	height:1%;
	}

*+html .clearfloat {
	height:1%;
	}

.clearfloat {
	display:block;
	}



.smallink{ FONT-SIZE: 10px; COLOR: #666666; TEXT-DECORATION:none; }
a.smallink{ FONT-SIZE: 10px; COLOR: #666666; TEXT-DECORATION:none; }
a.smallink:active,a.smallink:visited,a.smallink:hover { FONT-SIZE: 10px; TEXT-DECORATION:none; }



/* Bilder*/



img.alignleft
{ float: left;   margin: 0 10px 0px 5px;      }

img.alignright
{ float: right;  margin: 0 5px 0 10px;  }

img.aligncenter, img[align="center"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
    border:0pt none;
 }


img.alignnone  {
  border: none;
  margin: 0 10px 0px 0;
}


.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-left: auto;
margin-right: auto;
border: 0 none;
}

.wp-caption p.wp-caption-text {
font-size: 11px;
line-height: 17px;
padding: 0 4px 5px;
margin: 0;
text-align: center;
}


.wp-caption img aligncenter   {
text-align: center;
display: block;
margin-left: auto;
margin-right: auto;
}


/* Hier kommen die Angaben für den Ausdruck hinein */
@media print{

#head { display: none; }
#logo { display: none; }
#right { display: none; }
#sidebar { display: none; }
#sidebar-ads { display: none; }
#sidebar-top  { display: none; }
#sidebar-bottom   { display: none; }
#navbar { display: none; }
#footer { display: none; }
 }



