/*
Theme Name: Willi Kunz
Theme URI: http://www.willikunz.com/
Description:
Version: 1.0
Author: Willi Kunz, Kostadin Krajcev & Yoshifumi Uemura
Author URI: http://www.willikunz.com/
Tags: Structure

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/************************************************************** Begin Typography & Colors */
*{ outline:none;}

body {
	color: #000;
	font: bold 9px/11px Verdana, Arial, Helvetica, Sans-Serif;
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4 {
	font-size: 1em;
	font-weight: bold;
	text-align: left;
	}
	
h1,h3,h4,p {
	margin-top:0px;
	margin-bottom:0px;
}

h2 {
	color:#999;
	margin:0 0 1em 0;
}

small {
	font-size: 0.9em;
	line-height: 1.5em;
	}

p { margin-bottom: 1em;}


a {color:#999; text-decoration: none;}

a:hover {color:#000;}

img, a img {
	border: none;
}

ol, ul {
	list-style:none;
	margin:0;
	padding:0;
}

ul li {
	margin:0;
	padding:0;
}

.clear { clear: both; }

.red { color:#ef4023;}

.subhead { color:#999;}


/***************************************************************************** Structure */

#wrapper {
	/*
	background:url('images/temp.png') no-repeat;
	*/
	
	height:600px;
	padding: 0;
	width:960px;
	}

/***************************************************************************** header */

#header {
	background-color:#fff;
	height:56px;
	margin: 0;
	padding:2px 0 0 3px;
	position:fixed;
	  _position:absolute;
	  top:0;
	  _top:expression(eval(document.body.scrollTop));
	width:960px;
	z-index:100;
	}
	
#logo {
	left:-237px;
	position:absolute;
	top:0;
}

#line1,#line2,#line3 {
	color:#000;
	position:absolute;
	top:2px;
}

h2#line1, h2#line3 {
color: #000;
font: bold 9px/11px Verdana, Arial, Helvetica, Sans-Serif;
margin: 0;
padding: 0;
}

#line1 {left:123px;}
#line2 {left:300px;}
#line3 {left:361px;}

/***************************************************************************** navi */

#sidebar {
	left:0px;
	padding:0 0 0 3px;
	position:fixed;
	  _position:absolute;
	  top:57px;
	  _top:expression(eval(document.body.scrollTop+57));
}


/************************************************************************ sub_navi */

#sidebar-subnav	{
	left:123px;
	position:fixed;
	  _position:absolute;
	  top:57px;
	  _top:expression(eval(document.body.scrollTop+57));
}

.current_page_item a {
	color:#000 !important;
}

.current-cat-parent a {
	color:#000 !important;
}

.current-cat a {
	color:#000 !important;
}

.current-post a {
	color:#000 !important;
}
	
.catsub-item {
	background-color:#fff;
	display:none;
	margin-bottom:10px;
	padding-bottom:100px;
}	

.catsub-item-4 li{ padding:0 0 12px;}

/************************************************************************ portfolio_main_numbers navi */

#sidebar-parts {
	color:#000;
	left:123px;
	position:fixed;
	  _position:absolute;
	  top:180px;
	  _top:expression(eval(document.body.scrollTop+180));
	width:180px;
}

#sidebar-parts ul li {
	float:left;
	margin:0 .6em .2em 0;
}

#sidebar-parts ul li a {
	color:#999 !important;
}

#sidebar-parts .current-cat a, #sidebar-parts .current-post a, #sidebar-parts ul li a:hover {
	color:#000 !important;
}

.selected a { color:#000 !important;}

/************************************************************************ portfolio_sub_numbers navi */

.navigation {
	color:#999;
	position:absolute;
	top:480px;
	width:180px;
	left:-237px;
	}
	
#content .navigation a {
	color:#999;
	display:block;
	margin:0 .6em .2em 0;
	float:left;
	font-size:9px;
}

#content .navigation .selected, #content .navigation a:hover {
	color:#000;
}


/************************************************************************ Content */
	
#content {
	left:360px;
	overflow:visible;
	padding-bottom:60px;
	position:absolute;
	top:60px;
	width:235px;
}

.homeLeft{
	font: bold 9px/12px Verdana, Arial, Helvetica, Sans-Serif;
	margin:0px;
	padding:0;
	width:240px;
}

.homeLeft ul li ul li{text-indent:12px;}

.homeRight {
	font: bold 9px/12px Verdana, Arial, Helvetica, Sans-Serif;
	left:240px;
	position:absolute;
	margin:0;
	padding:0 0 61px;
	top:0px;
	width:240px;
}

.post, .p_post{
	font-size:9px;
	margin:0 0 0 2px;
	padding:0;
	word-spacing:-.08em;
	width:240px;
}

.post hr, .p_post hr {margin:0; padding:0;}

.post a, .p_post a {color:#261e88;}

.post a:hover, .p_post a:hover{color:#000;}

#imgcolumn {
	left:300px;
	position:absolute;
	margin:0;
	padding:0 0 61px;
	top:0px;
}

#imgcolumn img {
	display:block;
	margin:0;
	padding:0;
}


/********************************** gallery styles */
#kk_gallery { border-top:none; margin:0; padding:0;}

#kk_gallery img {
	display:none;
	position:absolute;
	top:0;
}
	
.imagedescription {
	display:none;
	font-size:9px;
	position:absolute;
	top:480px;
    width:360px;
}	
/************************************************************************************************************** comments styles */

#comment {
	left:301px;
	position:absolute;
	top:0px;
	width:240px;
}

#comment h3 { border-top:#999 thin solid; padding:0 0 16px;}
p.input {padding:6px 0 0 0;}

ol.commentlist {font-weight:normal;}

ol.commentlist li { margin:0 0 0px; padding:0; }

h4#respond {border-top:#999 thin solid; margin:10px 0 12px;}

form {margin:0; padding:0;}

input, textarea { 
	border-bottom:#999 thin solid; 
	border-left:none; 
	border-right:none; 
	border-top:#999 thin solid;
	font:normal 9px/11px Verdana, Arial, Helvetica, Sans-Serif;
	margin:2px 0 0 0; 
	padding:3px 0;
	width:100%;
}

label {font-weight:normal; line-height:16px;}

#submit {background:#fff; cursor:pointer; font-weight:bold; padding:3px 2px 3px 0; width:auto; text-align:left;}

#submit:focus {background-color:#000; color:#fff;}