/*
Theme Name: WordPress fastenwanderer
Theme URI: http://www.fastenwanderer.com/
Description: A WordPress theme especially used in fastenwanderer.com
Version: 1.0
Author: Gerald Petter
Tags: branding, two columns

Default WordPress by Michael Heilemann || http://binarybonsai.com/
Modifications by Gerald Petter || http://www.petter-web.at

*/

/* Normalisierung -------------------------------------------------------------------------------------------- */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td , img { 
  margin:0; padding:0; }

h1, h2, h3, h4, h5, h6 { 
  font-size:100%; 
  font-weight:normal;}

ol, ul { 
  list-style:none; }

address, caption, cite, code, dfn, th, var { 
  font-style:normal; font-weight:normal; }

table {  
  border-collapse:collapse; border-spacing:0; }

fieldset, img {  
  border:0; }

caption, th {  
  text-align:left; }

a img {
	border: none;
}
  
q:before, q:after {  
  content:''; }

/* ------------------------------------------------------------------------------------------------------------ */
body { 
  background-color:rgb(255,255,255);
  font-family:verdana,sans-serif;
  font-size:100.1%;
  background-image:url(images/body_bg.png);
  background-repeat:repeat-x;
  background-position:left top; 
  padding-bottom:0px;
  text-align:center;
}

div#side {
  margin:0px auto 0px;
  text-align:left;
  padding:0 0 0px 0;
  min-width:960px;
  max-width:1060px;
  position:relative;
  min-height:300px;
}

strong {
  color:rgb(0,128,0);
  font-weight:bold;
}

/* Branding ------------------------------------------------------------------ */
div#branding {
  height:297px;
  position:relative;
}

div#branding img#headerimg{
  position:absolute;
  bottom:0px;
  left:0px;  
}

div#branding h1 {
  text-indent:-9999px;
}

div#branding img#logo {
  position:absolute;
  top:30px;
  right:0px;  
}

div#branding p#description {
  position:absolute;
  top:100px;
  right:0px; 
  text-align:right;  
  width:380px;
  font-size:1.3em;
  line-height:1.4em;
}

div#branding p#description strong {
  font-style:italic;
}

div#branding img#text_guttun {
  position:absolute;
  top:180px;
  right:0px;  
}

div#branding p#links {
  position:absolute;
  bottom:0px;
  right:0px; 
  text-align:left;  
  line-height:0;
}

div#branding p#links img {
  padding-left:8px;
}

/* Seitenleiste ------------------------------------------------------------------ */
div#sidebar {
  position:relative;
  width:400px;
  min-height:500px;
  background-color:rgb(174,255,195);
  background-image:url(images/sidebar_bg.png);
  background-repeat:repeat-x;
  background-position:left top; 
  float:left;
  margin:30px 20px 20px 0;
}

li.widget h2 {
  padding:0 0 6px 0;
  font-weight:bold;
  color:rgb(166,21,2);
}

p#link_start {
  position:absolute;
  top:12px;
  left:30px;
  font-size:0.9em;
  font-weight:bold;
}

li.widget_search {
  position:absolute;
  top:-26px;
  left:10px;
  font-size:0.9em;
  padding-left:30px;
}

li.widget_pages {
  font-size:0.9em;
  padding:12px 0 10px 110px;
  color:rgb(166,21,2);
}

li.widget_pages h2 {
  display:none;
}

li.widget_pages li {
  display:inline;
  font-weight:bold;
  padding-left:14px;
}

li.widget_pages li a, p#link_start a {
  color:rgb(166,21,2);
  text-decoration:none;
}

li.widget_pages li a:hover, p#link_start a:hover {
  color:rgb(100,100,100);
  text-decoration:underline;
}

li.widget_categories {
  font-size:0.9em;
  padding:20px 0 10px 40px;
  color:rgb(166,21,2);
}

li.widget_categories ul {
  padding:0 0 10px 30px;
}

li.widget_categories li {
  padding:2xp 0 2px 0;
}

li.widget_categories li:before {
  content:"- ";
}

li.widget_text {
  font-size:0.9em;
  padding:20px 0 10px 40px;
}

li.widget_text div {
  padding:0 0 10px 30px;
}

li.widget_text p {
  padding:3px 0 3px 0;
}

li.widget_meta {
  font-size:0.9em;
  padding:20px 0 10px 40px;
  color:rgb(166,21,2);
}

li.widget_meta ul {
  padding:0 0 10px 30px;
}

li.widget_meta li {
  padding:2xp 0 2px 0;
}

li.widget_meta li:before {
  content:"- ";
}

/* Inhalt ------------------------------------------------------------------ */
div#content {
  font-size:0.9em;
  padding:37px 40px 20px 40px;
  border-left:rgb(174,255,195) solid 400px;;
}

div#content h2.pagetitle {
  font-size:1.6em;
  font-style:normal;
  font-weight:bold;
  font-family:verdana, sans-serif;
  padding-bottom:8px;
}

div#content h2, div#content h3 {
  font-size:1.6em;
  font-style:italic;
  font-weight:bold;
  font-family:calibri, verdana, sans-serif;
  padding:10px 0 0;
}

div#content div.entry h3 {
  font-size:1.4em;
  font-style:normal;
}

div#content h2 a, div#content h3 a {
  color:rgb(166,21,2);
  text-decoration:none;
}

div#content h2 a:hover {
  text-decoration:underline;
}

div#content h3#comments, div#content div#respond h3 {
  font-size:1.4em;
  font-style:normal;
  margin-top:10px;
}

div#content h4 {
  font-weight:bold;
  font-size:1em;
  padding:6px 0 2px;
}

div#content small, div#content p.postmetadata {
  color:rgb(1,124,3);
  font-size:0.9em;
  font-style:italic;
  padding:2px 0;
}

div#content div.entry {
  border-top:rgb(1,124,3) dotted 1px;
  padding:4px 0 6px;
}

div#content div.entry p.wp-caption-text {
  padding:2px 0 2px 0px;
  font-size:0.8em;
  text-indent:6px;
}

div#content div.entry div.alignleft {
  float:left;
}

div#content div.entry div.alignright {
  float:right;
}

div#content div.entry  p {
  padding:4px 0 4px 0;
}

div#content div.hentry  p.postmetadata {
  padding:4px 0 25px 0;
}

/* Begin Images */
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 */

/* Lists */
div#content ol {
  list-style-type:decimal;
  padding:3px 40px 3px;
}

div#content ul {
  list-style-type:disc;
  padding:3px 40px 3px;
}

div#content ul ul {
  list-style-type:circle;
  padding:3px 40px 3px;
}

div#content ol li, div#content ul  li{
  padding:2px 0;
}

/* Last ------------------------------------------------------------------ */
div#last {
  font-size:0.9em;
  clear:both;
  margin:10px 40px 10px;
  text-align:center;
  line-height:1.6em;
}

/* übernommen von default ----------------------------- */
.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}
.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
  margin-right: -5px;
	margin-left: 10px;
}

.commentlist li {
	font-weight: bold;
  margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
}

.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;
  margin: 10px 5px 10px 0;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
  margin: 5px 0;
	}

.commentmetadata {
	font-weight: normal;
  margin: 0;
	display: block;
	}

  .nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

/* 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: 4px 6px 4px;
	-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;
}
/* End captions */

