/*
	Author Name : 	vektorrausch Gmbh
	Author Site	: 	http://vektorrausch.de
	Style Name	: 	RealnatureTV Standard-CSS
	Style URI	:	http://realnature.tv
	Version	    : 	2.1 (17.07.2010)
	Comments	: 	3-Spalter mit Dropdownmenu basierend auf K2
*/

/* Struktur
******************************************************************/

body {
	font: 75% normal Arial, Helvetica, sans-serif;
	background: #e8eaeb;
}

.columns-three #page {
	width: 100%;
	padding: 10px 0 0;
	border: none;
	background: none;
}

.content {
	position: relative;
	z-index: 1;
	width: 970px;
	margin: 0 auto;
	background: url(bg-content.png) repeat-y left;
	border-top: 1px solid #E8EAEB;
	padding: 0;
}

.columns-three #primary {
	padding-left: 20px;
	width: 500px;
	background: url(bg-content-top.png) no-repeat left top;
}

.columns-three #sidebar-1 {
	width: 275px;
	padding: 0;
	margin-left: 29px;
	background: url(bg-content-top.png) no-repeat right top;
}

.columns-three #sidebar-2 {
	float: right;
	position: relative;
	width: 120px;
	padding: 0;
	overflow: visible;
}

#header {
	position: relative;
	z-index: 2;
	display: block;
	height: auto;
	padding-bottom: 32px;
	background: none;
	border-bottom: 1px solid #666;
	overflow: visible;
}

.blog-title {
	position: relative;
	width: 970px;
	margin: 10px auto 0;
	padding: 0;
}

.blog-title a { /* Logo */
	position: absolute;
	top: -15px;
	right: 310px;
	z-index: 10;
	display: block;
	width: 140px;
	height: 140px;
	background: url(realnature-logo.png) no-repeat left top;
}

body.single .blog-title a { right: 160px; }

.realnature_header {
	display: block;
	width: 100%;
	background: #222;
	padding: 20px 0;
}

body.tag-karte .realnature_header,
body.page-slug-karte .realnature_header {
	padding:0;
}

.realnature_header div.inside {
	display: block;
	width: 970px;
	height: 320px;
	margin: 15px auto;
	background: #000;
	color: #fff;
	text-align: center;
}

#slideshow { height: 240px; }
#playlist { height: 360px; }
.realnature_header #video { width: 875px; height: 360px; background: none; text-align: left; padding: 0 0 0 95px; }
#map { height: 400px; }

#catlists {
	display: block;
	height: 30px;
	width: 100%;
	line-height: 30px;
	background: url(bg-catlist.gif) repeat-x bottom;
}

#catlists div.inside {
	display: block;
	width: 960px;
	margin: 0 auto;
	padding-top: 0;
}

#catlists ul {
	float: left;
	display: block;
	height: 30px;
	width: auto;
	padding: 0 1px;
	background: #E8EAEB;
}

#catlists li {
	list-style: none;
	display: inline;
}

#breadcrumb {
	position: relative;
	display: block;
	width: 950px;
	margin: 0 auto;
	padding: 13px 0 8px;
	color: #aaa;
}

#searchbox {
	position: absolute;
	bottom: 5px; 
	right: 100px;
	z-index: 10;
	width: 150px;
}

.entry-content {
	font-size: 100%;
	line-height: 140%;
	color: #222;
}

ol.postrelated { /* Beitragsliste der Expeditionen */
	display: block;
	margin: 10px 20px 0;
}

ol.postrelated li {
	margin-bottom: 0.5em;
}

.secondary .widget {
	width: 255px;
	padding-bottom: 20px;
}

.secondary .widget div {
	background: none;
}

.secondary p {
	margin: 10px 0;
}

.secondary ul {
	margin: 0;
	padding: 0;
}

.secondary ul li {
	padding: 1px 0;
	border-top: 1px dotted #D1DADF;
}

.secondary ul li ul li {
	border-bottom: none;
}


widget_tag_cloud{
	font-size:70%;
}

/* Fusszeile */

#footer {
	display: block;
	width: 970px;
	margin: 0 auto;
	background: url(bg-content-btm.png) no-repeat left top;
	text-align: left;
}

#footer ul {
	width: 100%;
	padding: 10px 0;
}

#footer li {
	list-style: none;
	display: inline;
	padding: 0 10px;
}

hr.trenner { /* Shortcode fuer Trennlinie */
	clear: both;
	display: block;
	height: 1px;
	width: 100%;
	margin: 20px auto;
	border: none;
	border-top: 1px dotted #D1DADF;
	background: none;
}

.air { /* Shortcode fuer breiten Abstand */
	clear: both;
	display: block;
	height: 2em;
	width: 100%;
}


/* Bilder
******************************************************************/

a[rel~="attachment"] img,
.gallery a img,
.wp-caption {
	background: none;
	border: none;
	padding: 0;
	text-align: left;
}

a[rel~="attachment"] img:hover,
.gallery a img:hover,
.wp-caption:hover {
	padding: 0;
	border: none;
}

.wp-caption a img {
	padding: 0;
	border-bottom: 3px solid #fff;
}

.wp-caption a img:hover {
	padding: 0;
	border-bottom: 3px solid #920909;
}

.wp-caption .wp-caption-text {
	margin: 2px 0;
	padding: 0;
	text-align: left;
	font-size: 90%;
	line-height: 100%;
	color: #888;
}

/* Bilder mit Beschreibung */

.wp-caption {
	padding: 0 !important;
}

.alignnone, .aligncenter {
	clear: both;
	display: block;
	width: 500px;
	margin-bottom: 10px;
	overflow: auto;
}

.entry-content .alignleft {
	float: left;
	margin: 0 10px 0 0 !important;
}

.entry-content .alignright {
	float: right;
	margin: 0;
}


.wp-caption img.size-medium {
	float: left;
	display: block;
	width: 330px;
	margin-right: 10px;
}

.wp-caption img.thumbnail {
	margin: 0 !important;
}

/* Fonts
******************************************************************/

h1, h2, h3, h4, h5 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold !important;
	text-align: left;
}

.entry-content h2 { /* Manuelle Seitenueberschriften */
	font-size: 140%;
	margin: 0 0 15px;
	color: #7F573F;
}

h1.entry-title,
h3.entry-title {
	margin-left: 0 !important;
	font-weight: bold;
	font-size: 140% !important;
	text-align: left !important;
}

#primary h4 {
	font-size: 130% !important;
	text-align: left;
	margin-bottom: 10px;
}

.secondary h4 {
	font-size: 120% !important;
}

/*Links
******************************************************************/

a:link, a:visited {
	color: #7F573F;
}

a:hover, a:focus, a:active {
	color: #543E30;
	cursor: default !important;
}

.entry-content a:visited {
	color: #7F7067;
}

#breadcrumb a:link, #breadcrumb a:visited {
	color: #888;
}

#breadcrumb a:hover, #breadcrumb a:focus {
	text-decoration: underline;
}

div.entry-meta a:link, div.entry-meta a:visited,
abbr.published { color: #888; }

h2 a, h2 a:hover {
	color: #444 !important;
	text-decoration: none !important;
	cursor: text;
}

h3 a, #primary h4 a {
	color: #5F4535 !important;
	text-decoration: none;
}

h3 a:hover, #primary h4 a:hover {
	color: #5F4535 !important;
	text-decoration: underline;
}

#catlists li a:link, #catlists li a:visited {
	float: left;
	display: block;
	height: 25px;
	margin: 0 1px;
	padding: 0 8px;
	color: #444;
	border-bottom: 5px solid #ccc;
}

#catlists li a:hover, #catlists li a:focus {
	border-bottom: 5px solid #6D5645;
}

body.pageid-50 #catlists li.page-item-50 a,
body.pageid-46 #catlists li.page-item-46 a,
body.pageid-48 #catlists li.page-item-48 a {
	border-bottom: 5px solid #6D5645;
}

#catlists li.rss a {
	padding: 0 8px 0 28px;
	background: url(rss-feed-grey.png) no-repeat 4px center ;
}

a.feedlink {
	background: url(rss-feed.png) no-repeat right top;
}

.secondary ul li a:link, .secondary ul li a:visited {
	display: block;
	padding: 5px 2px;
	line-height: 110%;
	background: none;
}

.secondary ul li a:hover, .secondary ul li a:focus {
	background: #DFD7D1;
	text-decoration: none !important;
}

.locationinfo a:link, .locationinfo a:visited {
	color: #7F573F !important;
}

/* Content
******************************************************************/

.four04 .entry-title,
body.page .entry-title,
.page-head {
	text-align: left;
}

.entry-head .entry-meta {
	position: relative;
	display: block;
	margin: 0;
	background: url(clock.png) left 3px no-repeat;
	min-height: 16px;
	padding-left: 18px;
}

.entry-head .entry-edit {
	right: 100px;
	z-index: 99;
	font-size: 90%;
}

div.entry-statistic {
	position: absolute;
	top: 0;
	right: 0;
	height: 18px;
	width: 200px;
	text-align: right;
	line-height: 18px;
}

div.post-ratings { display: block; }

div.post-ratings-loading { display: none; }

div.postviews {
	position: absolute;
	top: 18px;
	right: 0;
	font-size: 80%;
	color: #888;
}

.commentslink {
	padding: 0 0 2px 15px;
	background: url(user.png) left top no-repeat;
	margin-left: 5px;
}

div.category_header {
	padding-bottom: 15px;
	margin: 15px 0;
	border-bottom: 2px solid #D1DADF;
}

div.post {
	padding-bottom: 15px;
	margin: 0;
	border-bottom: 1px dotted #D1DADF;
}

h4.related-list {
	clear: both;
	display: block;
	border-top: 15px solid #fff;
}

ul.postlisting,
ul.st-related-posts {
	padding-left: 22px;
}

ul.postlistung li,
ul.st-related-posts li {
	margin-bottom: 0.5em;
	list-style-image: url(li-video.png);
}

div.comments {
	padding: 15px 0 0;
	border-top: 1px dotted #D1DADF;
}

div.comments div.metalinks {
	display: none;
}

div.comments textarea#comment{
	width: 492px;
}

div#comment-author-info p {
	clear: both;
	display: block;
}

div#comment-author-info p label {
	line-height: 32px;
}

div.comment-content p {
	font-size: 90%;
	line-height: 130%;
}

#footer a {
	font-weight: normal;
	font-size: 95%;
	color: #666;
	border: none;
}

#footer a:hover {
	text-decoration: underline;
}

a.more-link:link, a.more-link:visited {
	color: #be2222;
	padding-right: 14px;
	background: url(more.png) no-repeat right top;
}

body.smartposition #rollingarchives {
	border-bottom: 5px solid #CE0C0C !important;
}

/* Captcha-Kommentare */

#zrx_captcha {
	padding: 15px 0 0;
}

#zrx_captcha small {
	color: #444;
	font-weight: bold;
	font-size: 100%;
}

#zrx_captcha table {
	padding: 2px 5px;
	width: 46.8%;
	border: 1px solid #888;
	background: none;
}

#zrx_captcha table img {
	margin-top: 6px;
}

#zrx_captcha input {
	margin-left: 5px;
	width: 75%;
}

#respond form div {
	padding-top: 13px;
}


/* Suckerfish Menue
******************************************************************/

#pixopoint_menu_wrapper1 {
	position: absolute;
	bottom: 0;
	z-index: 20;
	display: block;
	width: 100%;
	color: #fff;
	background: #36291C url(menu-tv.png) repeat-x top;
	line-height:32px;
}

#suckerfishnav,
#suckerfishnav ul {
	list-style:none;
	line-height:32px;
	padding:0;
	margin:0 auto;
	width: 970px;
	font-weight: bold;
	font-size: 120%;
}
	
#suckerfishnav a {
	display:block;
	color:#dddddd;
	text-decoration:none;
	padding:0px 10px;
}
	
#suckerfishnav li {
	float:left;
	padding:0;
}
	
#suckerfishnav ul {
	position:absolute;
	left:-999em;
	height:auto;
	width:191px;
	font-weight:normal;
	margin:0;
	line-height:1;
	border:0;
	border-top:1px solid #666666;
}

#suckerfishnav li li {
	width:189px;
	border-bottom:1px solid #666666;
	border-left:1px solid #666666;
	border-right:1px solid #666666;
	font-weight:bold;
}
	
#suckerfishnav li li a {
	padding:6px 10px;
	width:160px;
	font-size:12px;
	color:#dddddd;
}
	
#suckerfishnav li ul ul {
	margin:-21px 0 0 150px;}
	
#suckerfishnav li li:hover {
	background: #222;
}

#suckerfishnav li ul li:hover a,
#suckerfishnav li ul li li:hover a,
#suckerfishnav li ul li li li:hover a,
#suckerfishnav li ul li li li:hover a  {color:#dddddd;}

#suckerfishnav li:hover a,
#suckerfishnav li.sfhover a {color:#dddddd;}

#suckerfishnav li:hover li a,
#suckerfishnav li li:hover li a,
#suckerfishnav li li li:hover li a,
#suckerfishnav li li li li:hover li a {color:#dddddd;}

#suckerfishnav li:hover ul ul,
#suckerfishnav li:hover ul ul ul,
#suckerfishnav li:hover ul ul ul ul,
#suckerfishnav li.sfhover ul ul,
#suckerfishnav li.sfhover ul ul ul,
#suckerfishnav li.sfhover ul ul ul ul {left:-999em;}

#suckerfishnav li:hover ul,
#suckerfishnav li li:hover ul,
#suckerfishnav li li li:hover ul,
#suckerfishnav li li li li:hover ul,
#suckerfishnav li.sfhover ul,
#suckerfishnav li li.sfhover ul,
#suckerfishnav li li li.sfhover ul,
#suckerfishnav li li li li.sfhover ul  {
	left:auto;
	background:#444444;
}

#suckerfishnav li:hover,
#suckerfishnav li.sfhover {
	background: #302117 url(menu-tv_on.png) repeat-x top;
}

#suckerfishnav li.current_page_item,
#suckerfishnav li.current_page_parent,
#suckerfishnav li.current-cat-parent {
	background: #302117 url(menu-tv_on.png) repeat-x top;
	border-left: 1px solid #4D3D2F;
	border-right: 1px solid #4D3D2F;
}

#suckerfishnav li.current_page_parent li.current_page_item,
#suckerfishnav li.current-cat-parent li.current-cat {
	background: #111;
}

/* SBMs - Sidebarmodule
******************************************************************/

.secondary div.sb-postviews ul li a {
	display: inline;
	padding: 0;
	line-height: 90% !important;
}

.secondary div.sb-postviews ul li a:hover {
	text-decoration: underline !important;
	background: none;
}

/* Channels */

.secondary div.module4 ul {
	margin:0;
}

.secondary div.module4 ul li.categories {
	border:none;
}

/* Facebook */

#k2text-6 iframe {
	height: 330px !important;
}

/* Formulare
***************************************************************/

form#setupform input#submit,
form.ddfm .submit input,
input[type=submit], input[type=button] {
	display: block;
	width: auto;
	text-decoration: none;
	text-align: center;
	padding: 2px 6px !important;
	border: 1px solid #cdcdcd !important;
	color: #444;
	background: #ddd !important;
	cursor: pointer;
}

form#setupform input#submit:hover,
form.ddfm .submit input:hover,
input[type=submit]:hover, input[type=button]:hover {
	color: #fff !important;
	background: #444 !important;
}

form.ddfm textarea, form.ddfm input.fmtext,
input[type=text], input[type=password], textarea { 
	float: left;
	margin-right: 7px;
	padding: 3px !important;
	border: 1px solid #888 !important;
}

form.ddfm textarea:hover, form.ddfm input.fmtext:hover,
input[type=text]:hover, input[type=password]:hover, textarea:hover { 
	border: 1px solid #444 !important;
	background: #efefef !important;
	padding: 3px
}
form.ddfm textarea:focus, form.ddfm input.fmtext:focus,
input[type=text]:focus, input[type=password]:focus, textarea:focus { 
	border: 2px solid #444 !important;
	background: #efefef !important;
	padding: 2px !important;
}

form.ddfm div.submit input {
	display: inline;
	width: auto !important;
	padding: 2px 6px;
}

form.ddfm div.fmfullblock {
	margin: 0 0 10px;
}

/* Suchfeld */

#searchbox input#s, #searchbox input#s:hover {
	font-size: 100%;
	width: 105px !important;
	padding: 1px !important;
	border: 1px solid #AFA9A4 !important;
	background: url(bg-formulare.gif) no-repeat left top !important;
}

#searchbox input#searchsubmit, #searchbox input#searchsubmit[type=submit] {
	padding:0 1px !important;
	width: 105px !important;
	background: #302117 url(menu-tv_on.png) repeat-x top !important;
	border: 1px solid #6C5749 !important;
	color: #eee;
	font-size: 90%;
}

#search-label.overlabel-apply {
	width: 105px !important;
	padding:0;
}

/* Banner
***************************************************************/

div.bigsize {
	display: block;
	width: 870px;
	margin: 0 auto;
}

#sidebar-2 #td_flash {
	position: absolute;
	width: 160px;
}

#widgets-sidebar-3 { 
	display: block;
	width: 970px;
	margin: 0 auto;
	/*padding: 10px;
	background: #FEFACF;
	border: 1px solid #FFDD3F;*/
}

#widgets-sidebar-4 {
	clear: both;
	display: block;
	margin: 30px 0 0;
	padding-top: 30px;
	border-top: 1px solid #888;
}

#widgets-sidebar-4 .widget {
	float: left;
	display: block;
	width: 350px;
	margin: 0 30px 30px 0;
	padding: 0;
}

#widgets-sidebar-4 .widget a img {
	border: 1px solid #fff;
}

#widgets-sidebar-4 .widget a:hover img {
	cursor: pointer;
	border: 1px solid #C70000;
}

/* Startseite
***************************************************************/

body.pageid-1859 .content { background: url(bg-content-full.png) repeat-y left; }
body.pageid-1859 #footer { background: url(bg-content-btm-full.png) no-repeat left top; }

body.pageid-1859 #widgets-sidebar-4 { margin: 10px 12px 0 0; }

.columns-three .homepage_postlists #primary-wrapper,
.columns-three .homepage_postlists #primary {
	float: left;
	padding-left: 20px;
	width: 805px;
	background: none;
}

.columns-three .homepage_postlists #primary {
	background: url(bg-content-top-full.png) no-repeat left top;
}

.homepage_postlisting {
	display: block;
	width: 790px;
}

.homepage_postlisting li {
	float: left;
	display: block;
	height: 120px;
	width: 360px;
	margin: 0 20px 20px 0;
}

.homepage_postlisting h2 {
	clear: both;
	display: block;
	padding: 0 0 5px;
	margin-top: 10px;
	margin-bottom: 15px;
	border-bottom: 1px solid #888;
	font-size: 140%;
	color: #5F4535;
}

.homepage_postlisting h2 a {
	color: #7F573F;
	font-weight: bold;
}

.homepage_postlisting h2 a:hover,
.homepage_postlisting h3 a:hover {
	cursor: pointer !important;
	text-decoration: underline !important;
}

.homepage_postlisting h3 {
	font-size: 100%;
	line-height: 120%;
	font-weight: bold;
}

.homepage_postlisting .post-ratings,
.homepage_postlisting .views {
	float: left;
	position: static;
	display: block;
	width: 160px;
	margin-top: 5px;
}

.homepage_postlisting a.preview:link, 
.homepage_postlisting a.preview:visited {
	float: left;
	display: block;
	width: 180px;
	height: 115px;
	margin: 0 10px 0 0;
	border: 1px solid #cdcdcd;
	background: #222;
}

.homepage_postlisting a.preview:hover {
	border: 1px solid #B8331E;
	cursor: pointer !important;
}

.homepage_postlisting a.preview img {
	height: 115px;
	width: 180px;
}

body.pageid-1859 #sidebar-1 {
	display: none;
}


/* Elemente ausblenden
******************************************************************/

#header p.description, .blog-title a span, .skiplink, .hidden,
.page-head h1,
p.footerstyledwith, p.footerpoweredby, p.footerfeedlinks, p.footerstats {
	position:absolute;
	left:-10000px;
	top:-10000px;
}