/*
Theme Name:RedStar
Theme URI:localhost
Description:red base.
Template: options
Author:myself2
Author URI:localhost
Version:1.5
*/

* { margin: 0; padding: 0; }

p { margin: 0 0 15px 0; }

ul li { list-style: none; }
.post ul, .post ol { margin: 0 0 15px 25px; }
.post ul ul, .post ul ul ul, .post ol ol, .post ol ol ol { margin-bottom: 0; }

/* Blockquotes */
blockquote { border-left: 3px solid #2c70d5; padding-left: 10px; margin: 0 20px 15px 20px; }

/** xxyyxx 4271B8 **/
a{
color:#ff0022;
text-decoration:none;
}
a:hover { color: #333; }
:focus{
-moz-outline-style:none;
}
a:active{
outline:none;
}

h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: bold; color: #000033; }
h2, h3, h4, h5, h6 { margin-bottom: 1px; }
h1 { font-size: 2em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.4em; }
h4 { font-size: 1.3em; }
h5 { font-size: 1.2em; }
h6 { font-size: 1.1em; }
#content h2, #content h3, #content h4, #content h5, #content h6 { margin-bottom: 15px; }

/* Left, right, and center alignment */
.left, .alignleft { float: left; margin-right: 10px; }
.right, .alignright { float: right; margin-left: 10px; }
.center, .aligncenter { margin: 0 auto 15px auto; display: block; }

/* Object */
object { padding: 0; margin: 0; }

/* Code */
pre { overflow: auto; margin-bottom: 15px; width: 100%; }
code { font-size: 1.15em; }

/* Body */
body {
	color: #333;
	background: #fcf4c7;
	font: 80% "Trebuchet MS", Arial, "Lucida Sans Unicode", Tahoma, sans-serif;
	padding-bottom: 10px;
	}
#body-container {
	width: 942px;
	overflow: hidden;
	margin: 0px auto 0 auto;
	/*background: #85d6fd;*/
	background:#f02;/** xxyyxx#FFF;**/
	border:solid 1px #333333;
	}
/************************************************
	Header
************************************************/
#header-container {
	width: 100%;
	float: left;
	overflow: hidden;
	background:url(images/header-bg.jpg) #111b4c no-repeat top center;
	}
#header {
	float: left;
	width: 850px;
	overflow: hidden;
	}
#header #site-title a {
	width: 850px;
	height: 80px;
	/*margin-left: 10px;*/
	display: block;
	color: #f2f2f2;
	/*background: url(images/header-bg.jpg) no-repeat 0 0;*/
	}
#site-title a span, #header #site-description { display: none; }

/************************************************
	Feed links in header
************************************************/
#feed {
	float: right;
	width: 75px;
	height: 22px;
	/* Comment out the line below if not using header image */
	padding: 48px 0 0 0;
	}
#feed li { display: inline; }
#feed li a {
	float: left;
	width: 34px;
	height: 22px;
	display: block;
	}
#feed li.feed-url a { background: url(images/feed-icon.jpg) no-repeat 0 0; }
#feed li.feed-email a { background: url(images/feed-email.jpg) no-repeat 0 0; }
#feed li.feed-url a span, #feed li.feed-email a span { display: none; }

/* Container for content and sidebar */
html > body #container { margin-left: 0px; }
#container {
	float: left;
	clear: left;
	/*width: 902px; */
	width: 922px; 
	margin: 0 ;
	padding: 10px 10px 0 10px;
	overflow: hidden;
	background: #fff /*url(images/container-bg.gif) no-repeat 0 0;*/
	}

#home, #content { width: 640px; margin: 0; }
#home.right, #content.right, #sidebar.right { float: right; margin: 0; }
#home.left, #content.left, #sidebar.left { float: left; margin: 0; }

/************************************************
	Navigation
************************************************/
/* Navigation containers */
#navigation, #sub-navigation { width: 100%; float: left; }
#navigation { background: #ff321d; }


/* List items */
#nav, #nav ul, #nav ul ul, #sub-nav, #sub-nav ul, #sub-nav ul ul {
	list-style: none;
	margin: 0;
	}
#nav li, #nav li li, #nav li li li, #sub-nav li, #sub-nav li li, #sub-nav li li li {
	float: left;
	}
#nav li li, #nav li li li { background: #3385cd; border-top: 1px solid #216daf; }


/* List links */
#nav li li a { background: #3385cd; margin: 3px 5px; padding: 4px 5px; }
#nav a { color: #fff; font-weight: bold; display: block; padding: 10px 16px; text-decoration: none; }
#nav li.current_page_item li a{ text-decoration: none; }
#nav li.current_page_item li a:hover{ text-decoration: underline; }
/* sub-nav 
#sub-nav a { color: #fff; font-size: .95em; padding: 7px 17px; display: block; }
#sub-nav li li, #sub-nav li li li { background: #5aa2e2; border-top: 1px solid #3385cd; }
*/
#sub-navigation, #sub-navigation a{
  background:#ff321d;
  border:0px solid #000000;
  padding:2px  6px 2px;
  color:#fff;
overflow:visible;
  display:inline;
   width:100%;
 margin:0;
  float:left;
 clear:both;
}
#sub-nav {
margin:2px 2px;
color:#fff;
display:inline;
padding:6px;
}

#sub-nav li.current-cat a{
  color:#000003;
}
#sub-nav li.current-cat {
list-style-position:inside;
border-left:2px solid #000022;
  border-right:2px solid #000022;
  border-spacing:2px;
}

/* Drop-down controls */
#nav ul, #sub-nav ul { float: left; }
#nav li ul, #sub-nav li ul { visibility: hidden; position: absolute; width: 15em; left: -999em; }
#nav li:hover ul, #sub-nav li:hover ul { left: auto; z-index: 1000; }
#nav li ul li, #sub-nav li ul li { width: 15em; }
#nav li ul ul, #sub-nav li ul ul { margin: -33px 0 0 15em; }
#nav li:hover ul ul, #sub-nav li:hover ul ul { visibility: hidden; }
#nav li:hover ul, #nav li li:hover ul, #sub-nav li:hover ul, #sub-nav li li:hover ul { left: auto; }
#nav li:hover ul ul, #sub-nav li:hover ul ul { visibility: hidden; }
#nav li:hover ul, #nav li li:hover ul, #sub-nav li:hover ul, #sub-nav li li:hover ul { visibility: visible; left: auto; }

/************************************************
	Search
************************************************/
#search {
	float: right;
	width: 185px;
	margin-right: 15px;
	}
#search form {
	float: right;
	margin: .5em 0 0 0;
	padding: 0 0 0;
	}
#search input#s {
	color: #333;
	width: 170px;
	margin: 0;
	padding: 3px 5px;
	border: 1px solid #216daf;
	}
#search .search-submit { display: none; }

/************************************************
	Sections of the site
************************************************/
.section, #home .flickr, div.cloud {
	width: 640px;
	overflow: hidden;
	margin: 0 0 15px 0;
	padding: 10px 0;
	background: #f2f2f2;
	border: none;
	}
.section h2 { font-size: 1.2em; }
h2.section-header, h3.section-header, #home .flickr h2, #home div.tags h2, #sidebar .menu h2 {
	font-size: 1.1em;
	font-weight: bold;
	margin: 0 0 10px 0;
	padding: 0 0 0 20px;
	height: 17px;
	background: url(images/section-header.jpg) no-repeat 0 0;
	}
.section-header a { font-weight: bold; }

/* Single posts */
#content .post { overflow: hidden; width: 618px; padding: 10px; margin-bottom: 15px; background: #f2f2f2; border: 1px solid #eee; }
#full-posts .post .entry, #no-sidebar .post .entry, .single .post .entry {  }
.post { clear: left; }
.post-title, h2.post-title, h1.post-title { margin-bottom: 5px; }
.byline { margin-bottom: 7px; }
.post ul li { list-style-type: disc; }
.post ol { padding-left: 20px; }

/* Full posts */
#full-posts .post { overflow: hidden; width: 618px; padding: 10px; margin-bottom: 15px; background: #f2f2f2; border: 1px solid #eee; }

/* Breadcrumb */
.breadcrumb { width: 618px; padding: 10px; background: #f2f2f2; border: 1px solid #eee; }

/* Related posts */
#related { width: 618px; padding: 10px; background: #f2f2f2; border: 1px solid #eee; }

/* Author box */
#author-box { width: 618px; padding: 10px; background: #f2f2f2; border: 1px solid #eee; }
#author-box h4 { margin-bottom: 3px; }
#author-box .avatar { float: left; width: 80px; height: 80px; }

/* Comments template */
#comments-template { width: 618px; padding: 10px; margin-bottom: 15px; background: #f2f2f2; border: 1px solid #eee; }

/* Navigation links */
.navigation-links { width: 618px; padding: 10px; margin-bottom: 15px; background: #f2f2f2; border: 1px solid #eee; }
.navigation-links .previous { float: left; width: 50%; }
.navigation-links .next { float: right; width: 50%; text-align: right; }

/* Navigation image attachment */
.attachment-image { max-width: 99%; margin: 15px auto; display: block; }
.navigation-attachment { float: left; width: 100%; }
.navigation-attachment img { max-width: 150px; max-height: 150px; }
.navigation-attachment .left { float: left; width: 160px; }
.navigation-attachment .right { float: right; width: 160px; text-align: right; }

/* Features gallery */
#myGallery { height: 240px; margin: 0 0 15px 0; }
#myGallery .imageElement { display: none; }
#myGallery a, #myGallery a:hover { font-weight: bold; color: #f8f8f8; }

/* Features (single article) */
#feature { width: 618px; padding: 10px; background: #f2f2f2; border: 1px solid #eee; }

/* Flickr photos and Gallery images (home) */
#home .flickr, #gallery-stream { width: 578px; padding: 10px 0 15px 10px; background: #f2f2f2; border: 1px solid #eee; }
#home .flickr img, #gallery-stream img { margin: 1px 13px 1px 0; width: 75px; height: 75px; }

/* Tag, category, and author clouds (home) */
#home div.cloud { width: 618px; padding: 10px; background: #f2f2f2; border: 1px solid #eee; }

/* Excerpts / home paged posts */
#excerpts, #home.paged { margin: 0; padding: 0; background: #fff; }
#excerpts .post, #home.paged .post { width: 618px; padding: 10px; margin-bottom: 15px; background: #f2f2f2; border: 1px solid #eee; }

/* Post sections */
#post-sections .section { width: 618px; padding: 10px; background: #f2f2f2; border: 1px solid #eee; }

/* Post blocks */
#post-blocks { padding: 0; margin: -15px 0 15px 0; background: #fff; }
#post-blocks .post { width: 286px; padding: 10px; margin: 15px 0 0 0; background: #f2f2f2; border: 1px solid #eee; }
#post-blocks .even { float: right; clear: none; }
#post-blocks .odd { float: left; clear: both; }
#post-blocks h3 { font-size: 1.1em; }

/* Post list tabs */
#post-list-tabs { padding: 0; background: #fff; }
#post-list-tabs .tab-content { width: 578px; padding: 10px 5px; }
#post-list-tabs .odd { float: left; width: 50%; }
#post-list-tabs .even { float: right; width: 45%; clear: none; }
#post-list-tabs .tab-content ul { margin-left: 10px; }
#post-list-tabs .tab-content li { margin: 4px 0; }
#post-list-tabs h3 { font-size: 1.1em; }

/* Post block tabs */
#post-block-tabs { padding: 0; background: #fff; }
#post-block-tabs .tab-content { width: 578px; padding: 10px 5px; }
#post-block-tabs .odd { clear: both; float: left; width: 48%; }
#post-block-tabs .even { float: right; width: 48%; clear: none; }
#post-block-tabs h3 { font-size: 1.1em; }

/* Post tabs */
#post-tabs { padding: 0; background: #fff; }
#post-tabs .tab-content { width: 618px; padding: 10px; }
#post-tabs h3 { font-size: 1.1em; }

/* Video tabbed */
#video-tabbed { width: 618px; padding: 10px; background: #f2f2f2; border: 1px solid #eee; }
div.v2, div.v3, div.v4, div.v5 { display: none; }
#video-tabbed .video-list { width: 260px; float: right; }
#video-tabbed li { margin-bottom: 7px; }
#video-tabbed a { display: block; padding: 4%; width: 92%; background: #eee; border: 1px solid #ddd; }
#video-tabbed a:hover, #video-tabbed li a.tab-current { color: #f2f2f2; background: #666; }

/* Video and features numbers */
#video-numbers, #features-numbers { padding: 0; background: #fff; width: 640px; border-top: 1px solid #eee; }
#video-numbers { border-top: none; }
#video-numbers .tab-content, #features-numbers .tab-content { padding: 10px; width: 618px; }

/* Home custom sections */
#home-insert-1, #home-insert-2, #home-insert-3 { width: 618px; padding: 10px; border: 1px solid #eee; }

/* No sidebar */
#no-sidebar .post, #no-sidebar .section {
	overflow: hidden;
	width: 880px;
	padding: 10px;
	margin-bottom: 15px;
	background: #f2f2f2;
	border: 1px solid #eee;
	}
#no-sidebar #comments-template { width: 900px; }

/************************************************
	Images
************************************************/
a img { border: 1px solid #ccc; padding: 3px; background: #eee; }
.attachment .entry img { margin: 20px auto; display: block; }
#author-box .avatar, .post .avatar {
	float: left;
	width: 80px;
	height: 80px;
	margin-right: 10px;
	}

#feature img, #features-numbers img { width: 250px; margin: 0 10px 10px 0; float: left; }
html>body #feature img, html>body #features-numbers img { max-width: 250px; width: auto; }

img.thumbnail {
	float: left;
	width: 100px;
	height: 100px;
	margin: 0 10px 10px 0;
	}
img.medium { float: left; margin: 0 10px 10px 0; }

.wp-caption {
	padding: 3px 0 0 0;
	background: #f9f9f9;
	border: 1px solid #ccc;
	text-align: center;
	}
.wp-caption p.wp-caption-text {
	margin: 0; padding: 0 5px;
	text-align: right;
	font-size: .8em;
	color: #666;
	}
.wp-caption img {
	margin: 0; padding: 0;
	border: 1px solid #eee;
	}

.gallery {
	width: 100%;
	margin-bottom: 18px;
	}

/************************************************
	Sidebar
************************************************/
#sidebar { width: 240px; padding: 0; margin: 0; }

/* liste am sidebar hier modifizieren xxyyxx **/
#sidebar .menu p, #sidebar .menu {

font-size:1em;
color:#000003;
}
.recent .menu{border:1px solid #1ff;}
#sidebar .menu  li a{
border-top:1px dotted #d3d3d3;
}
#sidebar .menu ul{
border-bottom:1px dotted #d3d3d3;
padding:0 0 0 1px;
}
#sidebar .menu li a,#l_sidebar .menu li a:visited{
color:#000003;
display:block;
padding:2px 1px;
text-decoration:none;
}
#sidebar .menu li a:hover{
background:#fcf4c7 none repeat scroll 0%;
color:#000003;
text-decoration:none;
}
.tabbed {
	background: #fff;
	border: none;
	padding: 0;
	}
#sidebar .tabbed { width: 100%; float: left; }
#sidebar .menu, #sidebar .tabbed {
	clear: left;
	margin: 0 0 15px 0;
	}
#sidebar .menu .section-header {
margin:0 0 5px 5px;}
#sidebar .menu div { padding: 0 2%; }
.tabbed .tab-content {
	padding: 10px 2%;
	}
#sidebar .menu ul { padding-left: 10px; }
#sidebar .menu li, #sidebar .tabbed div li {
	padding: 2px 0;
	}
#sidebar .menu li a, #sidebar .tabbed div li a {
	color: #333;
	}
#sidebar .menu li a:hover, #sidebar .tabbed div li a:hover {
	color: #f02;
	text-decoration: none;
	}
#sidebar .menu p { margin: 15px 7px; }

/* Feed sidebar */
#feed-sidebar li a { height: 15px; display: block; text-indent: 25px; margin-bottom: 3px; }
/*#feed-sidebar li.feed-url a { background: url(images/sidebar-feed.gif) no-repeat 0 .3em; }*/
/*#feed-sidebar li.feed-email a { background: url(images/sidebar-email.gif) no-repeat 0 .3em; }*/

/* Sidebar tables (ex: calendar) */
#sidebar table { width: 95%; margin: 0 auto; border: 1px solid #eee; }
#sidebar table tr { font-weight: bold; background: #ccc; }
#sidebar table tr td { text-align: center; background: #fff; border: 1px solid #ccc; }
#sidebar table tr td.pad { border: none; }

/* Author profiles (widget) */
#sidebar .author-profile { clear: left; margin-bottom: 10px; }
#sidebar .author-profile .avatar { float: left; margin: 0 10px 10px 0; width: 75px; height: 75px; }
#sidebar .author-name { font-size: .9em; line-height: 1em; }
#sidebar .author-profile p { font-size: .95em; margin: 0; padding: 0; }

/* Recent posts (sidebar) */
#sidebar .recent .post { clear: left; 
margin:10px 7px;
padding:10px 10px;
border:1px solid #ddd;
}
#sidebar .post-untertitel h4,#sidebar .post-untertitel a{
color:#505050;
font-size:.87em;
}
#sidebar .recent .post-title { font-size: .9em; line-height: 1em; }
#sidebar .recent .entry { font-size: .95em; margin: 0; padding: 0; }
#sidebar .recent p { margin: 0; padding: 0; }

/* Video (sidebar) */
#sidebar .video div { padding: 2px 0 2px 1%; }
#sidebar .video object { width: 98%; height: 230px; }
#sidebar .video .post-title { font-size: 1em; margin-left: 1%; }

/* Flickr (sidebar) */
#sidebar .flickr img, #sidebar .gallery-stream img { width: 75px; height: 75px; margin: 0 5px 5px 7px; }

/* Ads */
#sidebar .ads img { width: 125px; height: 125px; margin: 1% 1% 1% 1%; }

/************************************************
	Tabs
************************************************/
/* Actual tabs */
.tabbed ul.tabs {
	position: relative;
	top: 0;
	left: 0;
	z-index: 5;
	list-style-type: none;
	}
.tabbed ul.tabs li { display: inline; float: left; }
.tabbed ul.tabs li a {
	display: block;
	float: left;
	margin: 0 3px 0 0;
	padding: 5px .4em;
	color: #333;
	font-weight: bold;
	background: #ccc;
	border: 1px solid #eee;
	}
.tabbed ul.tabs li a:hover { background: #f2f2f2; }
ul.tabs li a.tab-current { background: #f2f2f2; border-bottom: 1px solid #f2f2f2; }
/* Tab content */
.tab-content {
	float: left;
	overflow: hidden;
	clear: left;
	z-index: 0;
	margin-top: -1px;
	width: 95.5%;
	background: #f2f2f2;
	border: 1px solid #eee;
	}
div.t2, div.t3, div.t4, div.c2, div.c3, div.c4, div.c5, div.c6, div.c7, div.c8 { display: none; }

/* Recent comments tab */
#sidebar ul.recent-comments li { margin: 2px 0 5px 0; }
#sidebar ul.recent-comments li a { color: #2c79d5; display: inline; }

/* Sidebar search tab */
#sidebar .search input { width: 94%; background: #fff; color: #333; margin: 4px 0; }
#sidebar .search input.search-submit { display: none; }

/************************************************
	Comments Template
************************************************/
/* Comments template */
#comments-template { width: 640px; padding: 0; background: #fff; border: none; }
#comments-template ol {
	list-style-type: none;
	margin-top: 10px;
	}
#comments-template ol li {
	clear: left;
	height: 100%;
	overflow: hidden;
	margin: 0 0 10px 0;
	padding: 10px;
	background: #f2f2f2;
	border: 1px solid #eee
	}
#comments-template .avatar {
	float: left;
	width: 50px;
	height: 50px;
	margin: 7px 7px 7px 0;
	padding: 2px;
	background: #eee;
	border: 1px solid #ccc;
	}
#comments-template .comment-meta-data { float: left; font-size: 1em; margin-top: 9px; }
#comments-template ol li .comment-meta-data a.time { margin-left: 5px; color: #333; }
#comments-template ol li .comment-text { float: left; width: 88%; padding: 10px 0 0 0; }
#no-sidebar #comments-template ol li .comment-text { width: 88%; }
#no-sidebar input { width: 25%; }
#comments-template textarea {
	color: #000;
	width: 97%;
	padding: 7px;
	background: #f2f2f2;
	border: 1px solid #eee;
	}
#no-sidebar #comments-template textarea { width: 98%; }
#comments-template input.submit-comment, #comments-template input.reset-comment, .button {
	width: 100px;
	padding: 7px;
	margin-right: 10px;
	}
/*  
Comments
*/
.comment-meta-data{display:none;}
/************************************************
	Footer
************************************************/
#footer {
	overflow: hidden;
	clear: both;
	width: 922px;
	padding: 5px 10px 0px 10px;
	color: #f2f2f2;
/*	background: #216daf url(images/footer-bg.gif) no-repeat 0 0;*/
	}
#footer a { color: #ffffee; }

/*#####costum section###*/

#content.single .buch-bild, #full-posts .buch-bild, .singlekasten .buch-bild
{
max-width:98%;
overflow:hidden;
float:left;
border:0px solid #1ff;
overflow:hidden;
padding-left:10px;
padding-right:25px;}

.post-meta-data{
background:#f4f4ec;
border-bottom:1px solid #e6e3d3;
border-top:1px solid #e6e3d3;
font-size:0.93em;
margin:10pt 0pt 0px 0;
padding:1px 10px;

}
.buchdaten{
font-weight:bold;
margin:0px 0px;
clear:both;
}
.buch-daten{
font-weight:bold;
margin:20px 0px;
/*clear:both;*/
border:0px solid #ff8;
float:left;
display:inline;
padding:10px;
}

.buchdaten li,.buchdaten ul{
clear:both;
list-style-type:none;
}
.post img,.section img{
background:#dddddd;
border:1px solid #9c9c9c;
max-width:98%;
padding:2px;
float:left;
margin:2px 12px 2px 2px;
overflow:hidden;
}

.buch-bild{
overflow:hidden;
border:0px solid #990033;
float:left;
margin:1px 1px 1px 1px;
padding:2px;
}
.post-untertitel h4,.post-untertitel a{
color:#505050;
font-size:1em;
}


/*
custom area
*/

.credit, #footer .credit a{
text-decoration: none;
/*display:none;*/
color:red;
font-size: 4pt;}


/* title:*/
#excerpts .post-title,#content .post-title,#home.paged .post-title,.category .post-title,.single .post-title,#post-sections .post-title, #post-blocks .post-title
{margin:9px 0;
border-left:10px solid #f03;
border-bottom:1px solid #f03;
padding:0 0 0px 8px;
font-size:18px;
}
#full-posts .post-title {
font-weight: bold;
font-style: oblique;
border-left:10px solid #f03;
border-bottom:1px solid #f03;
padding:0 0 0px 8px;
} 
h2.section-header,h3.section-header,#home .flickr h2,#home div.tags h2,#sidebar .menu h2{
background:url(images/section-header.png) #e6e6e6 no-repeat 4px 5px;
/*	height:34px;*/
border:1px solid #6d6d6d;
font-size:1.3em;
font-weight:bold;
margin:0px 0 5px 0px;
padding:2px 2px 5px 24px;
}
/* add to chart*/

.buybutton{margin:10px 0;}

.left tbody{
background:#ffffff;
font-weight:bold;
padding:4px 0;
}
.left tbody tr td{
padding:0 5px;
background:#ffffff;
border:1px solid #f6f6f6;
color:#1f467f;
font-weight:normal;
text-align:left;
/*border:thin solid #101010;*/
}
input {
	color: #000;
	width: 50%;
	padding: 5px;
	margin: 0;
	background: #f2f2f2;
	border: 1px solid #444;
	}
#home1{
border:1px dashed #444;
padding:6px;}
#home1 p{margin:6px 0;}