/*
Theme Name: vonRichthofen v2.0 - Simple and Clean 
Theme URI: http://www.vonrichthofen-geocaching.de
Description: Clean and easy. Originally based on deFusion by webdemar.
Version: 009
Author: vonRichthofen
Author URI: http://www.vonrichthofen-geocaching.de
Tags: vonRichthofen, geocaching
*/

/*
	- GENERAL
	- BASIC LAYOUT
	- HEADINGS
	- HEADER
	- CONTENT
		+ CONTENT LEFT
		+ CONTENT RIGHT
	- COMMENTS
	- SEARCHFORM
	- FOOTER
	- WORDPRESS CSS
	- USEFUL

/*	##################################
   	GENERAL
	################################## */
	
body {
	margin: 0px;
	padding: 0px;
	background: #E5E5E5;
	color: #555555;
	font: 12px/18px "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
}

p {
	margin: 0 0 20px 0;
}

a {
	color: #555555;
	text-decoration: none;
}

a:hover {
  color: #97BF06;
  text-decoration: underline;
}

ul, ol {
	margin-bottom: 20px;
}

img {
  border: none;
}

/*	##################################
   	BASIC LAYOUT
	################################## */

#page {
	width: 940px;
	margin: 0 auto;
}
	
#header {
	position: relative;
	height: 170px;
	background: #338591;
	font-family: Georgia,"Times New Roman",Times,serif;
}

#content {
	padding: 30px 0 0 0;
}

#content-left {
	float: left;
	width: 615px;
}

#content-left p a {
  color: #6F8C04;
}

#content-left a:hover {
  color: #97BF06;
}

#content-left ol a {
  color: #6F8C04;
}

#content-left li a {
  color: #6F8C04;
}

#content-right {
	float: right;
	width: 290px;
	border: 1px solid #E5E5E5;
	background: #FFFFFF;
	padding: 0;
}

#content-left ul {
  list-style-type: square;
}

.recent {
  list-style-type: none !important;
}

/*	##################################
   	HEADINGS
	################################## */
	
h1 {
	color: #555555;
}

h2, h3 {
	color: #2E7782;
	clear: both;
}

h4, h5, h6, h7 {
  color:#555555;
  clear: both;
}

h1 {
	margin: 0 0 20px 0;
	font-size: 22px;
	font-weight: normal;
}

#content-left h2 {
	margin: 0 0 10px 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;
}

#content-left h3 {
	margin: 0 0 5px 0;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
}

#content-left h4, h5, h6 {
	margin: 0 0 6px 0;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
}

h1#blog-title {
	position: absolute;
	bottom: 80px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	line-height: 1;
	font-size: 24px;
	font-weight: normal;
}

h1#blog-title a {
	color: #fff;
	text-decoration: none;
	color: #000000;
}

h2#blog-description {
	position: absolute;
	bottom: 60px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	font-weight: normal;
}

h2.category-title {
	margin: 0 0 20px 0 !important;
	padding: 0 0 5px 0 !important;
	border-bottom: 1px solid #cecece !important;
	font-size: 16px !important;
	color: #2E7782 !important;
	font-weight: bold !important;
}

h1.post-title {
	margin: 0 0 2px 0;
	font-size: 28px;
	font-weight: normal;
	line-height: 28px;
	font-family: Georgia,"Times New Roman",Times,serif;
}

h1.post-title a {
	text-decoration: none;
	color: #555555;
}

h1.post-title a:hover {
	color: #ffffff !important;
	background: #97BF06 !important;
}

h4.sidebar-title {
	font-size: 12px;
	padding: 0 0 0 0 !important;
	margin: 0 !important;
	color: #2E7782;
}

h4.sidebar-title a {
	color: #2E7782;
}

/*	##################################
   	HEADER
	################################## */
	
#top-nav {
	position: absolute;
	top: 10px;
	right: 0px;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#top-nav li {
	float: left;
	margin: 0 0 0 10px;
}

#top-nav li#rss {
	padding: 0 0 0 15px;
	background: url(img/rss-icon.gif) no-repeat left center;
}

#headertext a {
  color: #FFFFFF;
  text-decoration: none;
}

#headertext a:hover {
  background-color: #97BF06;
}

#headertext p#blogtitle {
  padding: 30px 0 0 20px;
  font-size: 44px;
  line-height: 44px;
  color: #FFFFFF;
  margin: 0px;
}

#headertext p#subtitle {
  padding: 0 0 0 20px;
  font-size: 12px;
  line-height: 14px;
  color: #FFFFFF;
}

#headerweb20 {
  clear: both;
	color: #eee;
	font-size: 11px;
	display: block;
	text-align: right;
	height: 24px;
	margin-top: 6px;
}

#headerweb20 a {
  color: #999999;
}

#headerweb20 a:hover {
  color: #999999;
}


#web20rss a {
  padding: 0 10px 2px 17px;
	background: url(img/icn_rss_gs.gif) no-repeat 0px 0px;
}

#web20twitter a {
padding: 0 1px 2px 19px;
	background: url(img/icn_twitter_gs.gif) no-repeat 0px 0px;
}

#web20rss a:hover {
  background: url(img/icn_rss.gif) no-repeat 0px 0px;
}

#web20twitter a:hover {
	background: url(img/icn_twitter_blau.gif) no-repeat 0px 0px;
}



/*	##################################
   	CONTENT
	################################## */
	
/** CONTENT LEFT */

.post, .page {
	margin: 0 0 30px;
	background: #FFFFFF;
	border: 1px solid #FEFEFE;
	padding: 20px;
}

.box-left {
	background: #FFFFFF;
	border: 1px solid #FEFEFE;
	padding: 20px;
}

.box-left-comments {
	background: #FFFFFF;
	border: 1px solid #FEFEFE;
	padding: 20px 20px 0 20px;
}

.sticky {
	padding: 20px;
	border: 1px dotted #ccc;
}

.meta {
	clear: both;
	padding: 0px 0px 20px 0px;
	background: #fff;
	color: #999999;
	font-size: 11px;
}

.meta a {
	color: #999999;
	text-decoration: none;
}

.meta a:hover {
  color: #97BF06;
  text-decoration: underline;
}

.meta-date {
	padding: 0 8px 0 15px;
	background: url(img/bg-meta-date.gif) no-repeat 0px 2px;
}

.meta-bookmarking {
	padding: 0 8px 0 15px;
	background: url(img/bg-bookmark.gif) no-repeat 0px 2px;
}

.meta-print {
	padding: 0 8px 0 15px;
	background: url(img/bg-print.gif) no-repeat 0px 2px;
}

.meta-categories {
	padding: 0 8px 0 11px;
	background: url(img/bg-meta-categories.gif) no-repeat 0px 2px;
}

.meta-comments {
	padding: 0 8px 0 13px;
	background: url(img/bg-meta-comments.gif) no-repeat 0px 2px;
}

.tagspan {
	font-size: 11px;
	padding: 0 10px 0px 15px;
	background: url(img/bg-tags.gif) no-repeat 0px 2px;
}

.tagspan a {
	text-decoration: none;
	color: #999999;
}

.tagspan a:hover {
  color: #97BF06;
  text-decoration: underline;
}

.tags {
	clear: both;
	padding: 0 0 0 0;
	background: #ffffff;
}

/** CONTENT RIGHT */

.box-right {
	padding: 20px 20px 20px 20px;
	border-bottom: 1px solid #eeeeee;
}

.box-right ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.box-right ul li {
	margin: 0px;
	padding: 0 0 0 12px;
	line-height: 25px;
	background: #FFFFFF url(img/arrow.png) no-repeat scroll -2px 6px;
}

.box-right li a {
	text-decoration: none;
	display: block;
	padding: 0px;
}

.box-right li a:hover {
	background: #F9F9F9;
	color: #97BF06;
	display: block;
}

.box-right li li {
	border: none;
}

.recentcomments {
  line-height: 16px !important;
}

/*	##################################
   	COMMENTS
	################################## */
	
	
/* COMMENT FORM */
	
#commentform label {
	display: block;
	margin: 0 0 2px 0;
}

#commentform {
  margin-bottom: 20px;
}

.answerdiv label {
	display: block;
	margin: 0 0 2px 0;
}

input#answer {
	height: 18px;
	padding: 6px 6px 0 6px;
	background: #fff url(img/bg-form-text.gif) repeat-x left top;
	border: 1px solid #dadada;
	color: #555555;
	width: 60px;
}

#commentform input.text, #commentform textarea {
	width: 559px;
	margin: 0 0 10px 0;
}

#commentform #name, #commentform #email, #commentform #website {
  width: 225px;
}

#commentform .text {
	height: 18px;
	padding: 6px 6px 0 6px;
	background: #fff url(img/bg-form-text.gif) repeat-x left top;
	border: 1px solid #dadada;
	color: #555555;
}

#commentform textarea {
	height: 150px;
	padding: 6px 6px 0 6px;
	background: #fff url(img/bg-form-text.gif) repeat-x left top;
	border: 1px solid #dadada;
	color: #555555;
}

#commentform .button {
	width: auto;
	height: 26px;
	margin: 0px;
	padding: 0 10px;
	background: #F7F7F7;
	border-bottom: 1px solid #DADADA;
	border-right: 1px solid #DADADA;
	color: #555555;
}

/* END COMMENTFORM */

/* COMMENTLIST 

.commentlist .comment {
	height: auto;
	margin: 30px 0 0 0;
	color: #555555;  
}

/*.commentlist .quote {
	padding: 20px 20px 0 20px;
	background: #4a4f54 url(img/bg-comment-quote.gif) no-repeat right top;
}*/

/*.commentlist .cite {
	display: block;
	padding: 20px 0 0 0;
	color: #6e7073;
	background: #fff url(img/bg-comment-bubble.gif) no-repeat left top;
	font-style: normal;
}*/

/** COMMENTS IN WP 2.7 

#comments {
  color: #555555;
  font-size: 12px !important;
  margin: 0 0 20px 0;
}

*/

h4#comments {
  color:#555555;
  clear: both;
  margin: 0 0 6px 0;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
}

h4#pings {
  color:#555555;
  clear: both;
  margin: 0 0 6px 0;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
}

ol.commentlist {
  list-style: none;
  margin: 0px;
  padding-left: 0px;
}

ol.pinglist {
  list-style: none;
  margin: 0px;
  padding-left: 0px;
  padding-bottom: 20px;
}

.commentlist li {
	padding: 10px 10px 10px 10px;
	list-style: none;
	border-right: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
	background: #F9F9F9;
	margin-bottom: 20px;
}

.pinglist li {
	list-style: none;
}

.clear_float {
  display: block;
}

.avatar {
	float: left;
	margin: 5px 20px 0 0;
	padding: 1px;
	border: 1px solid #dadada;
}

.comment-text {
  float: right;
  width: 463px;
}

.commentlist li p {
	margin: 0;
}

.comment-meta {
  clear: both;
	font-size: 11px;
	text-align: right;
	padding-top: 10px;
	color: #999999;
}

.comment-meta a {
	text-decoration: none;
	color: #999999;
}

.authorsays {
  color: #999999;
}

/*
.commentlist .comment-author a {
	color: #555555;
}
*/
.commentlist .comment-author {
	font-weight: normal;
	color: #555555;
	clear: both;
	display: block;
	margin-bottom: 5px;
}

/*
.commentlist ul.children {
	margin: 0px;
	padding: 0px;
}

.commentlist .children li {
	border: 1px solid #EEEEEE;
}

#cancel-comment-reply {
	margin: 10px 0;
}

.commentlist li.depth-2, .commentlist li.depth-4 {
	background: #ffffff;
}

.reply {
  font-size: 11px;
  text-align: right;
}

div.reply a {
  color: #999999;
}
*/
.alt, thread-alt {
  background: #FFFFFF !important;
}

/* END COMMENTLIST */

/*	##################################
   	SEARCHFORM
	################################## */
	
#searchform #search {
	float: left;
	width: 158px;
	height: 18px;
	padding: 6px 6px 0 6px;
	background: #fff url(img/bg-form-text.gif) repeat-x left top;
	border: 1px solid #dadada;
	color: #747477;
}

#searchform .button {
  width: auto;
	height: 26px;
	margin: 0px;
	padding: 0 10px;
	background: #F7F7F7;
	border-bottom: 1px solid #DADADA;
	border-right: 1px solid #DADADA;
	color: #747477;
}

/*	##################################
   	FOOTER
	################################## */

#footer {
	width: 940px;
	margin: 0 auto;
	padding: 20px 0;
}

#footer p {
	margin: 0 0 1px 0;
	font-size: 11px;
	color: #999999;
}

#footer a {
	text-decoration: none;
	color: #999999;
}

#legal {
	float: left;
	width: 400px;
}

/*	##################################
   	WORDPRESS CSS
	################################## */

.aligncenter,
div.aligncenter {
   	margin: 0 auto;
}

.aligncenter {
	margin: 3px 0 10px 0;
}

.alignleft {
   	float: left;
   	margin: 3px 20px 10px 0;
}

.alignright {
   	float: right;
   	margin: 3px 0 10px 20px;
}

.size-large {
    margin: 0 0 20px 0 !important;
}

.wp-caption {
	margin-bottom: 20px;
	padding-top: 4px;
  border: 1px solid #eeeeee;
  text-align: center;
}

.wp-caption img {
   	float: none;
   	margin: 0px;
   	padding: 0px;
   	border: none;
}

.wp-caption p.wp-caption-text {
   	padding: 0px;
  	margin: 0px;
}

/** WIDGETS CSS */

#calendar_wrap table {
	width: 100%;
}

#calendar_wrap table a {
	font-weight: bold;
}

#calendar_wrap td {
	text-align: center;
}

#wp-calendar caption {
	border-top: 1px solid #eeeeee;
	border-left: 1px solid #eeeeee;
	border-right: 1px solid #eeeeee;
}

/*	##################################
   	USEFUL
	################################## */
	
.clear {
	clear: both;
}

.clearfix:after {
    content: " ";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

/** CSS BASIC ELEMENTS */

hr {
	clear: both;
	height: 1px;
	margin: 20px 0;
	background: #dedede;
	border: none;
}

blockquote {
	margin: 0 0 0 10px;
	padding: 0 0 0 10px;
	border-left: 5px solid #E5E5E5;
}

fieldset {
	margin: 0 0 20px 0;
	padding: 0 20px 20px 20px;
	background: #f7f7f7;
	border: none;
}

legend {
	font-size: 14px;
	font-weight: bold;
}

input, textarea {
	height: 18px;
	margin: 0 0 20px 0;
	padding: 5px 6px 0 6px;
	background: #fff url(img/bg-form-text.gif) repeat-x left top;
	border: 1px solid #eeeeee;
	color: #555555;
	font-size: 12px;
	width: 166px;
}

textarea {
	height: 100px;
}

select {
	width: auto;
	margin: 4px 0 20px 0;
	padding: 3px;
	background: #fff;
	border: 1px solid #eeeeee;
	color: #555555;
	font-size: 12px;
	font-family: "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
}

#content-right select {
  width: 250px;
  margin: 5px 0 0 0;
}

input.radio, input.checkbox {
	width: auto;
	height: auto;
	margin: 0px;
	background: #ffffff;
}

input.password {
	width: auto;
}

input.button {
	width: auto;
	height: 26px;
	margin: 0px;
	padding: 0 10px;
	background: #F7F7F7;
	border-bottom: 1px solid #DADADA;
	border-right: 1px solid #DADADA;
	color: #555555;

}

#search input {
  margin: 0;
}

table {
	width: 100%;
	margin: 0 0 20px 0;
	border: 1px solid #eeeeee;
	border-bottom: none;
	border-right: none;
}

th, td {
	padding: 2px 5px;
	border-bottom: 1px solid #eeeeee;
	border-right: 1px solid #eeeeee;
}

th {
  border-bottom: 1px solid #eeeeee;
  border-right: none;
}

pre {
	font-family: Courier, serif;
}

/** Plugins */

.ddprintspan {
	font-size: 11px;
	padding: 0 10px 0px 15px;
	background: url(img/bg-print.gif) no-repeat 0px 2px;
}

.ddprintspan a {
		text-decoration: none;
}

.ddprint {
	clear: both;
	padding: 0px 0px 20px 0px;
	background: #fff;
	color: #999999 !important;
}

.pro-player-container {
  margin-bottom: 20px;
  border: 1px solid #EEEEEE;
}

#relatedposts {
  border-top: 1px dotted #eeeeee;
  padding-top: 5px;
  margin-bottom: 10px;
  clear: both;
}

#relatedposts p {
  margin-bottom: 0px;
  font-size: 11px;
  color: #999999;
  line-height: 16px;
}

#relatedposts a {
  font-size: 11px;
  line-height: 16px;
}

#relatedposts ol {
  margin: 0px;
  padding-left: 15px;
  list-style-type: none; 
}

#relatedpoststitle {
	padding: 0 8px 0 15px;
	background: url(img/bg-relatedposts.gif) no-repeat 0px 2px;
}

.xmlgmdiv {
	margin: 0 0 20px 0;
}

#googlead {
	margin-top: 10px;
}

#bookmarking {
	position: absolute;
	bottom: 6px;
	left: 809px;
}