/*
Theme Name: WordPress Wideflower
Theme URI: http://www.hoderlein.com/
Description: Wideflower.
Version: 0.1
Author: Tobias Hoderlein
Author URI: http://www.hoderlein.com/
Tags: blue, fixed width, three sidebars, widgets
Text Domain: wideflower

	This theme was designed and built by Tobias Hoderlein,
	whose blog you will find at http://www.hoderlein.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/
/* Start reset - Eric Meyer's Reset Reloded - http://meyerweb.com/eric/tools/css/reset/ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Start of wideflower css*/
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Georgia, 'Times New Roman', Times, serif;
	background: #8EB2D9 url('images/wfbackground.png') repeat-x;
	color: #333;
	margin:0 0 20px 0;
	padding:0;
}

#page {
	margin: 0 auto;
	border-right: 3px solid #fff;
	border-left: 3px solid #fff;
	width: 970px;
	text-align: left;
}

#header {
	position:relative;
	width: 970px;
	height:185px;
	background: transparent url('images/header3.jpg') no-repeat bottom center;
}

#headerinfo 	{
	padding: 10px 0 0 20px;
	width: 880px;
	text-align: left;
}

.headerheadline {
	font-size: 2.2em;
	font-weight:normal;
}

.headerdescription {
	font-size: 1.8em;
}
#headerrss {
	position:absolute;
	width:32px;
	height:32px;
	top:10px;
	right:10px;
}

#headerimage {
position:absolute;
top:0;
left:0;
}

#subheader {
	background:#fff;
	height:29px;
	margin:0;
	padding:0;
	width:100%;
	border-top:1px solid #fff;
}

#pagenavigation {
	width: 600px;
	float: left;
	margin: 0 0 0 5px;
	padding: 0px;
	border:1px solid #fff;
}

#nav {
	margin: 0px;
	padding: 0px;
}
	
#nav ul {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
	
#nav li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
	
#nav li a, #nav li a:link, #nav li a:visited {
	background:#fff;
	color: #000;
	display: block;
	font-size: 14px;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-weight: normal;
    margin: 0px;
	padding: 7px 15px 6px 15px;
}

#nav li a:hover, #nav li a:active {
	background: #BBD1E8;
	color: #333;
    margin: 0px;
	padding: 7px 15px 6px 15px;
	text-decoration: none;
}

#nav li.current_page_item a:hover, #nav li.current_page_parent a:hover, #nav li:hover a {
	background:#6B91C0;
	color: #000;
	display: block;
	font-size: 14px;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-weight: normal;
    margin: 0px;
	padding: 7px 15px 6px 15px;
}

#nav li.current_page_item a, #nav li.current_page_parent a, #nav li.current_page_item a:hover, #nav li.current_page_parent a:hover {
	font-weight:bold;
}
	
#nav li li a, #nav li li a:link, #nav li li a:visited {
	background: #fff;
	width: 150px;
	color: #333;
	font-size: 14px;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-weight: normal;
	float: none;
	margin: 0px;
	padding: 7px 10px 7px 10px;
}
	
#nav li li a:hover, #nav li li a:active {
	background: #BBD1E8 !important;
	color: #333;
	padding: 7px 10px 7px 10px !important;
}

#nav li {
	float: left;
	padding: 0px;
}

#nav li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 170px;
	margin: 0px;
	padding: 0px;
}

#nav li li { 
}

#nav li ul a { 
	width: 140px;
}

#nav li ul a:hover, #nav li ul a:active { 
}

#nav li ul ul {
	margin: -32px 0 0 171px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li:hover, #nav li.sfhover { 
	position: static;
}

#pagesearch {
	float:right;
	margin:3px 20px 0 0;
	width:312px;
}

#main {
	clear:both;
	padding:20px 20px 0 20px;
}

#content {
	font-size: 1.2em;
	float: left;
	padding: 0 !important;
	margin: 0 !important;
	width: 616px;
}

#content .entry{
	clear:both;
	line-height: 1.4em;
	position:relative;
	top:5px;
	margin-bottom:5px;
}

#content .entry p {
	font-size: 1.05em;
	padding:5px 0;
}
.postlink {
	font-size: 1.05em;
	padding:5px 0 0 0;
}

.postlink a {
	color:#000 !important;
}

.post {
	clear:both;
	margin: 0 0 20px 0;
	background:#BBD1E8 url('./images/postbgs.png') no-repeat 3px 3px;
	text-align: justify;
	padding:15px 20px 20px 20px;
}

.post h3 {
	margin-top:30px;
}
.post hr {
	display: block;
}

.posthead {
	float:left;
	width:500px;
	padding:5px 0 0 0;
}

.postdate {
	float:right;
	background: url('./images/postbgs.png') no-repeat -1837px 0px;
	height:47px;
	width:55px;
	color:#fff;
	text-align:center;
	padding:8px 0 0 0;
	font-size:1.6em;
	font-family: Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}

.postmetadata {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-size:0.9em;
	padding-top:2px;
}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}

#content .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

#content .attachment {
	text-align: center;
	margin: 5px 0px;
}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background: #fff;
	border: 1px solid #8EB2D9;
}
.thread-odd {
	background: #CCDCEE;
	border: 1px solid #fff;
}
.bypostauthor {
	border: 1px solid #EC2240;
}

#footer {
	background: #8EB2D9 url('./images/footer.png') no-repeat left bottom;
	border: none;
	border: none;
	padding: 0 0 20px 0;
	margin: 0 auto;
	width: 976px;
	min-height:170px;
	clear: both;
	position:relative;
}

#footercontent {
	background: #BBD1E8 url('./images/postbgs.png') no-repeat -905px 3px;
	width: 930px;
	margin: 0 0 0 23px;
	padding-top:5px;
}

#footer p {
	clear:both;
	margin: 0;
	padding: 10px 20px;
	text-align:left;
	font-size:1.1em;
}

small {
	font-family: Arial, Helvetica, serif;
	font-size: 0.9em;
	line-height: 1.5em;
}

.entry p a:visited {
	color: #b85b5a;
}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
}

/* Comments -> */
div.comments {
	clear:both;
	margin: 0 0 20px 0;
	background:#BBD1E8 url('./images/postbgs.png') no-repeat 3px 3px;
	text-align: justify;
	padding:15px 20px 20px 20px;
}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.95em Georgia, 'Times New Roman', Times, serif;
}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
}

.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;
}

.commentmetadata {
	font-weight: normal;
}

/* <- Comments */

code {
	font: 1.1em 'Courier New', Courier, fixed;
}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
}

a, h2 a:hover, h3 a:hover {
	color: #333;
	text-decoration: none;
}

a:hover {
	color: #147;
	text-decoration: underline;
}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
}

#wp-calendar a {
	text-decoration: none;
}

#wp-calendar caption {
	font: bold 1.3em;
	text-align: center;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}
/* End Typography & Colors */

/* Begin Structure */
.clear {
	clear: both;
}
.clearfooter {
	clear: both;
	padding-bottom:20px;
}
/* End Structure */



/*	Ueberschriften Anfang */
h1, h2, h3 {
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-weight: bold;
}

h1, h1 a, h1 a:hover, h1 a:visited, .headerdescription {
	text-decoration: none;
	color: #fff;
}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #wp-calendar caption, cite {
	text-decoration: none;
}
h1 {
	font-size: 2.0em;
	padding:0;
	margin: 0 0 10px 0;
}

h2 {
	font-size: 1.6em;
	padding:0;
	margin: 0 0 10px 0;
}

h2.pagetitle {
	text-align: left;
	font-size: 1.2em;
	padding:5px 20px;
	background: #CCDCEE;
	border-top:1px solid #fff;
	color:#333;
}

h2.posttitle {
	margin:0 0 5px 0;
}

h2.posttitle a:hover {
	color:#666 !important;
}

#sidebar h2, #sidebar2 h2, #sidebar3 h2 {
	font-size:1.2em;
	margin: 0;
	padding: 5px;
	background: #8EB2D9;
	color:#fff;
	border-top:1px solid #fff;
}


h3 {
	font-size: 1.6em;
	padding: 0;
	margin: 0 0 10px 0;
}

h3.comments {
	padding: 0;
	margin: 0 auto 10px ;
}
/* Ueberschriften Ende */



/* Bilder Anfang */
p img {
	padding: 0;
	max-width: 100%;
}

img.centered {
	display: block;
	margin: 5px auto;
}

img.alignright {
	margin: 0 0 5px 10px;
}

img.alignleft {
	margin: 0 10px 5px 0;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}
/* Bilder Ende */



/* 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 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
}

html>body .entry li {
	margin: 7px 0 8px 10px;
}

.entry ul li:before, #sidebar ul ul li:before, #sidebar2 ul ul li:before, #sidebar3 ul ul li:before {
	content: "\00BB \0020";
}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
}

.entry ol li {
	margin: 0;
	padding: 0;
}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 0 0 0 0;
	padding: 0;
	text-align: right;
}

#searchform #s {
	width: 219px;
	padding: 2px;
	margin-right:5px;
	border:1px solid #333;
	background:#f1f1f1;
}

*+ html #searchform #s {
	position:relative;
	width:202px;
	top:-1px;
}

#searchform #searchbutton {
	font-family: Georgia, 'Times New Roman', Times, serif;
	color:#333;
	padding:1px 5px;
	background:#BBD1E8;
	border:1px solid #BBD1E8;
}

#searchform2 {
	margin: 0 0 0 0;
	padding: 0;
	text-align: left;
}

#searchform2 #s2 {
	width: 219px;
	padding: 2px;
	margin-right:5px;
	border:1px solid #333;
	background:#f1f1f1;
}

*+ html #searchform2 #s2 {
	position:relative;
	width:202px;
	top:-1px;
}

#searchform2 #searchbutton2 {
	font-family: Georgia, 'Times New Roman', Times, serif;
	color:#333;
	padding:1px 5px;
	background:#8EB2D9;
	border:1px solid #8EB2D9;
}

select {
	width: 130px;
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}

#commentform {
	margin: 5px 10px 20px 0;
}
#commentform textarea {
	width: 100%;
	padding: 2px;
}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
}

.commentlist {
	padding: 0;
	text-align: justify;
}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentmetadata {
	margin: 0;
	display: block;
}
/* End Comments */



/* Sidebar -> */
#sidebar {
	padding: 15px 20px 0 20px;
	margin: 0 0 0 636px;
	width: 252px;
	background: #BBD1E8 url('./images/postbgs.png') no-repeat -613px 3px;
	border:1px solid #BBD1E8;
}

#sidebar form, #sidebar2 form, #sidebar3 form {
	margin: 0;
}

#sidebar ul, #sidebar ul ol, #sidebar2 ul, #sidebar2 ul ol, #sidebar3 ul, #sidebar3 ul ol {
	margin: 0;
	padding: 0;
}

#sidebar ul li, #sidebar2 ul li, #sidebar3 ul li {
	list-style-type: none;
	list-style-image: none;
	margin: 0 0 5px 0;
	padding:0;
	font-size:1.1em;
}

#sidebar ul p, #sidebar ul select, #sidebar2 ul p, #sidebar2 ul select, #sidebar3 ul p, #sidebar3 ul select {
	margin: 5px 0 0;
}

#sidebar ul ul, #sidebar ul ol, #sidebar2 ul ul, #sidebar2 ul ol, #sidebar3 ul ul, #sidebar3 ul ol {
	margin: 5px 0 0 0;
}

#sidebar ul ul ul, #sidebar ul ol, #sidebar2 ul ul ul, #sidebar2 ul ol, #sidebar3 ul ul ul, #sidebar3 ul ol {
	margin: 0 0 0 10px;
}

ol li, #sidebar ul ol li, #sidebar2 ul ol li, #sidebar3 ul ol li {
	list-style: decimal outside;
}

#sidebar ul ul li, #sidebar ul ol li, #sidebar2 ul ul li, #sidebar2 ul ol li, #sidebar3 ul ul li, #sidebar3 ul ol li {
	margin: 0 !important;
	padding: 3px 0 !important;
}

.widget {
	padding-bottom:5px !important;
	margin-bottom:10px !important;
}

.widget div {
	padding:3px 0;
}

.textwidget {
	margin: 0 !important;
	padding: 3px 0 !important;
	font-size:1.1em;
}

.textwidget p {
	line-height:1.4em;
}

.widget_tag_cloud {
	line-height:1.4em;
}

#sidebar2 {
	float:left;
	margin-left:0;
	width:435px;
}

#sidebar3 {
	margin-left:475px;
	width:435px;
}

#sidebar2 {
	padding: 10px 0 10px 20px;
}

#sidebar3  {
	padding: 10px 20px 10px 0;
}

#sidebar2 a, #sidebar3 a {
	color:#333;
}

/* <- Sidebar */



/* Kalender -> */
#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; }
/* <- Kalender */



/* Sonstiges -> */
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;
}

.hidden {
	display: none;
}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: block;
	margin:10px 0;
	border:none;
	background:none;
	outline:none;
}

a img {
	border: none;
}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
}
/* <- Sonstiges */



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}