/*  
Theme Name: Phytorama Layout
Theme URI: http://phytorama.ch
Description: Das komplett eingedeutschte standard WordPress Theme basierend auf dem famosen <a href="http://binarybonsai.com/kubrick/">Kubrick</a>. Deutsche Bearbeitung: <a href="http://blogshop.de">Olaf A. Schmitz</a>.
Version: 1.6
Author: Franziska Nyffeler
Author URI: http://frenzine.net


	This theme was adapted from the Design 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 */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
	color: #003333;
	text-align: center;
	}

#page {
	background-color: white;
	text-align: left;	
	}


#content {
	font-size: 1.2em
	}

.widecolumn .entry p {
	font-size: 1.02em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.entry p{
	padding: 0px 0px 5px 0px;
}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: right;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}
	
.red {
	color: #FF0000;
}

#footer {
	border: none;
	}

p small, .bezeichnung {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.65em;
	text-align: right;	
	letter-spacing:0.07em;
	}

h1, h2, h3 {
	font-family: 'Geneva', Arial, Helvetica, sans-serif;
	
/*	font-weight: bold;*/
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 1.2em;
	padding: 0px 0px 0px 0px;
	letter-spacing: 2px;
	margin: 10px 5px 10px 0px;
	}

h2.pagetitle {
	font-size: 1.4em;
	}

#sidebar h2 {
	font-family: 'Geneva', Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.2em;
	letter-spacing: 2px;	
	
	}
	
h3 a:hover{
	color: #62A422;
}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #003333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry a.kontakt {
	color: #003333;
	background-color: #E1E8E6;
	text-align: left;
	display: block;
	padding: 0px 5px 0px 5px;	
}
.entry a.kontakt:hover {
	color: #62A422;
}
.entry p .newsletter a {
	color: #003333;
}
.entry p .newsletter a:hover {
	color: #62A422;
}

.entry p a:visited {
	color: #003333;
	background-color: #E1E8E6;
	text-align: left;	
	text-decoration: none;
	display: block;	
	padding: 0px 5px 0px 5px;
	}
.entry a:link {
	color: #003333;
}
.entry a:hover {
	color: #62A422;
/*	background-color: #E1E8E6;*/
}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Geneva', Arial, Helvetica, sans-serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #003333;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover{
	color: #62A422;
	text-decoration: none;
/*	border-bottom: 1px solid #ccc;*/
	}

a:hover {
	color: #003333;
/*	background-color: #E1E8E6;
	border-bottom: 1px solid #62A422;*/
	}
	
.title {
	font: 1.4em 'Geneva', Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	padding: 10px 25px 25px 110px;
}
.titlePage {
	font: 1.4em 'Geneva', Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	padding: 0px 25px 0px 110px;
	margin-bottom: 30px;
}
.email{
	height: 30px;
	margin: 20px 0px 0px 0px;	
	display: block;	
	border-bottom: 5px #003333 solid;	
}
.email a:link, .email a:visited {
	background-image: url(images/email.gif);
	background-position: left;
	background-repeat: no-repeat;
	color: #003333;
	padding: 1px 0px 1px 25px;	
}
.email a:hover{
	text-decoration: none;
	color: #62A422;
}
#credits {
	padding: 30px 0px 0px 0px;
}


/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0; 
	}

#page {
	background-color: white;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/bgMain.gif);
	background-repeat: repeat-y;	
	}

#header {
	background: url(images/header.gif);
	background-repeat: no-repeat;
	width: 800px;
	height: 106px;
	padding: 0;
	margin: 0;
	}

/*#headerimg {
	margin: 0;
	height: 200px;
	width: 100%;
	}*/

.narrowcolumn {
	float: right;
	padding: 3px 22px 0px 0px;
	margin: 0px;
	width: 558px;	
	list-style-type: none;
	list-style-image: none;		
	}
	
#content {
	background-image: url(images/bgTitle.gif);	
	background-repeat: no-repeat;
	background-position: top right;	
/*	margin: 0;
	padding: 0;*/
}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {
	margin: 0px 0px 0px 0px;
/*	text-align: justify;*/
	list-style-type: none;
	list-style-image: none;		
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: right;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: left;
}

#footer {
	color: #999999;
	padding: 0;
	margin: -15px auto;
	width: 800px;
	height: 45px;
	clear: both;
	background-color: #fff;
	background-image: url(images/footer.gif);
	background-repeat: none;	
	}
#footer a:link, #footer a:visited{
	color: #999999;
}

#footer p {
	margin: 0;
	padding: 40px 35px 0;
	text-align: right;
	font-size: 9px;	
	
	}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

/*h2 {
	margin: 30px 0 0;
	}*/

h2.pagetitle {
/*	margin-top: 30px;*/
	text-align: center;
}

#sidebar h2 {
	margin: 0;
	padding: 0;
	}

h3 {
	font-weight: none;
	border-bottom: 5px solid #003333;
	padding: 5px 0px 5px 0px;
	margin: 20px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */

p img {
	padding: 0;
	max-width: 100%;
	margin: 0;
	}


img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 0px 10px;
	display: inline;
	background-color: #fff;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	border-bottom: 5px #003333 solid;	
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}

#content .postPage .narrowcolumn img.portrait {
	padding: 0;
	background-color: #fff;
	margin: 0px 0px 0px 0px;
	border-left: 7px solid #fff;
	border-bottom: 7px solid #fff;	
	float: right;
}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

/*html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 0px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	list-style-type: none;
	list-style-image: none;		
	} 

html>body .entry ul li {
	margin: 5px 0 5px 0px;
	padding: 5;
	list-style: none;
	list-style-image: none;
	background-color: #E1E8E6;
	}*/
.entry ul {
	list-style-type: none;
	list-style-image: none;	
	margin: 0;
	padding: 0;
}
.entry ul li {
	list-style-type: none;
	list-style-image: none;	
	background-color: #E1E8E6;
	border-bottom: 3px solid #fff;	
	padding: 2px 8px 2px 8px;
}

/*.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 25px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}
*/
.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol, ul.subnav {
	margin: 0;
	padding: 0;
	list-style: none;	
	}

#sidebar ul li, #sidebar ul li ul.subnav li{
	list-style-type: none;
	list-style-image: none;
/*	margin-bottom: 5px;*/
	}

	
#content .postPage .narrowcolumn ul li, #content .postPage .narrowcolumn ul{
	list-style-type: none;
	list-style-image: none;
	background-color: #E1E8E6;
	margin: 0;	
	padding: 0;	
	color: #003333;
}
#content .postPage .narrowcolumn ul li{
	border-bottom: 3px solid #fff;
	padding: 3px 5px 3px 5px;
}

#content .postPage .narrowcolumn img {
	padding: 8px 0px 8px 0px;
}
#content .postPage .narrowcolumn img.right {
	float: right;
	padding: 0px 0px 5px 5px;
}

#links{
	margin: 30px 0px 0px 0px;
	padding: 0;
	list-style-type: none;
	list-style-image: none;		
}

#links ul li, #links ul{
	list-style-type: none;
	list-style-image: none;	
	padding: 0;
	margin: 0;
}

#links ul li{
	background-color: #E1E8E6;
	border-bottom: 3px solid #fff;
	padding: 3px 5px 3px 5px;
}
#kontakt ul {
	list-style-type: none;
	list-style-image: none;	
	padding: 0;
	margin: 0;	
}
#kontakt ul li {	
	list-style-type: none;
	list-style-image: none;	
	background-color: #E1E8E6;
	padding: 3px 5px 3px 5px;
	margin: 0;
	border-bottom: 3px solid #fff;	
}
table, tr {
	cellspacing: 0;
	cellpadding: 0;
	margin: 0;
	padding: 0;
}

td {
	margin: 0;
	padding: 5px;
	background-color: #E1E8E6;
}


/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 0px;
	padding: 0px; 
	text-align: center;
	}

#sidebar #searchform #s {
	width: 200px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	margin: 0;
	padding: 0;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin 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;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar {
	background-color: #62A422;
	padding: 0px;
	margin: 0px;
	width: 200px;
	}

#sidebar form {
	margin: 0;
	}
	
#sidebar ul li{
	list-style-type: none;
	list-style-image: none;	
	margin: 0px 0px 5px 0px;		
}
	
#sidebar ul li a:link, #sidebar ul li a:visited{
	color: #003333;
	font-size: 14px;
	padding: 0px 0px 0px 10px;
	height: 18px;
	width: 190px;
	background-image: url(images/nav.gif);	
	background-repeat: no-repeat;
	display: block;	
	text-decoration: none;
	letter-spacing: 1px;
}
#sidebar ul li.notfall a:link, #sidebar ul li.notfall a:visited{
	color: #D10000;
	font-size: 14px;
	padding: 0px 0px 0px 10px;
	height: 18px;
	width: 190px;
	background-image: url(images/notfall.gif);	
	background-repeat: no-repeat;
	display: block;	
	text-decoration: none;
	letter-spacing: 1px;
}

#sidebar ul li a:hover{
	color: #003333;
	font-size: 14px;
	padding: 0px 0px 0px 10px;
	height: 18px;
	width: 190px;
	background-color: #62A422;
	background-image: url(images/navOver.gif);
	display: block;	
	text-decoration: none;
	letter-spacing: 1px;	
}
#sidebar ul li.notfall a:hover{
	color: #D10000;
	font-size: 14px;
	padding: 0px 0px 0px 10px;
	height: 18px;
	width: 190px;
	background-color: #62A422;
	background-image: url(images/notfallOver.gif);
	display: block;	
	text-decoration: none;
	letter-spacing: 1px;	
}

#sidebar ul .selected {
	color: #003333;
	font-size: 14px;
	padding: 0px 0px 0px 10px;
	background-color: #62A422;
	background-image: url(images/navSelected.gif);
	height: 18px;
	width: 190;
	background-repeat: no-repeat;
	display: block;	
	text-decoration: none;
	letter-spacing: 1px;	
}

#sidebar ul li a.selected {
	color: #003333;
	font-size: 14px;
	padding: 0px 0px 0px 10px;
	background-color: #62A422;
	background-image: url(images/navSelected.gif);
	height: 18px;
	width: 190;
	background-repeat: no-repeat;
	display: block;	
	text-decoration: none;
	letter-spacing: 1px;
}
#sidebar ul li.notfall a.selected {
	color: #003333;
	font-size: 14px;
	padding: 0px 0px 0px 10px;
	background-color: #62A422;
	background-image: url(images/notfallSelected.gif);
	height: 18px;
	width: 190;
	background-repeat: no-repeat;
	display: block;	
	text-decoration: none;
	letter-spacing: 1px;
}
#sidebar ul li a:hover.selected {
	color: #62A422;	
}

#sidebar ul.subnav li a:link, #sidebar ul.subnav li a:visited{
	color: #003333;
	font-size: 13px;
	background-color: #62A422;
	background-image: none;
	text-decoration: none;
	display: block;
	width: 180px;	
/*	height: 16px;*/
	margin: 0px;	
	padding: 0px 0px 0px 10px;
	list-style-type: none;
	list-style-image: none;	
	letter-spacing: 1px;
}
#sidebar ul.subnav li a:hover{
	color: #D6E7C5;	
}

ul.subnav li.subSelected  {
	color: #fff;
	font-size: 13px;	
	background-color: #62A422;	
	text-decoration: none;
	padding: 0px 0px 0px 10px;	
	letter-spacing: 1px;	
}
#sidebar ul.subnav {
	margin: 3px 0px 4px 0px;
	}


/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 0px;
	padding: 0px 10px 0px 10px;
	border-left: 10px solid #E1E8E6;
/*	background-color: #E1E8E6;*/
	font-size: 12px;
	}

blockquote cite {
/*	margin: 5px 0 0;*/
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	width: 558px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom: 5px #003333 solid;	
	}
.navigation .alignleft, .navigation .alignright {
	margin-top: 8px;
}
.navigation .alignleft a, .navigation .alignright a{
	color: #003333;
	margin-top: 10px;
	padding: 10px 2px 2px 2px;	
	text-decoration: none;
/*	background-color: #E1E8E6;*/
}
.navigation .alignleft a:hover, .navigation .alignright a:hover{
	color: #62A422;
}

/* End Various Tags & Classes*/



/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */
