/*  
Theme Name: Kalkwerk
Theme URI: http://samuel.lissnerweb.de/wordpress/kalkwerk-theme/
Description: Wordpress Theme für das Jugend- und Kulturgebiet KALKWERK Diez/Limburg
Version: 1.0
Author: Samuel Lissner
Author URI: http://samuel.lissnerweb.de

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

body
{
	margin: 0px;
	padding: 0px;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	background-color: #000000;
	font-family: Verdana, Sans;
	height:100%; /* this is the key! */
	font-size: 0.8em;
}

/*--links */

a:link, a:active, a:visited
{
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dotted #CCCCCC;
}

a:hover
{
	border-bottom: 1px solid;
}

/*--headlines */

h1 {
        color: #8F8F8F;
        font-size:180%;
        font-weight:normal;
}
h2 {
        color: #8F8F8F;
        font-size:160%;
        font-weight:normal;
}
h3 {
        color: #8F8F8F;
        font-size:140%;
        font-weight:normal;
}
h4 {
        font-size:120%;
        font-weight:bold;
}

/*--forms--*/

input, textarea, select
{
        width: 80%;
        background-color: #F5F5F5;
        border: 0;
        border-bottom: 1px solid #CCCCCC;
        margin: 0.25em;
        color: #69677D;
}

input:focus, textarea:focus, select:focus
{
        color: #000000;
        border-bottom: 1px solid #000000;
}

input[type=submit]
{
        border: 1px solid #CCCCCC;
        width: auto;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

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 */


/* Begin Various Tags & Classes */
acronym, abbr, span.caps 
        {
	cursor: help;
	}

acronym, abbr 
        {
	border-bottom: 1px dashed #999;
	}

blockquote 
        {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite 
        {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

/*--kalkwerk */

#kalkwerk
{
	position: absolute;
	width: 200px;
	height: 165px;
	background-image: url(images/kalkwerk.png);
	z-index: 1;
	overflow: hidden;
}

/*--sidebar */

#sidebar
{
	width: 170px;
	height: auto;
	z-index: 2;
	position: absolute;
	top: 170px;
	left: -170px;
	font-size: 0.82em;
	margin: 0;
	padding: 0;
}

#sidebar .body
{
        background-color: #FFFFFF;
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
}

/* corners */

#sidebar .tl, #sidebar .bl
{
        width: 170px;
        height: 20px;
        margin: 0;
        padding: 0;
        background-repeat: no-repeat;
}

#sidebar .tl
{
        background-image: url(images/sidebar-corners-tl.png);
}

#sidebar .bl
{
        background-image: url(images/sidebar-corners-bl.png);
}

/* corners: end */

#sidebar ul
{
  list-style-type: none;
  padding: 0;
  margin: 0 0.8em 0 0.8em;
}

#sidebar ul li
{
  padding: 0.3em 0 0.3em 0;
  margin: 0;
}

#sidebar ul li li:before
{
  content: "» ";
}

.spacer
{
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

/*--suche */
div#suche
{
  background-color: #E6E6E6;
  width : 150px;
  position : absolute;
  padding : 20px;
  
  top: 200px;
  right: -250px;
  z-index: 3;
}

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

/*--wrapper */

#wrapper
{
	position: relative;
	width: 600px;
	height:auto !important; /* real browsers */
	min-height:600px; /* IE6: treaded as min-height*/
	margin: 0 auto;
	text-align: left;
	z-index: 2;
}

/*--menu */

#menu
{
  list-style: none;
  padding: 0;
  margin: 0;
  width: 600px;
  height: 200px;
  background-image: url(images/menu.png);
  background-repeat: no-repeat;
  background-color: #FFFFFF;
  z-index: 3;
  position: relative;
  
}

#menu span {
  display: none;
  position: absolute;
}

#menu a {
  display: block;
  text-indent: -900%;
  position: absolute;
  outline: none;
  border: none;
}

#menu a:hover {
  background-position: left bottom;
}

#menu a:hover span {
  display: block;
}

#menu .home {
  width: 100px;
  height: 50px;
  background: url(images/menu-home.png);
  background-repeat: no-repeat;
  left: 22px;
  top: 51px;
}

#menu .home span {
  width: 79px;
  height: 43px;
  background: url(images/menu-home-hover.png);
  background-repeat: no-repeat;
  left: 80px;
  top: -45px;
}

#menu .festival {
  width: 122px;
  height: 35px;
  background: url(images/menu-festival.png);
  background-repeat: no-repeat;
  left: 233px;
  top:111px;
}

#menu .festival span {
  width: 237px;
  height: 49px;
  background: url(images/menu-festival-hover.png);
  background-repeat: no-repeat;
  left: -57px;
  top: -52px;
}

#menu .verein {
  width: 96px;
  height: 42px;
  background: url(images/menu-verein.png);
  background-repeat: no-repeat;
  left: 444px;
  top:52px;
}

#menu .verein span {
  width: 135px;
  height: 36px;
  background: url(images/menu-verein-hover.png);
  background-repeat: no-repeat;
  left: -137px;
  top: -17px;
}

#menu .rss {
  width: 26px;
  height: 24px;
  background: url(images/menu-rss.png);
  background-repeat: no-repeat;
  left: 559px;
  top:3px;
}

#menu .rss span {
  width: 70px;
  height: 24px;
  background: url(images/menu-rss-hover.png);
  background-repeat: no-repeat;
  left: -73px;
  top: 0px;
}

#menu .sidebar {
  width: 49px;
  height: 20px;
  background: url(images/menu-sidebar.png);
  background-repeat: no-repeat;
  left: 26px;
  top: 162px;
}

#menu .sidebar span {
  width: 114px;
  height: 29px;
  background: url(images/menu-sidebar-hover.png);
  background-repeat: no-repeat;
  left: -17px;
  top: -7px;
}

#menu .lupe {
  width: 16px;
  height: 16px;
  background: url(images/menu-lupe.png);
  background-repeat: no-repeat;
  left: 545px;
  top: 168px;
}

/*
#menu .lupe span {
  width: 114px;
  height: 29px;
  background: url(images/menu-lupe-hover.png);
  background-repeat: no-repeat;
  left: -17px;
  top: -7px;
}
*/

/*--content */

#content
{
  background-color: #FFFFFF;
	width: auto;
	min-height: 600px;
	padding: 15px;
	z-index: 3;
	margin: 0;
}

#content .entry
{
	padding-left: 8px;
	padding-right: 8px;
}

#content .entry h1
{
	background-color: #f3f3f3;
	width: 550px;
}

#content .post h1 a
{
  color: #8F8F8F;
  font-weight:normal;
}

#content .post
{
  padding-bottom: 8px;
}


/*--footer */

#footer_motiv
{
	width: 200px;
	height: 119px;
	position: absolute;
	top: 0px;
	right: 0px;
	background-image: url(images/motiv.png);
	z-index: 1;
}

#footer_pre
{
	position: absolute;
	width: 100%;
	height: 10px;
	bottom: 10px;
	left: 0px;
	background-image: url(images/footer_pre.png);
	z-index: 2;
}

#footer
{
	width: 100%;
	left: 0px;
	/*background-image: url(images/footer.png);
	background-position: top left;
	background-repeat: repeat-x;*/
	z-index: 2;
        margin-bottom: 20px;
	padding: 0;

/* 	color: #FFFFFF; */
	text-align: center;

/* 	border-top: 2px solid #000000; */
        font-size: 0.8em;
}

#footer .body
{
        background-color: #FFFFFF;
        margin: 0;
        padding: 0;
}

#footer .blbr
{
        width: 650px;
        height: 20px;
        margin: 0;
        padding: 0;
        background-image: url(images/footer-corners-bl-br.png);
        background-repeat: no-repeat;
}


#footer a
{
	color: #3F3F3F;
}

#footer h1, #footer h2
{
        margin: 0;
        padding: 0;
}

#footer h1
{
        font-size: 1em;
        padding-bottom: 8px;
}

#footer h2
{
	font-size: 0.85em;
}

#footer .redborder
{
	border-bottom: 2px solid #CCCCCC;
}

/* -- Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}


.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
	
	.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}
/* End Comments */



