/*  
Theme Name: Travelling Logbook
Theme URI: http://www.ezwpthemes.com/
Description: This theme is designed and coded by <a href="http://www.ezwpthemes.com/">EZwpthemes</a>.
Version: 1.0
Author: EZwpthemes
Author URI: http://www.ezwpthemes.com/
Tags: logbook, travel, sail, orange, fixed width, two columns, widgets
http://www.ezwpthemes.com/templates/travelling-logbook.html
*/

/* Global */
body, td, th, h1, h2, h3, h4, h5, h6, address, blockquote, dd, dl, hr, p, form {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	background: #ffffff url(images/background.jpg) repeat;
}
abbr, acronym {
	cursor: help;
}
br {
	padding: 10px 0 0 0;
}
blockquote {
  border-left: 5px solid #ff9000;
  background: #e5dab0;
  margin: 7px 15px 0;
  padding: 5px 10px;
  font-style: italic;
}
img {
	border: none;
}
a {
	color: #b34813;
}
a:hover {
	text-decoration: none;
}
p {margin: 0px 0px 12px 0px;}

.aligncenter{
   display: block;
   margin-left: auto;
   margin-right: auto;
   text-align: center;
}
.clear {
	clear: both;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
	overflow: hidden;
}

hr {
	margin: 0 auto;
	width: 200px;
	
}

table td, table th {
	padding: 4px;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 36px;
}
h2 {
	font-size: 20px;
	color: #ffffcc;
	margin: 0 0 0 30px;
}
h3 {
	font-size: 18px;
}
#wrapper {
	margin: 0;
	width: 1003px;
	text-align: left;
	overflow: hidden;
}

/* Header */
#header {
	height: 419px;
	background: url(images/header1.jpg) no-repeat;
	position: relative;
}
#header h1 {
	padding: 0px;
	text-indent: -1000px;
}
#header h1 a {
	display: block;
	width: 250px;
	height: 70px;
}


#rss {
	position: absolute;
	left: 200px;
	top: 132px;
	height: 114px;
	width: 130px;
}
#rss a {
	color: #a28040;
	font-size: 38pt;
	text-decoration: none;

	outline-style: none;
}
#rss a:hover {
	color: #896c36;
}

/* top_navigation */
#top_navigation {
  list-style: none;
  display: block;
	position: absolute;
	left: 746px;
	bottom: 0px;
	height: 96px;
	width: 245px;
	margin: 0;
	padding: 0;
}
/*
<img src='";
						bloginfo('stylesheet_directory');
						$t = get_the_title($p);
						echo "/images/top_" . strtolower($t) . ".png' alt='" . $t . "' />
	*/					
					
#top_navigation .nav_adresse {
	float: left;
	width: 70px;
	height: 25px;
	padding: 30px 0 0 20px;
	margin: 0;
}
#top_navigation .nav_kontakt {
	float: left;
	width: 70px;
	height: 25px;
	padding: 42px 0 0 1px;
	margin: 0;
}
#top_navigation .nav_sitemap {
	float: left;
	width: 70px;
	height: 25px;
	padding: 52px 0 0 0px;
	margin: 0;
}
#top_navigation a {
	display: block;
	width: 65px;
	height: 30px;
}
#top_navigation a span {
	display: none;
}
#top_navigation .nav_adresse a {
	background: url(images/top_adresse.png) no-repeat;
}
#top_navigation .nav_kontakt a {
	background: url(images/top_kontakt.png) no-repeat;
}
#top_navigation .nav_sitemap a {
	background: url(images/top_sitemap.png) no-repeat;
}




/* Searchform */
#searchbox {
	position: absolute;
	left: 539px;
	width: 249px;
	height: 59px;
	padding: 34px 0 0 20px;
}

#searchbox form#searchform {
	float: left;
	border: none;
	background: transparent;
	margin: 0;
}
#searchbox form#searchform p {
	margin: 0;
	padding: 0;
}
#searchbox form#searchform input {
	float: left;
	border: none;
	background: transparent;
	margin: 0;
}
#searchbox form#searchform .searchtext {
	margin: 3px 6px 0 35px;
	width: 97px;
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#searchbox form#searchform .searchbutton{
	width: 60px;
	height: 24px;
}
#searchbox form#searchform label {
	display: none;
}

/* Container */
#container {
	z-index: 100;
	height: 100%;
	overflow: hidden;
	background: url(images/container-bg.jpg) repeat-y;
	position: relative;
}

#sidebar {
	float: left;
	width: 193px;
}
#sidebar h2 {
	z-index: 10;
	font-weight: bold;
	color: #b34813;
	font-size: 12px;
	padding-left: 18px;
	margin: 0 0 5px -5px;
	padding-left: 0px;
}

#sidebar ul.navigation {
  list-style-type: none;
  margin: 0;
  padding: 0;
  padding-left: 20px; 
}
#sidebar ul.navigation li {
  padding: 2px 0 4px 0;
}
#sidebar ul.navigation ul {
	list-style-type: none;
	margin: 0;
	padding-left: 5px;
}
#sidebar ul.navigation ul li {
	font-family: Tahoma;
	font-size: 12px;
	padding-left: 10px;
	background: url(images/arrow.gif) 0px 5px no-repeat;
}

/* to hide children of unselected main category */
#sidebar ul.navigation ul ul li {
    display: none;
}
#sidebar ul.navigation .current_page_item li , #sidebar ul.navigation .current_page_ancestor li {
	display: block;
}
	
	
	
	
	
#sidebar ul.navigation .current_page_item{
	font-weight: bold;
}
#sidebar ul.navigation .current_page_item ul a{
	font-weight: normal;
}




table#wp-calendar {
  padding: 0 15px 0 20px;
  width: 100%;
  text-align: right;
  color: #ba8644;
  font-size: 11px;
  font-weight: bold;
}

table#wp-calendar caption {
  font-size: 12px;
}

#divider {
	float: left;
	width: 46px;
	height: 100%;
}
#divider-top {
	height: 66px;
	width: 46px;
	margin-top: 83px;
	background: url(images/divider-bg.jpg) no-repeat;
}
#divider-bottom {
	height: 66px;
	width: 46px;
	position: absolute;
	bottom: 83px;
	background: url(images/divider-bg.jpg) no-repeat;
}

#content {
	float: left;
	width: 664px;
}
.post {
	padding: 0px;
	margin: 0px 50px 60px 30px;
}
.post h2 {
	background:url(images/star.gif) 0px 7px no-repeat;
	padding: 2px 0 0 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	color: #b34813;
	margin: 0 0 15px 0;
	border-bottom: 1px #cd906f solid;	
}
.post h2 a {
	text-decoration: none;
	outline-style: none;
}
.post h2 a span {
	display: none;
}

.notfound {
	margin-top: 50px;
}
.notfound h2{
  text-align:center;
  font-size: 40px;
  color: #cd906f;
}
.endline {
  clear: both;
}
.entry {

} 
.postmetadata {
	text-align: left;
	margin: -13px 0 20px;
	font-size: 11px;
	color: #ff5100;
}
.commentline {
	text-align: right;
	font-weight: bold;
	padding: 20px 20px 0;
}
.quickjump {
  padding: 10px 0 0 40px;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
}
.jumpleft {
  float: left;
  padding: 0 22px;
}
.jumpright {
  float: right;
  padding: 0 51px;
}


/* Comments */
.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #cccccc;
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #cccccc;
}

.comments-template h2, .comments-template h3{
  font-family: Georgia, Arial, Helvetica, Sans-serif;
	font-size: 16px;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

#commentform p{
	margin: 1px;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}

.children {
  list-style:none;
  margin-right:2px;
}
.children li{
  border: 1px #cccccc solid;
  border-left: 7px #aa6011 solid;
  padding:2px;
}
.children li p{
  padding-left:2px;
}
.comment-author {
  padding:3px;
}
.comment-meta, .reply {
  padding-left:2px;
}

/* Footer */
#footer {
	clear: both;
	background: url(images/footer-bg.jpg) no-repeat;
	text-align: right;
	padding: 70px 100px 20px 0;
}
.copyright {
	font-size: 12px;
	line-height: 18px;
}
.copyright a {
	font-weight: bold;
}

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

.alignleft, div.alignleft {
	display: block;
	float: left;
	width: 100%;
}


.alignright, div.alignright {
	display: block;
	float: right;
	width: 100%;
}

.alignleft, .alignright{
	width: 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;
	width: 100%;
	display: block;
}

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
}










/* custom stuff */
.breadcrumb {
	position: absolute;
	bottom: 10px;
	left: 260px;
	font-size: 10pt;
}






/* Online Angebot Link */
.online_offer_link {
	color: #ff0000;
	font-size: 130%;
	font-weight: bold;
}








/* SITEMAP */

.ddsg-wrapper div, .ddsg-wrapper h2 {
	display: none;
}




/* CFORMS --> for layout: wide-form.css */
.cform label, ol.cf-ol li.cf-box-title {
	color:#000066 !important;
	background: none !important;
	font-weight: bold !important;
}


label, label span {
	width: auto !important;
}	

.cform input, .cform textarea, .cform select, li.cf-box-group{
	border: 1px solid gray !important;
}

.cform  .sendbutton {
	font-weight: bold !important;
	font-size: 100% !important;
}

.cform fieldset	{ 
	border: 1px solid gray !important;
}
.cform  .reqtxt, .cform  .emailreqtxt {
	color: red !important;
}
.linklove {
	display: none;
	text-indent: -10000px;
}






/* MINI CFORM !!!! */
.reisetipp_kontakt {
	text-align: left;
	padding: 0 10px 0 0;
	margin: 25px 0 0 0;
}
.reisetipp_kontakt legend {
	font-size: 12pt;
	font-weight: bold;
	color: red;
}
.reisetipp_kontakt ul {
	margin: 5px 0 0 40px;
	padding: 0;
}
.cform_quickmail {
	/* border: 1px gray groove !important; */
	text-align: left;
	padding: 0 10px 0 0;
	margin:  0px;
}
.cform_quickmail * {
	width: auto !important;
}
.cform_quickmail .cform  {
}
.cform_quickmail .cform  input {
	width: 140px !important;
}
.cform_quickmail .cform  .sendbutton {
	margin: 0px !important;
	width: 70px !important;
	font-weight: normal !important;
	font-size: 80% !important;
}
.cform_quickmail .cform li {
	width: 200px !important;
}
.cform_quickmail .cform li, .cform_quickmail .cform ol, .cform_quickmail .cform li label {
	float: left !important;
	display: inline !important;
}

.cform_quickmail .cform  .reqtxt, .cform_quickmail .cform  .emailreqtxt {
	display: none !important;
}
.cform_quickmail  div.success {
	color: black;
	font-weight: bold;
	padding: 7px;
}







/* LOGO */
.logos {
	display: block;
	background: url('images/post_bottom1.png') no-repeat top center;
	padding-top: 25px;
	width: 670px;
	position: absolute;
	bottom: 0px;
	margin: 0 10px 0 10px;
	border: 0px solid red;
	text-align: center;
}

.logos img {
	margin: 0 2px;
	vertical-align: middle;
}




/* APPLICATION */

.application {
	margin: 15px 0px;
}



.postit {
	/* border: 1px solid red; */
	position: relative;
	left: -5px;
	font-size: 11px;
	font-style: italic;
	background: url('images/postit.png') no-repeat top left;
	margin: 10px 0 0 10px;
	height: 90px;
	width: 165px;
	padding: 55px 15px 20px 10px;
	overflow: hidden;
}

.postit .ticker .prev {
	text-decoration: none;
	position: absolute;
	top: 140px;
	left: 40px;
}
.postit .ticker .next {
	text-decoration: none;
	position: absolute;
	top: 140px;
	left: 80px;
}
.postit .ticker a.next:hover, .postit .ticker a.prev:hover, .postit .ticker a.more:hover  {
	font-weight: bold;
}

.postit .ticker .label {
	color: #444;
	text-align: center;
	display: block;
	width: 30px;
	position: absolute;
	top: 140px;
	left: 50px;
}

.postit .ticker a.more {
	text-decoration: none;
	display: block;
	position: absolute;
	top: 140px;
	left: 115px;
}


.postit .ticker ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.postit .ticker ul a span {
	color: #333;
	display: block;
	height: 70px;
	overflow: hidden;
	font-size: 11px;
	font-style: italic;
}

.postit .ticker ul a {
	color: #000;
	overflow: hidden;
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
}

.postit .ticker ul a:hover h3, .postit .ticker ul a:hover p{
	text-decoration: underline;
}
