/*
Theme Name: Mein Theme
Theme URI:
Description: Elmars original Startseite
Version: 0.6
Author: E. Breitbach
Author URI: http://www.wunschkinder.net

Einfach eine Startseite :-)
*/

/* Non-structural */
a {
	color: #3366CC;
	text-decoration: none;
}

a:visited {
	color: #3366CC;
}

a:active {
	color: #FF5B00;
}

a:hover {
	color: #FF5B00;
}

a img {
	border: none;
}

acronym, abbr {
	border-bottom: 1px dashed #333;
}

acronym, abbr, span.caps {
	cursor: help;
	font-size: 90%;
	letter-spacing: .07em;
}

blockquote {
	margin-left: 30px;
	border: 1px solid #ccc;
	background: #F4F7FF;
}

cite {
	font-size: 95%;
	font-style: normal;
}

/* Structural */
body {
	background: #ffffff;
	color: #000;
	font-family: Verdana, sans-serif;
	font-size: 60%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left:0px

}



code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

/***************** Div für aktives Menue****************************************************/
#aktives_menue {
	background: #E3EEFF;
	padding-left: 20px;

	margin-left: -20px;

}

/***************** Brotkrümel****************************************************/

#brotkruemel  {
	background: #F0F8FF;
	padding-left: 180px;

}

/***************** für rechts und Links-Navigation ****************************************************/
.alignright {
	float: right;
	margin-right: 9px;

}

.alignleft {
	margin-left: 7px;
	float: left
	}

/***************** Listen im Content ****************************************************/
#content ul {
	margin: 0 0 0 50px;
	padding: 0px 0px 5px 10px;
	list-style: none;
}

#content ol {
	margin: 0px 0 0 27px;
	padding: 0px 0px 5px 19px;
}


#content ul li {
	padding: 2px 0px 2px 15px;
	margin: 0 0 0 10px;
	background: url(images/bullet.gif) no-repeat 0 .6em;
}

#content ol li {
	padding: 2px 0px 2px 0px;
	margin: 0 0 0 10px;
}

/******************Listen für Linkliste**und fieldset*********************************/
#linkliste ul {
	margin: 0 0 0 50px;
	padding: 0px 0px 5px 10px;
	list-style: none;
}

#linkliste ol {
	margin: 50px 0 0 12px;
	padding: 0px 0px 5px 19px;
}


#linkliste ul li {
	padding: 2px 0px 2px 15px;
	background: url(images/kreuz_blau.gif) no-repeat 0 .6em;
}

#linkliste ol li {
	padding: 2px 0px 2px 0px;
}

fieldset {
	padding-top: 2px;
	width:70%;
	margin: 0 auto 0 auto;
	text-align=center;
}

/*******************Tabellen im Content******************************/

#content table {
	margin-left: auto;
	margin-right: auto;
	padding-top: 2px;
	width:auto%;
}

#content td    {
	text-align:left;
	padding: 2px;
	background: #E4E4E4;
}


/*******************Bilder im Content******************************/

/* img und Iframes links floatend einbinden */
.entry img {
padding: 4px;
margin: 0 7px 2px 0;
display: inline;
}

.entry iframe {
float: left;
padding: 4px;
margin: 0 7px 2px 0;
display: inline;
}

/*******************Schriftgröße im Content******************************/
.entry p {
	font-size: 1.05em;
	}

/*********************************************************************/

#navigation {
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;

}

#page {
	background: #ffffff;
	padding: 0px;
	width:98%;
	margin: 0 auto 0 auto;

}
/* page ist der Bereich um Menue und Inhalt, innerhalb des Randes*/

#content h2 {
	font-family: Arial, Helvetica, sans-serif;
	border-top: 1px solid #aaaaaa;
	border-bottom: 1px solid #aaaaaa;
	font: 150% normal Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 0.2em;
	text-align:left;
	padding-bottom: 2px;
	color: #000000;
	padding-left: 22px;
}

#content h3 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight:bold;
	margin: 0 0 0 22px;
	border: none;
	padding-top: 10px;
	border-bottom: 1px solid #aaaaaa;
}

#content h4 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight:normal;
	margin: 0 0 0 22px;
	border: none;
	border-top: 1px solid #aaaaaa;
}


/***************** Header styles

#content h1, h2, h3, h4, h5, h6 {
	margin: 15px 0 2px 0;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

#content h1, h2, h3 {
	border-bottom: 1px solid #aaaaaa;
}

#content h1 {font-size: 150%; font-weight:normal; 	margin:10px 0 7px 0;}
#content h2 {font-size: 120%; font-weight:bold; 	margin:10px 0 4px 0;}
#content h3 {font-size: 110%; font-weight:bold; 	margin:5px 0 4px 0;
	border: none;
	padding-top: 10px;
}

#content h3.underline {
	border-bottom: 1px solid #aaaaaa;
}

**********************************************/
h1 {
	margin: 0px 0 0px 0;
	padding-bottom: 0px;
	font-size: 1pt;
	font-family: Verdana, sans-serif;
	color: #EEF4FF;
}

h2 {
	margin: 15px 0 0px 0;
	padding-bottom: 2px;
	font-size: 10pt;
	font-family: Verdana, sans-serif;
	color: #000000;
	border-bottom: 1px solid #E3EEFF;
}
/* Das ist für die Überschriften in der Sidebar */

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0;
	border-bottom: 1px solid #aaaaaa;
}

ol#comments li p {
	font-size: 100%;
}

p, li, .feedback {
	font: 90%/175% Verdana, Arial, Helvetica, sans-serif;
	padding-left:20px;
	padding-right:20px;
}

.feedback {
	margin-bottom:4px;
}

.feedback img {
	vertical-align:middle;
}

/* classes used by the_meta() */
ul.post-meta {
	list-style: none;
}

ul.post-meta span.post-meta-key {
	font-weight: bold;
}

.credit {
	background: #FAFAFA;
	border-top: 1px solid #CCC;
	color: #333;
	font-size: 11px;
	margin: 10px 0 0 0;
	padding: 2px;
	text-align: center;
	letter-spacing: 1px;
}

.credit a, .credit a:link {
	color: #666666;
}

.credit a:hover {
	color: #333;
}

.feedback {
	color: #999;
	text-align: right;
}

.meta {
	font-size: .75em;
	padding-left: 24px;
}

.meta li, ul.post-meta li {
	display: inline;
}

.meta ul {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}

.meta, .meta a {
	color: #666666;
	font-weight: normal;
	letter-spacing: 0;
}

.storytitle {
	margin: 0;
	padding-top:25px;
	padding-left:5px;
	letter-spacing: 0.1em;
	font-family: Verdana, sans-serif;
	font-size: 12pt;
}

.storycontent {
	margin-left: 0;
	color: #333;
	font-family: verdana;
	font-size: 12pt;
	padding-left: 5px;
	margin-top: 5px;
	text-align: justify;
	padding-right:25px;
}

.storytitle a {
	text-decoration: none;
	font-family: Verdana, sans-serif;
	color: #11405A;
	padding-left: 5px;
}

.storytitle a:hover {
	color:#B42000;
}

/* Formatierung der Kommentare.*/

h3.comments {
font-size: 0.8em;
padding: 0;
margin-top: 30px;
}

h4.comments {
font-size: 0.8em;
padding: 0;
margin-top: 20px;
}

.commentlist li, #commentform input, #commentform textarea {
	font: 1.2em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.texteingabe {
width: 50%;
text-align: left;
}

.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 0.9em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.1em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}
/* Ende Kommentare.*/

#content {
 	margin: 0px;
	padding: 0px;
/* change vorher margin-left */
	margin-right: 20%;
	font-size: 1.4em;
	background:#ffffff;

}
/* Das ist der Bereich des eigentlichen Inhalts incl. Kommentare etc.*/

#header {
	background: #CCCCCC;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #000;
	font: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 0.2em;
	margin: 0;
	text-align:center;
	padding: 4px 0px 0px 0px;
	font-size:270%;
}

#header a {
	color: #333;
	text-decoration: none;
	border-bottom:1px solid #CCCCCC;
}

#header a:hover {
	color: #666666;
	border-bottom:1px dashed #999999;
}

#header p {
	font-size: 50%;
	letter-spacing:0px;
	margin: 0px;
	margin-left: 0px;
}

#boxuntermenue {
	position:relative;
	top:300px;
	color: #FAFAFA;
	background: url(http://www.wunschkinder.net/graph/topnav/hintergrund.gif);

}


#menu {
	color: #FAFAFA;
	padding: 20px 0 10px 0px;
/* change vorher border-right*/

	background: #F0F8FF;
	width:20%;
/* change vorher float:left*/
	float:right;
}
/* Das ist der Bereich der Sidebar. Hintergrund. Schrift jedoch nicht */

#menu form {
	margin: 0 0 0 13px;
}
/* Breite des Suchfelds */

#menu input {
	background: #FAFAFA;
	border: 1px solid #999;
	color: #000;
	padding: 0.2em;
}

#menu ul {
	color: #999999;
	font-family: Verdana, sans-serif;
	list-style-type: none;
	margin: 0;
	padding-left: 4px;

}

#menu ul li {
	font: normal 100% Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 0.1em;
	margin-top: 10px;
	padding-bottom: 2px;
}

#menu ul ul {
	font-weight: bold;
	line-height: 100%;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: left;
	background:none;
}

#menu ul ul li {
	border: 0;
	font: normal normal 11px/111% 'Lucida Grande', 'Lucida Sans Unicode',
Tahoma, sans-serif;
	letter-spacing: 0;
	margin-top: 0;
	padding-left: 12px;
	background: url(images/circle2.jpg) no-repeat 0 .3em;
}

#menu ul ul li a {
	color: #333;
	text-decoration: none;
	font-size: 11px;
}
/* Das ist der Bereich der Sidebar. Hier die Schrift der unterpunkte */

#menu ul ul li a:hover {
	border-bottom: 1px solid #809080;
	color: #FF9900;
}

#menu ul ul li a:active {
	color: #FF9900;
}

#menu ul ul ul.children {
	font-size: 142%;
	padding-left: 4px;
}

/* Metadata Posting */

.postmetadata {
	text-align: center;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
				Footer
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#footer {
background: #F0F8FF;
margin: 0 auto;
width: 100%;
clear: both;
text-align: center;
padding-top: 10px;
}


#footer ul {
  margin:0;
  padding:0;
}

#footer li a {
  padding:0 3px;
  font-size:1.1em;

}

#footer li {
  float:left;
  margin:0;
  padding:0;
  list-style-type:none;

}



/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
				Google-Anzeigen
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.googlead {
/* change vorher margin-left: */
	margin-right: 10px;
	padding-top:10px;
	padding-left: 15px;
	padding-bottom:20px;
/* change vorher border-left */
	border-right:1px solid #ddd;
	border-bottom:1px solid #ddd;
/* change vorher float:right*/
	float:left;
	background: #F0F8FF;
}

.googlead2 {
	text-align: center;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
				13 -- PLUGIN: NAVIGO
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
li#level1active a#level1current, li#level2active a#level2current, li#level3active a#level3current, li#level4active a#level4current, li#level5active a#level5current {
		color: #FF9900;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
				HEADER (von Stefan aus der Forum-Index)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

a.navtop    	{ font-family:  Trebuchet MS, Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; font-style: none; text-decoration: none; color: #006699; font-weight: bold; }
a.navtop:hover  { font-family:  Trebuchet MS, Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; font-style: none; text-decoration: none; color: #CCFFFF; font-weight: bold; }

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
				13 -- PLUGIN: Official User Comment
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.commentOfficialUser { border: 1px solid black; background-color: #E3EEFF }


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
				13 -- PLUGIN: External Links
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
a.external
{
	background: url(external.png) center right no-repeat;
	padding-right: 13px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
				Textarea für Code-Copy (Feedburner)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

input.textInput,
textarea.textInput,
select {
  border: 1px solid #bbb;
  border-top-color: #666;
  border-left-color: #666;
}
input.textInput,
textarea.textInput {
  padding: 3px;
  width: 300px;
}
textarea.copyThis {
	font-size: 11px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
				Formatierung "Adhesive"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


.adhesive_post {
border: 1px #FFEEE0;
margin: 15px;
}
.adhesive_post H3 {
background-color: ##FFE3E0;
}
#adhesive_post .storycontent p {
font-weight: bold;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
				Formatierung "Ajax-Tabs"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #778;
color: #2d2b2b;
background: white url(shade.gif) top left repeat-x;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs li.selected{
position: relative;
top: 1px;
}

.shadetabs li.selected a{ /*selected main tab style */
background-image: url(shadeactive.gif);
border-bottom-color: white;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.contentstyle{
border: 1px solid gray;
width: 450px;
margin-bottom: 1em; padding: 10px;
}
