/*   
Theme Name: Johokwe
Theme URI: johokwe.de
Description: Wordpress Theme für Johokwe.de
Author: Samuel Vogel
Author URI: none
Template:
Version: 0.1
.
General comments/License Statement if any.
.
*/

body {
	background: url(./images/background.jpg) #2a1004 center top fixed no-repeat;
	width: 100%;
	margin: 0;
	padding: 0;
	font-family: 'Lucida Grande',Verdana,Arial,Sans-Serif;
}

img {
	border: none;
}

a {
	color: black;
}

#container {
	width: 850px;
	margin: auto;
}

#header {
	margin-top: 15px;
	position: relative;
	background: url(./images/header12.png) no-repeat;
	height: 180px;
}

#content {
	margin-top: 5px;
}

#content-left {
	width: 650px;
	float: left;
}

#content-right {
	width: 185px;
	float: right;
	padding-top: 3px;
}

#slideshow {
    height:  153px;
    width:   153px;
    padding: 0;
    margin:  0;
	z-index: -2;
	margin-top: 16px;
	margin-left: 14px;
	margin-bottom: -169px; 
} 
 
#slideshow img {
    width:  153px;
    height: 153px;
    top:  0;
    left: 0;
} 

#frame {
	z-index: 1;
}

#navi-container {
	margin-top: 10px;
}

#navi {
	background: url(./images/navi.png) no-repeat;
	padding: 10px 5px;
}

#navi img {
	margin: 2px 0px;
	width: 170px;
	height: 32px;
}

#navi a {
	display: block;
}
/*
#navi a.acitve {
	background: url(./images/navi-highlight.png) center left no-repeat;
}
*/
#vereine {
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	width: 135px;
	margin: 15px 25px;
}

#vereine img {
	margin: 5px;
}

#vdh {
	float: left;
}

#fci {
	float: right;
}

div.post-header {
	background: url(./images/post-header.png) no-repeat;
	height: 200px;
}

div.post-body {
	background: url(./images/post-body.png) repeat-y;
	padding: 1px;
}

div.post {
	margin-top: -210px;
	padding: 10px 20px;
	margin-bottom: -30px;
	font-size: 11pt;
}

div.post-footer {
	height: 25px;
	background: url(./images/post-footer.png) no-repeat;
	margin-bottom: 20px;
}

#entries {
	background: url(./images/entries.png) no-repeat;
	height: 40px;
	padding: 0px 15px;
}

#entries a {
	display: block;
	margin-top: 8px;
	color: gray;
}

#footer {
	background: url(./images/footer.png) no-repeat;
	height: 45px;
	margin-top: 50px;
	padding: 3px 20px 20px;
	clear: both;
}

#wordpress {
	width: 40px;
	height: 40px;
	display: block;
	float: right;
	margin-right: 20px;
}

#footer p {
	font-size: 14px;
	float: right;
	margin: 1px 20px 0px;
	text-align: right;
}

#footer p, #footer p a {
	color: #cacaca;
}

div.clearer {
	clear: both;
	line-height: 0;
	height: 0;
}

div.post h2, div.post h3 {
	margin-bottom: 0px;
}

div.post small {
	color: gray;
}

#admin {
	margin-top: 10px;
	float: left;
	color: gray;
}

/* Page Specific CSS */

#pedigree {
	margin-top: 20px;
	margin-bottom: 20px;
	border-width: 0 0 1px 1px;
	border-spacing: 0;
	border-collapse: collapse;

}

#pedigree td {
	margin: 0;
	padding: 4px;
	border-width: 1px 1px 0 0;
	background-color: #FFC;
	text-align: center;
}

#pedigree, #pedigree td {
	border-color: #600;
	border-style: solid;
}

/*	Image css from wordpress */

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

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */
