/*  
Theme Name: Witteler Naturkalke
Theme URI: http://www.witteler.com/
Description: Design von Witteler Naturkalke für das WordPress CMS System
Version: 1.0
Author: Tim Adler
Author URI: http://www.tim-adler.com
*/
@import "reset.css";
@import "slimbox.css";

/* @group TAG REDEFINITIONS */

html {
	background: #000503 url(images/background-tile.jpg) repeat-x 0 top;
}
body {
	font-family: "Lucida Grande", "Lucida Sans", "Lucida", Helvetica, Arial, Verdana, sans-serif;
	line-height: 1.5; /* Unitless for proper inheritance */
	background: transparent;
	padding-bottom: 20px;
}

/* @group FONTs */

body          { font-size: 75%; color: #535b4f;} /* IE */
html > body   { font-size: 12px; }  /* Other browsers */

h1,h2,h3,h4,h5,h6 { 
  color:#111; 
  clear:both; 
}

h1 { font-size: 2.5em; }
h2 { font-size: 1.75em; color: #6b9057;}
h3 { font-size: 1.4em; line-height:2; color: #5d7437; }
h4 { font-size: 1.2em; line-height:1.25; font-weight:bold; }
h5 { font-size: 1em; font-weight:bold; }
h6 { font-size: 1em; }

p           { margin: 0 0 1em 0; }
p.last      { margin-bottom:0; }
p img.top   { margin-top:0; } /* Use this if the image is at the top of the <p>. */

ul          { margin: 0 0 1.5em 1.5em;}
ol          { list-style-type: decimal; margin: 0 0 1.5em 2em;}
dl          { margin: 1.5em 0; }
dl dt       { font-weight: bold; }

/* @end */

a           { color: #4a653d; text-decoration: underline; outline: none; }
a:hover     { color: #93c678; }

blockquote  { margin: 1.5em 0 1.5em 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em          { font-style: italic; }
pre         { margin-bottom: 1.3em; background: #eee; border:0.1em solid #ddd; padding:1.5em; }
code        { font:0.9em Monaco, monospace; }
label		{ font-weight: bold; display: block;}
input, textarea, select	{
	font-family: "Lucida Grande", "Lucida Sans", "Lucida", Helvetica, Arial, Verdana, sans-serif;
	font-size: 1em;
	background-color: #dbdecf;
	border: 1px solid #a1aa87;
	padding: 2px;
}
fieldset {
	border-top: 1px solid #e2e7de;
	margin: 1.5em 0;
}
legend {
	color: #a6a9a3;
	padding-right: 5px;
}
table td {
	padding: 3px;
}
table th {
	padding: 2px 3px;
	border-bottom: 1px solid #ebece7;
	font-weight: bold;
	color: #6b9057;
}

/* @end */

/* @group UTILs */

.hidden {
	display: none;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {
	zoom: 1; /* Triggering hasLayout in IE7 : THIS IS NOT VALID */
}
* html .clearfix { /* only show to IE */
	height: 1%;
}
a.arrow, span.arrow {
	padding-right: 12px;
	background: url(images/a-arrow.gif) no-repeat right;
}
a.arrow.focus {
	background: url(images/a-arrow-focus.gif) no-repeat right;
}
ul li.arrow a {
	padding-right: 12px;
	background: url(images/a-arrow.gif) no-repeat right;	
}
ul li.arrow.focus a {
	color: #be3551;
	background: url(images/a-arrow-focus.gif) no-repeat right;
	padding-right: 12px;
}
ul li.arrow.focus a:hover {
	color: #fb7d98;
}
.focus {
	color: #be3551;
}
a.focus:hover {
	color: #fb7d98;
}
span.date {
	font-size: 0.9em;
	color: #929692;
}
ul.news {
	list-style: none;
	margin: 0;
}
ul.news li {
	background: url(images/ul-news.jpg) no-repeat left;
	padding-left: 38px;
	margin: 0 0 1.5em 0;
}
ul.arrow {
	list-style: none;
	margin: 0;
}
ul.arrow li {
	background: url(images/a-arrow.gif) no-repeat left 3px;
	padding-left: 20px;
	margin-bottom: 0.5em;
}
.spaced {
	margin-bottom: 0.5em;
}
span.error {
	display: none;
	background-image: url(images/icon-error.gif);
	background-position: left top;
	background-repeat:  no-repeat;
	font-weight: bold;
	color: #800e1f;
	padding-left: 20px;
	overflow: hidden;
}
span.show {
	display: block;
}
.active {
	border: 1px solid #be3551;
}
input.sized, textarea.sized {
	width: 65%;
}
input.smaller {
	width: 20%;
}
input.checkbox {
	float: left;
	padding: 0px;
	margin-left: 0px;
}
span.mandatory {
	color: #800e1f;	
}
td.centered {
	vertical-align: middle;
	text-align: center;
}
/* @end */

/* @group IDs, CLASSes, SELECTORs */

#container {
	margin: auto;
	width: 803px;
	overflow: hidden;
}
#header {
	position: relative;
	margin: 25px 0 28px 0;
}
#logo {
	background-image: url(images/logo.gif);
	width: 194px;
	height: 68px;
	text-indent: -999px;
	overflow:hidden;
}
#claim {
	position: absolute;
	right: 13px;
	bottom: 0px;
	background-image: url(images/claim.gif);
	width: 178px;
	height: 33px;
	text-indent: -999px;
	overflow:hidden;
}
#navigation {
	position: relative;
	height: 28px;
	background-image: url(images/navigation-back.gif);
	padding: 7px 0 0 0;
	overflow: hidden;
}
#menu {
	list-style: none;
}
#menu li {
	float: left;
	background: url(images/menu-item-left.gif) no-repeat left top;
	padding-left: 22px;
	margin-right: 7px;
}
#menu li a {
	display: block;
	background: url(images/menu-item-right.gif) no-repeat right top;
	padding: 8px 22px 11px 0;
	color: #f2f9d9;
	text-decoration: none;
}
#menu li a:hover {
	color: #acbb76;
}
#menu li.current_page_item {
	background-image: url(images/menu-item-left-selected.gif);
}
#menu li.current_page_item a {
	background-image: url(images/menu-item-right-selected.gif);
	color: #8d8d8d;
}
#menu li.current_page_item a:hover {
	color: #cdcdcd;
}
#searchbox {
	position: absolute;
	bottom: 6px;
	right: 10px;
	width: 111px;
	height: 14px;
	padding: 4px 15px 6px 25px;
	background: url(images/searchbox.gif) no-repeat;
	overflow: hidden;
}
#searchbox input {
	width: 111px;
	color: #a9a9a9;
	border: none;
	background: none;
}
#content {
	position: relative;
	background-color: white;
	line-height: 1.5;
	width: 803px;
	overflow: hidden;
}
#content div.segment {
	position: relative;
	padding: 22px 22px 0 22px;
}
#content div.main {
	float: left;
	width: 480px;
	margin-right: 14px;
	border-right: 1px solid #e2e7de;
	padding-right: 14px;

	height: auto !important;
	height: 300px;
	min-height: 300px;
}
#content div.marginals {
	position: relative;
	float: left;
	width: 240px;
	overflow: hidden;
}
#content div.marginals div.element {
	margin-bottom: 1.5em;
	position: relative;

}
#content div.main div.element {
	margin-bottom: 1.5em;
}
#content div.main div.element div.column {
	float: left;
	width: 225px;
	margin-right: 14px;
}
#content div.marginals blockquote {
	position: relative;
	color: #6a9057;
	margin: 0 0 20px 0;
	background: #edf7c6 url(images/blockquote-top.gif) no-repeat 0 top;
	font-family: "Book Antiqua",Garamond, Georgia, "Times New Roman", Times, serif;
	font-style: normal;
}
#content div.marginals blockquote div {
	position: relative;
	background: url(images/blockquote-bottom.gif) no-repeat 0 bottom;
	padding: 10px 25px;	
}
#content div.marginals blockquote span.speaker {
	font-weight: bold;
	font-size: 0.9em;
}
#content div.marginals blockquote div img.foto {
	position: absolute;
	bottom: -22px;
	right: -5px;
	z-index: 99;
}
#content div.marginals.spaced {
	padding-bottom: 62px
}
#breadcrumbs ul {
	display: inline;
	margin: 0;
	list-style: none;
}
#breadcrumbs ul li {
	display: inline;
}
#submenu {
	list-style: none;
	margin: 0;
}
#submenu li {
	background: url(images/a-arrow.gif) no-repeat left 4px;
	padding-left: 17px;
	margin-bottom: 0.5em;
}
#submenu li ul {
	margin: 0.5em 0 0 0;
	list-style: none;
}
#submenu li li {
	background: url(images/a-arrow-light.gif) no-repeat left 4px;
}
#submenu li.current_page_item {
	background: url(images/a-arrow-focus.gif) no-repeat left 4px;	
	font-weight: bold;
}
#submenu li.current_page_item ul li {
	background: url(images/a-arrow-light.gif) no-repeat left 4px;
	font-weight: normal;
}
#suggest {
	position: absolute;
	right: 30px;
	bottom: 5px;
	width: 210px;
	color: #888;
	background: url(images/suggest-lamp.gif) no-repeat left;
	padding-left: 30px;
	font-size: 0.95em;
}
#suggest a {
	color: #888;
}
#suggest a:hover {
	color: #888;
}
#teaser {
	margin-top: 20px;
	width: 240px;
	background: #edf7c6 url(images/teaser-back-top.gif) no-repeat right top;	
	color: #6a9057;
	z-index: 99;
}

#teaser div.cow {
	padding: 7px 10px 15px 10px;
	background: transparent url(images/teaser-back-bottom-cow.jpg) no-repeat 0 bottom;	
}
#teaser div.kipper {
	padding: 7px 10px 15px 10px;
	background: transparent url(images/teaser-back-bottom-kip.jpg) no-repeat right bottom;	
}
#teaser div.stein {
	padding: 7px 10px 15px 10px;
	background: transparent url(images/teaser-back-bottom-stein.jpg) no-repeat right bottom;	
}
#teaser div.blank {
	padding: 7px 10px 15px 10px;
	background: transparent url(images/teaser-back-bottom.jpg) no-repeat right bottom;	
}
#teaser h3 {
	font-size: 1.3em;
	line-height: 1.3em;
	padding-bottom: 0.5em;
	color: #425a37;
}
#teaser a {
	color: #769c30;
}
#teaser a:hover {
	color: #b7d977;
}
#teaser a.arrow {
	background: url(images/a-arrow-teaser.gif) no-repeat right;
}
#footer {
	text-align: right;
	padding: 30px 10px 0 0 ;
	color: #9bc980;
	background: url(images/footer.gif) no-repeat 0 top;
}
div.gallery a.gallery_item {
	display: block;
	float: left;
	background-image: url(images/gallery-back.gif);
	padding: 5px 6px 8px 6px;
	margin: 0 15px 15px 0;
}
table.ph tr.a {
	background-color: #fccad4;
}
table.ph tr.b {
	background-color: #ffe2e8;
}
table.ph tr.c {

}
table.ph tr.d {
	background-color: #e5f2de;
}
table.ph tr.e {
	background-color: #b8cdac;	
}
div.element div.next {
	float: right;
}
div.element div.next {
	float: right;
}
/* @end */


/* wp7 */
.wpcf7-response-output {background:lightyellow; border:1px solid green;; color: #111; font-weight:bold}



