/*Theme Name: netzFX - Waldschule Steyerberg
URI: 
Description: linksbündig - feste Breite - Headbild - dreispaltig - Content in der Mitte
Version: 0.1
*/

html>body #content {
	height: auto;
	min-height: 543px;
}
body {
	padding: 0px;
	margin: 0px;
	background: #B7C47C;
	border-left: 0px solid #e00052;
	font: 64.5% Verdana, Arial;
/* Resets 1em to 10px */
	height: 100%;
}
#wrap {
	width: 960px;
	padding-left: 0px;
	margin: 0 auto; /*zentrierung absolut */
	border-left: #fff 5px solid;
	border-right: #fff 5px solid;
	background: #f0f0f0;
		
}
/*************************************************Header, Headings, etc.*************************************************/


#head {
	text-align: left;
	background-color: #fff;
	background-image: url(images/kachel.jpg);
	background-repeat: repeat-x;
	height: 300px;
	width: 100%;
	padding: 0px;
	margin: 0 auto; /*zentrierung absolut */
}


#headleft {
	background-image: url(images/head.jpg);
	background-repeat: no-repeat;
	height: 300px;
	width: 960px;
	/* float: left;  --- bewirkt linksbündig von bild */
	margin: 0 auto; /*zentrierung absolut */
	border-left: #fff 5px solid;
	border-right: #fff 5px solid;
	
}
#headleft h4 {
	font-size: 3.0em;
	color: #69BFDE;
	padding: 0px 0px 0px 265px;
	margin: 10px 0px 0px 0px;
}
#headleft h4 a {
	color: #69BFDE;
}

/* --- blog title --- */
#desc {
	font-size: 1.0em;
	color: #ffffff;
	font-style: italic;
	padding: 5px 0px 0px 268px;
}
/*- Main Menu in Header */
ul.menu {
	margin: 0px;
	padding: 0px;
	position: absolute;
	z-index: 1;
	top: 20;
	left: 770px;
	width: 210px;
	font-size: 2.3em;
	font-weight: bold;
	text-align: right;
	list-style: none;
	list-style-position: inside;
	line-height: 1.5em;
}
ul.menu li {
	display: block;
	margin: 0;
}
ul.menu, ul.menu li a {
	padding: 10px 0px 0px 0px;
}
ul.menu li a {
	color: #ffffff;
	margin: 0px;
}
ul.menu li a:hover {
	color: #69BFDE!important;
	text-decoration: none;
}
ul.menu li.current_page_item a, ul.menu li.current_page_item a:hover {
	color: #ffffff!important;
	text-decoration: none;
}
/*************************************************Links and Headings*************************************************/
a img,:link img,:visited img {
	border: none
}
a, a:link {
	color: #77552B;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: none;
}
h1 {
	font-size: 2.2em;
	color: #77552B;
	font-weight: normal;
	margin: 0px;
	padding-bottom: 2px;
	text-transform: uppercase;
}
h1 a:link, h3 a:hover, h3 a:visited {
	color: #77552B;
}
h2 {
	font-size: 2.2em;
	line-height: 1.2em;
	color: #77552B;
	font-weight: normal;
}
h5 {
	color: #77552B;                       /* ---- braun - 77552B --- */
	margin: 8px 0px 0px 0px;
	padding: 0px;
	font-size: 1.4em;
	font-variant: small-caps;
	font-weight: normal;
}
strong, b {
	font-weight: bold;
}
em, i {
	font-style: italic;
}
code {
	font: 1.1em 'Courier New', Courier, Fixed;
}

/*************************************************Main Content*************************************************/
#content {
	width: 540px;
	float: left;
	font-size: 0.8em;
	margin-top: 0px;
}

#content img {
	border: 2px solid #f0f0f0;
	margin: 0px;
	max-width: 500px; /* Adjust this value according to your content area size*/
      height: auto;
	
}

.item {
	padding: 0px 10px 5px 15px;
	margin-bottom: 1.5em;
	color: #000;
	border-bottom: 1px dotted #77552B;
}
.item p {
	font-size: 1.6em;
	line-height: 1.3em;
}
.item p a {
	text-decoration: underline;
}
.item p a:hover {
	color: #000;
}
.item img {
	border: 1px dotted #476F22;
	padding: 5px;
	margin: 5px;
	background: #ffffff;
}
.item ul {
	list-style-type: square;
	padding-left: 10px;
	margin: 10px 0px 10px 15px;
	font-size: 1.4em;
}

.item li {
	padding-left: 2px;
	margin: 2px 0px 2px 2px;
	font-size: 1.2em;
}

.item ol {
	list-style-type: decimal;
	padding-left: 10px;
	margin: 10px 0px 10px 15px;
	font-size: 1.4em;

}
.itemhead {
	padding-top: 5px;
	padding-bottom: 7px;
	margin-bottom: 18px;
}
.itemhead h3 {
	display: inline;
}
.date {
	display: inline;
	text-align: right;
	font-size: 1.1em;
	margin-bottom: 15px;
	color: #476F22;
}
input {
	font-size: 100%;
}
.metadata {
	font-size: 1.2em;
	line-height: 220%;
	margin-top: 15px;
}
.metadata a:link, .metadata a:hover, .metadata a:visited {
	color: #476F22;
	text-decoration: underline;
}
cite {
	font-size: 1.1em;
}
blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ccc;
}
blockquote cite {
	margin: 5px 0 0;
	display: block;
}

.wp-caption-text {
  font-size: 1.4em !important;
  font-style: italic;
  text-align: center;
  margin-top: 1px;
  color: #476F22;
}
.alignleft {
  margin-right: 13px;  /* abstand bei fliesstext zu den bildern im text */
}

.alignright {
  margin-left: 6px;
}

.more-link {
  font-style: normal;  /* bei gekürzten Artikeln - more-link */
}

.center {
  font-size: 12px;
}


/*************************************************Sidebar*************************************************/
#secondary {
	width: 220px;
	padding: 0px;
	float: left;
}

#third {
	width: 220px;
	padding: 0px;
	float: right;
}

#folding_category_list {
  margin: 0px 0px 5px 0px;

}

#l_sidebar {
	float: left;
	width: 180px;
	padding: 0px 5px 20px 5px;
	margin-top: 0px;               /* -100px damit nach oben verschoben */
}
#l_sidebar p {
	padding: 3px 0px 0px 0px;
	margin: 0px;
	line-height: 17px;
	font-size: 1.1em;
	color: #000;
}
#l_sidebar ul {
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 20px 3px;
	font-size: 13px;
	list-style-type: disc;
	list-style-position: outside;
	color: #000;
}
#l_sidebar li {
	margin: 0px;
	padding: 0px;
	color: #000;
}
#l_sidebar ul li {
	margin: 0px;
	padding: 5px 0px 0px 0px;
}
#l_sidebar ul li a {
	color: #476F22;                         /* --- grün - 476F22 -- */
	text-decoration: dotted;
}
#l_sidebar ul li a:hover {
	color: #000;
}
#l_sidebar ul ul {
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 17px;
	font-size: 13px;
	color: #ffffff;
	list-style-image: url(images/dot2.gif);
	list-style-position: outside;
	color: #ffffff;
}
#l_sidebar ul ul li {
	margin: 0px;
}
#l_sidebar ul ul ul {
	margin-top: 0;
	margin-bottom: 0;
	padding: 0px 0px 0px 14px;
	font-size: 13px;
	color: #ffffff;
	list-style-type: disc;
	list-style-position: outside;
	color: #ffffff;
}
#l_sidebar ul ul ul li {
	margin: 0px;
}
#r_sidebar {
	float: right;
	width: 195px;
	padding: 0px 5px 20px 15px;
	margin-top: 0px;
	font-style: normal;
}
#r_sidebar ul {
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 20px 0px;
	font-size: 13px;
	color: #4A8797;
	list-style-image: url(images/dot1.gif);
	/* list-style-type: disc; */
	list-style-position: outside;
	color: #000;
}
#r_sidebar li {
	margin: 0px;
	padding: 0px;
	color: #000;
}
#r_sidebar ul li {
	margin: 0px;
	padding: 5px 0px 0px 0px;
}
#r_sidebar ul li a {
	color: #476F22;
	text-decoration: none;
}
#r_sidebar ul li a:hover {
	color: #000;
}
#r_sidebar ul ul {
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 17px;
	font-size: 13px;
	color: #000;
	list-style-image: url(images/dot2.gif);   /* --- dots auf der rechten sidebar --- */
	/* list-style-type: disc; */
	list-style-position: outside;
	color: #000;
}
#r_sidebar ul ul li {
	margin: 0px;
}
#r_sidebar ul ul ul {
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 20px 0px;
	font-size: 13px;
	color: #4A8797;
	list-style-type: disc;
	list-style-position: outside;
	color: #ffffff;
}
#r_sidebar ul ul ul li {
	margin: 0px;
}
#r_sidebar p {
	padding: 3px 0px 0px 0px;
	margin: 0px 0px 20px 0px;
	line-height: 17px;
	font-size: 0.9em;
	color: #000;
}
li .categories, li .linkcat, li .pagenav {
	margin: 0px;
	padding: 0px;
}
.sidebarSearch {
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 5px;
}
.feedarea {
	height: 30px;
	background-image: url(images/feedicon.png);
	background-repeat: no-repeat;
	padding-left: 20px;
}
.feedarea  a {
	color: #476F22;
}

/* --------------------------- Aussehen Ueberschrift Artikel ------------------------ */

.title {
	/* font-family: arial, verdana, sans-serif; */
	font-weight: normal;
  font-variant: small-caps;
	/* letter-spacing: 1px; */
	color: #77552B;
	font-size: 1.4em;
	margin-bottom: 4px;
}

a.title {
	color: #D00280;
  /* Ueberschrift Farbe Artikel wenn verlinkt */
}

a.title:visited {
	color: #D00280;
}

a.title:hover {
	color: #999;
	border: 0px;
}


/*************************************************Comment Area*************************************************/
#comment {
	width: 470px;
	background: #FFFFFF;
	color: #333333;
	float: left;
	padding: 10px 10px 0px 10px;
	margin: 10px 0px 10px 15px;
	border: 1px solid #CCCCCC;
	font-size: 1.3em;
}
#comment {
	padding: 10px 20px 20px 20px;
	border: 1px solid #cccccc;
	margin-bottom: 3em;
	color: #515441;
}
#comment  a {
	text-decoration: underline;
}
#comment a:hover {
	color: #E88337;
}
ol#commentlist {
	padding: 5px 0px 5px 0px;
	margin: 0px;
	list-style-type: none;
	font-weight: bold;
}
.commentdate {
	font-size: 1.2em;
	padding-left: 0px;
	font-weight: bold;
}
.commentlist p {
	clear: both;
	font-size: 1.2em;
}
#commentlist li p {
	margin-bottom: 8px;
	line-height: 18px;
	padding: 5px;
	font-weight: normal;
}
.commentname {
	color: #333333;
	margin: 0px;
	padding: 5px 5px 0px 0px;
}
.commentinfo {
	clear: both;
}
.commenttext {
	clear: both;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 5px 10px;
	width: 450px;
}
.commenttext-admin {
	clear: both;
	margin: 5px 0px 10px 0px;
	padding: 0px 10px 5px 10px;
	width: 450px;
}
#commentsformheader {
	padding-left: 0px;
}
#commentsform {
	text-align: left;
	margin: 0px;
	padding: 0px;
}
#commentsform form {
	text-align: left;
	margin: 0px;
}
#commentsform p {
	margin: 0px;
}
#commentsform form textarea {
	width: 99%;
}
p.comments_link  img {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.commentmetadata {
	font-size: 1.1em;
	float: right;
}
.commentlist li {
	padding: 2px;
	border-top: 1px solid #cccccc;
}
.navigation {
	text-align: right;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #476F22;
	font-size: 1.4em;
}
.navigation a:link, .navigation a:hover, .navigation a:visited {
	color: #476F22;
	/* text-decoration: underline; */
	background: #fff;
}
.alignright {
	float: right;
}
.alignleft {
	float: left
}
/*************************************************Calendar*************************************************/
#wp-calendar {
	empty-cells: show;
	margin: 0;
	width: 85%;

}
#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	text-decoration: none;
}
#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	text-decoration: none;
}
#wp-calendar a {
	display: block;
	letter-spacing: normal;
	background: #77552B;
	color: #fff;
	padding: 1px 1px;
	text-decoration: underline;
}
#wp-calendar td {
	color: #000;
	letter-spacing: normal;
	padding: 2px 2px;
	text-align: center;
	border: #77552B 1px dotted;
}
#wp-calendar #today {
	background: #476F22;
	color: #fff;
}

#wp-calendar #today a {
	background: #476F22;
	color: #fff;
	text-decoration: underline;
}
#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	color: #77552B;
	background: #fff;
}

#wp-calendar caption {
	font-style: normal;
	font-size: 1.0em;
	text-transform: uppercase;
	color: #77552B;
	background: #fff;
}


/*************************************************Footer*************************************************/
#foot {
	width: 680px;
	height: 40px;
	text-align: left;
	margin-top: 20px;
	margin-left: 205px;
	color: #000;
	font-size: 1.1em;
}
#foot a:link, #foot a:hover, #foot a:visited {
	color: #77552B;
	text-decoration: underline;
}

/******************************* FARBEN **********************************/
/* ---- braun - 77552B --- */
/* --- grün - 476F22 -- */