/*
Theme Name: WordPress Default
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets
Text Domain: kubrick

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

@import url('reset.css');

/* Begin Typography & Colors */
body {
	font-size: 12px;
	font-family: 'Helvetica Neue', Helvetica, Arial, Sans-Serif;
	background: #232220;
	color: #211f1e;
	text-align: center;
	}

#container {
	width: 1076px;
	margin: 0 auto;
	text-align: left;
	background: url('images/bg.jpg') 50% 0 no-repeat;
	}

#header {
	position: relative;
	height: 248px;
	}

#logo {
	top: 97px;
	left: 132px;
	position: absolute;
	}

#logo h1 a {
	display: block;
	height: 95px;
	text-indent: -9000px;
	width: 315px;
	}
	
#nav {
	position: absolute;
	top: 131px;
	left: 538px;
	}

#nav li {
	float: left;
	}

#nav li a {
	display: block;
	height: 38px;
	text-indent: -9000px;
	}

#nav li.info a {
	width: 85px;
	background: url('images/nav.jpg') 0 -38px no-repeat;
	}

#nav li.design a {
	width: 108px;
	background: url('images/nav.jpg') -85px -38px no-repeat;
	}

#nav li.artwork a {
	width: 132px;
	background: url('images/nav.jpg') -193px -38px no-repeat;
	}

#nav li.info a:hover {
	background-position: 0 -76px;
}

#nav li.design a:hover {
	background-position: -85px -76px;
}

#nav li.artwork a:hover {
	background-position: -193px -76px;
}

.page-id-6 #nav li.info a, .parent-pageid-6 #nav li.info a {
	background-position: 0 0;
}

.page-id-8 #nav li.design a, .parent-pageid-8 #nav li.design a {
	background-position: -85px 0;
}

.page-id-10 #nav li.artwork a, .parent-pageid-10 #nav li.artwork a {
	background-position: -193px 0;
}



#content {
	height: 796px;
	width: 636px;
	padding-left: 275px;
	}

#main {
	width: 470px;
	float: left;
	}

#main h2 {
	font-size: 24px;
	color: #211f1e;
	padding-bottom: 10px;
	}

#main p {
	font-size: 13px;
	color: #211f1e;
	line-height: 1.5;
	text-align: justify;
	margin: 6px 0;
	}

#sidebar {
	width: 113px;
	padding: 90px 0 0 0;
	float: right;
	text-align: center;
	}

#sidebar li a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	font-size: 18px;
	line-height: 1.5;
	}

#sidebar li a:hover {
	text-decoration: underline;
	}

.clear {
	clear: both;
	}

#footer {
	height: 86px;
	}

#footer p {
	padding-left: 490px;
	font-size: 11px;
	color: #fff;
	}

#footer p a {
	color: #fff;
	text-decoration: none;
	}

.wpcf7 {
	width: 445;
	height: 492px;
	background: url(images/kontaktformular.png) 0 0 no-repeat;
}

.wpcf7 form {
	padding: 47px 0 0 131px;
}

#main .wpcf7 p {
	padding: 0;
	margin: 0;
	line-height: 1;
}

.wpcf7 input.text {
	height: 17px;
	margin: 0;
	padding: 0;
	width: 255px;
	background: none;
	border: 1px solid #eae4d9;
	font-size: 12px;
	line-height: 17px;
	margin-bottom: 9px;
}

.wpcf7 input.plz {
	width: 71px;
	margin-bottom: 9px;
}

.wpcf7 input.ort {
	width: 99px;
	margin: 0 0 9px 83px;
}

.wpcf7 input.email {
	margin-bottom: 38px;
}

.wpcf7 textarea {
	height: 85px;
	margin: 0;
	padding: 0;
	width: 255px;
	background: none;
	border: 1px solid #eae4d9;
	font-size: 12px;
	line-height: 1.2;
	margin-bottom: 29px;
}

.wpcf7 button {
	border: 1px solid #211a12;
	width: 114px;
	height: 20px;
	margin: 0 0 0 141px;
	padding: 0;
	background: none;
	cursor: pointer;
}

span.wpcf7-not-valid-tip {
	background: white;
	border: 1px solid blue;
	font-size: 10pt;
	left: 100%;
	padding: 2px;
	position: absolute;
	top: 0%;
	width: 280px;
	z-index: 100;
}

.wpcf7-response-output {
	display: none;
}

.alignleft {
	float: left;
	padding: 0 20px 10px 0;
}

strong {
	font-weight: bold;
}
