/*
Theme Name: dem Schack sein Cup
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

*/



/* Begin Typography & Colors */
* {
	margin:0;
	padding:0;
}

body {
	background-image:url(images/bg.jpg);
	background-color:#fff;
	background-repeat:repeat-x;
	background-position:center 0px;
	font-family:georgia,garamond,serif;
	color:#000;
	font-size:14px;
    text-align:justify;
	line-height:19px;
}

h1.logo{
width:300px;
height:322px;
display:block;
text-indent:-8000px;
background-repeat:no-repeat;
position:absolute;

}

.clear {
	clear:both;
	float:none;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 0 0 10px 10px;
	float:right;
}

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

.alignright {
	padding: 0 0 10px 10px;
	float: right;
}

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

#navi {
position:absolute;
margin:48px 0 0 230px;
}

#navi ul {
	list-style-type:none;
	margin:0;
	padding:0;
}

#navi ul li {
	float:left;
	padding-right:18px;
}

#navi ul li a {
	font-size:24px;
	font-style:italic;
	font-weight:bold;
	color:#000;
	text-decoration:none;
	display:block;
	height:26px;
	padding:2px;
	background-image:url(images/navi-bg.jpg);
	background-repeat:repeat-x;
}

#navi ul li a:hover {
	color:#cd5c32;
	background-image:url(images/navi-bg.jpg);
	background-repeat:repeat-x;
}

#navi ul li a.aktiv {
	color:#cd5c32;
	background-image:url(images/navi-bg.jpg);
	background-repeat:repeat-x;
}


p{
padding-bottom:16px;}

#wrapper{
width:830px;
margin:256px auto 50px auto;}

#header{
height:100px;}

#headline{
font-style:italic;
width:192px;
float:left;
text-align:right;
padding-right:38px;}

#headline h2{
font-size:24px;
line-height:30px;}

#content h2{
font-style:italic;
line-height:30px;
font-size:24px;
font-weight:normal;}

#content h2 a{
text-decoration:none;
color:#000;}

#content h2 a:hover{
color:#cd5c32;
text-decoration:none;}

#content a{color:#cd5c32;
text-decoration:underline;}

#content a:hover{color:#000;
text-decoration:underline;}

small{
padding-bottom:16px;
display:block;}

#content{
float:left;
width:500px;}

hr{
height:1px;
border:none;
border-bottom:1px solid #000!important;
margin-bottom:16px;}

#footer{
position:fixed;
width:100%;
height:20px;
border-bottom:10px solid #cd5c32;
bottom:0px;
z-index:5;
background-color:#fff;
}

#footer .inner{
width:830px;
margin:0 auto;
}
#footer .inner p{
font-size:10px;
padding-left:230px;
}

#footer .inner a{
color:#000;
text-decoration:none;
}

#footer .inner a:hover{
color:#cd5c32;
text-decoration:none;
}

#content img{
border:none;}


.gallery a img{
border:none!important;}

input{
padding:2px;
border:1px solid #cd5c32;
}

textarea{padding:2px;
border:1px solid #cd5c32;
color:inherit;}

