/*
Theme Name: ff-webdesigner for Reiseberichte.Boehmen-Reisen.de

Theme URI: http://ff-webdesigner.de/
Wordpress Theme for Reiseberichte.Boehmen-Reisen.de
Version: 1.0
Author: Frank Woelky
Author URI: http://ff-webdesigner.de
Tags: blue, white, 2 columns, fixed width


/* Begin Typography & Colors */
.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

.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;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}
a, h2 a:hover, h3 a:hover {
	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 {
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

/* End Structure */



/*	Begin Headers */


#sidebar h2 {
	margin: 5px 3px 0;
	padding: 0;
	font-size: 12px;
	color: #666666;
	}

/* End Headers */



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

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

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 ol {
	padding: 0 0 0 35px;
	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 {
	margin: 0;
	padding: 0;
	}


#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}
ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0 0 0 3px;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	padding: 5px 3px;
	}

#sidebar #searchform #s {
	width: 75px;
	padding: 1px;
	border: 1px solid #000080;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 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 */



/* Begin Sidebar */

#sidebar form {
	margin: 0;
	}
/* 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: 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: none;
	}
.navigation {
	display: block;
	text-align: center;
	margin-bottom: 30px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #aaa;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#content img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

#content .wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
	width: auto;
}
/* End captions */

/* ff-webdesigner styles */
body {
	background: url(layout/schatten-body.png) repeat-x top;
	color: #000000;
	font: 12px Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
a {
	color: #000080;
}
#page {
	width: 990px;
	margin: 0px 0px 20px;
}

#sidebar {
	float: left;
	width: 160px;
}
#header	{
	height:70px;
}
#header img {
	border-style: none;
	margin-bottom: 5px;
	background: url(layout/schatten-logo.png);
	padding-bottom: 5px;
	padding-right: 5px;
	margin-right: 5px;
}
#top0 {
	float:left;
	position: absolute;
	left: 0px;
	top: 0px;
}
#top0 a{
	display: block;
	width: 160px;
}
#header a:hover {
	color: #FFCC00;
	text-decoration: underline;
}

#top1 {
	background: url(layout/top1.jpg) no-repeat right;
	height: 20px;
	width: 490px;
	padding-top: 5px;
	padding-left: 10px;
	position: absolute;
	left: 160px;
	top: 0px;
}
#top1 a {
	font-weight: bold;
	color: #306;
	text-decoration: none;
}
#top2 {
	background: url(layout/top2.jpg);
	height: 20px;
	width: 320px;
	padding-top: 5px;
	text-align: right;
	padding-right: 10px;
	text-decoration: none;
	position: absolute;
	left: 660px;
	top: 0px;
}
#top3	{
	position:absolute;
	top:35px;
	left:180px;
}
#top3 ul {
	margin: 0px;
	list-style: none;
	padding: 0px;
}
#top3 li {
	float: left;
	padding-right: 5px;
}
#top3 a {
	font-weight: bold;
	text-decoration: none;
	font-size: 15px;
}
#categories ul {
	margin: 0px;
	list-style: none;
	padding: 0px;
}
#categories ul li {
	background: url(layout/schatten-m.png) no-repeat top;
	display: block;
	width: 150px;
	overflow: visible;
	padding-bottom: 3px;
}
#categories ul li.schatten-o {
	background: url(layout/schatten-o.png);
}

#categories ul li.schatten-u {
	background: url(layout/schatten-u.png) no-repeat top;
	display: block;
	padding-bottom: 10px;
}

#categories a.nav1 {
	display: block;
	text-decoration: none;
	color: #FF9900;
	background: #000080;
	height: 18px;
	width: 137px;
	border: 1px solid #FF9900;
	padding-top: 1px;
	font-weight: bold;
	padding-left: 5px;
	font-size: 13px;
}
#categories a.nav2 {
	display: block;
	text-decoration: none;
	color: #FF9900;
	background: #000033;
	height: 17px;
	width: 137px;
	border: 1px solid #FF9900;
	padding-top: 2px;
	font-weight: bold;
	font-size: 13px;
	padding-left: 5px;
}
#categories a:hover {
	color: #FFCC00;
}
#categories ul li li {
	background: url(none);
	padding-left: 0px;
}
#categories li li a {
	color: #000080;
	text-decoration: none;
	padding-left: 7px;
}
#categories li .children li a{
font-size:11px;
padding-left: 9px;
}
#categories li .children li {
margin-top:0px;
font-size:11px;
}
#categories li .children {
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
#categories li li a:hover {
	color: #000099;
}
#content {
	float: left;
	padding-left: 20px;
	position:relative;
	line-height: 150%;
	width: 810px;
	overflow: hidden;
	font-size: 14px;
}
h1, h2 {
	font-size: 18px;
	color: #000080;
	margin-top: 0px;
}
#content p, #content h1, #content h2, #content ul {
	width: 480px;
	position:relative;
}
#content .alignnone	{
	position:absolute;
	left: 510px;	
}
#content .wp-caption	{
	position:absolute;
	left: 522px;	
}
#footer {
	clear: both;
	margin-top: 20px;
	padding-top: 5px;
	border-top: 1px solid #CCCCCC;
	margin-left: 180px;
	color: #666666;
}
#footer a {
	color: #333333;
	text-decoration: none;
}

.clear {
	clear: both;
}

.gallery-item {
                width: 33% !important;
        }

