/*   
Theme Name: beax
Theme URI: http://felixbeck.de/weblog/2006/12/wordpress-theme-beax/ 
Description: Blue and orange. And simple.
Author: Felix "Baex" Beck
Author URI: http://felixbeck.de/
Version: 1.0
.
This theme is released und a Creative Commons license. Please read the Readme file.
.
*/

/* Some basic set up first. */
* { margin:0; padding:0; font-size: 100%; } 
html { height: 100% } 
body { 
	min-height: 101%; 
	font-size: 0.8em; 
	position: relative;  
	color: #000;        
	background: #fff;
	text-align: left; 
	} 
fieldset, img { border: 0; }
select, input, textarea { font-size: 0.9em }


/* Let's bring life into the DIVs! */
body {
	text-align:center;
	background:#f3f3f3;
	font-family: Arial, Helvetica, sans-serif;
	font-size:0.8em;
}
#page {

}
#wrapper {
	width:900px;
	margin:20px auto 40px auto;
}
#header {
	width:900px;
	height:166px;
	background:#11162A url(./images/header.jpg);
}
#navbar {
	background:#f06f1b;
}
#navbar ul{
	padding: 0.3em 0;
	margin: 0;
	list-style-type: none;
	background:#f06f1b bottom repeat-x;
	color: #000000;
	width: 100%;
	text-align: center;
	font-size:0.9em;
}
#navbar li {
	display:inline;
}
#navbar a {
	text-decoration: none;
	background:#f06f1b;
	color: #ffffff;
	letter-spacing:.5px;
	padding: .3em 1em;
	margin:0 0.2em;
}
#navbar a:hover, #navbar .current_page_item a {
	color:#fff;
	background:#0088e8;
}
a#feedbutton {
	background:#f06f1b url(./images/navbg.gif) bottom repeat-x;
	color: #100;
	padding: .2em 1.3em .2em .2em;
	margin:0 0.2em;
	letter-spacing:0;
	float:right;
}
a#feedbutton:hover {
	color:#fff;
	background:#f06f1b url(./images/navbg.gif) bottom repeat-x;
	padding: .3em 1.2em .1em .3em;
	margin:0 0.2em;
}

#whitespace {
	background:#FFF top repeat-x;
	text-align:left;
	clear:both;
	padding:40px 10px 40px 40px;
	border-left:1px solid #dadada;
	border-right:1px solid #dadada;
}
#leafthrough {
	text-align:center;
}
#leafthrough a {
	text-decoration:none;
	color:#0088e8;
}
#leafthrough a:hover {
	text-decoration:none;
	color:#F06F1B;
}
#leafthroughleft a:hover {
	background:#FFF url(./images/arrow_left_over.gif) no-repeat left;
}
#leafthroughright a:hover {
	background:#FFF url(./images/arrow_right_over.gif) no-repeat right;
}
#leafthroughleft a {
	padding-left:20px;
	margin-right:10px;
	background:#FFF url(./images/arrow_left.gif) no-repeat left;
}
#leafthroughright a {
	padding-right:20px;
	margin-left:10px;
	background:#FFF url(./images/arrow_right.gif) no-repeat right;
}
#footer {
	background:#dadada top no-repeat;
	padding:5px 0 5px 0;
	text-align:center;
	font-size:0.75em;
	color:#666;
}
#footer a {
	color:#666;
	text-decoration:none;
}
#footer a:hover {
	color:#f06f1b;
}
.pagefooter {
	background:#000000 url(./images/pagefooter.gif) top no-repeat;
	borde-top:5px solid #f06f1b;
}

/* The DIVs and the text of the bottom. */
#bottomcontainer {
	padding:20px 10px;
}
#bottomleft {
	width:200px;
	float:left;
}
#bottomcenter {
	width:200px;
	float:left;
	text-align:center;
}
#bottomright {
	width:280px;
	float:right;
}
#bottomright p {
	text-align:justify;
	font-size:0.85em;
	color:#efefef;
	line-height:1.2em;
	width:270px;
	letter-spacing:1px;
}
.bottominfotext  {
	text-align:center;
	font-size:0.85em;
	color:#efefef;
	line-height:1.2em;
	letter-spacing:1px;
}
.bottominfotext
#bottomright a {
	text-decoration:underline;
}
#bottomright a:hover {
	text-decoration:none;
}
#bottomright img { padding:3px; margin:15px 5px 5px 5px; border:3px solid #EA8800; }
#bottom h3 {
	color:#fff;
	font-size:1.3em;
	margin:0;
	padding:0;
	text-align:center;
}
#bottom h3 span {
	color:#484848;
	font-size:2em;
	padding-left:0px;
}

.bottomlist {
	margin:0 0 20px 0;
	padding:0;
	list-style:none;
	border-top:1px solid #f06f1b;
	text-align:center;
}
.bottomlist a {
	display:block;
	width:80%;
	text-decoration:none;
	border-bottom:1px solid #f06f1b;
	background:#f06f1b;
	color:#fff;
	font-size:0.9em;
	letter-spacing:1px;
	margin:0 auto;
	padding:2px 4px;
}
.bottomlist a:hover {
	background:#484848;
	width:90%;
	color:#fff;
}
#bottom {
	background:#f06f1b url(./images/bottomtop.gif) top repeat-x;
}
#bottomspaceholder {
	height:30px;
	width:898px;
	border-left:1px solid #dadada;
	border-right:1px solid #dadada;
}

#suche {
	padding:180px 10px 10px 666px;
}

#teaser {
	padding:10px 10px 10px 450px;
}

#laufband {
	width:380px;
	padding:5px 10px 0px 10px;
	font-size:0.85em;
	color:#666666

}

#flags {
    margin:0 0 0 800px;
}

/* #searchform input {
	text-align:left;
	background:#999999;
	border: 1px solid #EA8800;
	color:#000;
	letter-spacing:1px;
	width:170px;
} */
 
/* The Text. */
.entry {

}
.dateandtime {
	padding-left:10px;
	font-size:.7em;
	color:#666;
	text-transform:none;
}
.entrytext {
	line-height:1.4em;
	text-align:justify;
	padding:10px 40px 0 0;
}
.entrytext p {
	padding-bottom:0.5em;
}
.datum {
	font-size:0.8em;
	text-align:left;
	font-style:italic
}
.minimeta {
	padding:10px;
	background:#fff url(./images/minimetabg.gif) bottom repeat-x;
	margin:0 0 30px 0;
	width:300px;
	font-size:0.7em;
	text-align:left;
	border-bottom:1px dotted #f06f1b;
}
.minimeta a { 
	text-decoration:none;
	color:#0A67A0;
}
.minimeta a:hover {
	color:#36F;
}
.bearbeiten {
	padding-left:15px;
	background:transparent url(./images/edit.gif) left no-repeat;
	font-size:0.7em;
	text-align:left;
}
.bearbeiten a { 
	text-decoration:none;
	color:#0A67A0;
}
.bearbeiten a:hover {
	color:#36F;
}
.meta {
	padding:10px;
	background:#fff url(./images/minimetabg.gif) bottom repeat-x;
	margin:20px 115px 40px 75px;
	font-size:0.85em;
	text-align:left;
	border:1px solid #f06f1b;
	line-height:1.5em;
}
.meta a { 
	text-decoration:none;
	color:#0A67A0;
}
.meta a:hover {
	color:#36F;
}
.permalink {
	padding-left:20px;
	background:transparent url(./images/permalink.gif) left no-repeat;
}
.category {
	padding-left:20px;
	margin-left:20px;
	background:transparent url(./images/category.gif) left no-repeat;
}
.commentslink {
	padding-left:20px;
	background:transparent url(./images/comments.gif) left no-repeat;
}
.time {
	padding-left:25px;
	margin-left:20px;
	background:transparent url(./images/time.gif) left no-repeat;
}
.rss4comments {
	padding-left:25px;
	margin-left:20px;
	background:transparent url(./images/rss4comments.gif) left no-repeat;
}
.author {
	padding-left:25px;
	margin-left:20px;
	background:transparent url(./images/author.gif) left no-repeat;
}
.commentsinmeta {
	padding-left:25px;
	margin-left:20px;
	background:transparent url(./images/comments.gif) left no-repeat;
}
.categoryinmeta {
	padding-left:25px;
	margin-left:20px;
	background:transparent url(./images/category.gif) left no-repeat;
}

.laufband {
	font-size:2.85em;
	color:#666666
}

/*----------------untermenue-------------------*/

.untermenue{
  list-style-type:disc;
  height:2em;
  font-size:1em;
  font-weight:bold;
  font-family:Arial,Helvetica,sans-serif;
  margin:0.1em 0 8em 1em;
/*  color:black; */
}

/*
.untermenue li{
  float:left;

}
*/

.untermenue a{
  color:#f06f1b;
  /* padding:0 0.3em 0 0.3em;
  border-left:1px solid #333333; 
  margin-right:0.1em;  */
  text-decoration:underline;
}

.untermenue a:hover{text-decoration:none;}


/*----------------links-------------------*/

.links{
  list-style:none;
  font-size:1em;
  font-family:Arial,Helvetica,sans-serif;
}


.links a{
  color:#0088e8;
  text-decoration:underline;
}

.links a:hover{text-decoration:none;}



/* Okay, so far the DIVs now */

/* So, let's rock the headings etc. */
h1 {
	font-family: Times New Roman, times, serif;
	color:#000;
	font-size:1.6em;
	text-align:left;
	padding:15px 0px 0px 460px;
	letter-spacing:1px;
	text-transform: uppercase;
}
h1 span {
	font-size:1.6em;
	color:#f06f1b;
}
h2 {
	color:#0088e8;
	font-size:1.2em;
	font-weight:bold;
    padding:20px 0 0 0;
}
h2 a { 
	color:#0088e8;
	text-decoration:none;
}
h2 a:hover { 
	color:#36C;
	text-decoration:none;
}
h3 {
	color:#f06f1b;
	font-size:1em;
	padding:25px 0 0 0;
	font-weight:bold;
}
h3 a {
	color:#666;
	text-decoration:none;
}
h3 a:hover {
	color:#f06f1b;
	text-decoration:none;
}
a {
	color:#0088e8;
	text-decoration:underline;
}
a:hover {
	color:#484848;
	text-decoration:none;
}

ul {margin-left:2em;
    list-style-type: square;
}

/*p img {
	margin:10px;
	padding:5px;
	border:2px solid #D0D5DA;
	background:#F3F3F3;
}
p a img {
	margin:10px;
	padding:5px;
	border:2px solid #D0D5DA;
	background:#F3F3F3;
}
p a img:hover {
	margin:10px;
	padding:5px;
	border:2px solid #D0D5DA;
	background:#F3F3F3;
}*/
img.left {
	float:left;
}
img.right {
	float:right;
}
img.wp-smiley {
	margin:0;
	padding:0;
	border:0;
	background:#FFF;
}
blockquote {
	margin:5px 20px;
	border-left:4px solid #D0D5DA;
	padding:5px 20px 5px 10px;
	color:#333;
	letter-spacing:0px;
	line-height:1.2em;
	background:#F3F3F3;
}

/* Formatting the damned comment section */
h3 span {
	font-size:0.6em;
	padding-left:20px;
	font-weight:normal;
	text-transform:none;
}
h3 span a {
	color:#0088e8;
	text-decoration:none;
}
h3 span a:hover {
	text-decoration:underline;
}
#commentlist {
	margin:15px 110px 50px 30px;
	list-style:none;
	font-size:0.9em;
	text-align:justify;
	background: #fff;
}
#commentlist li {
	margin:10px 0;
	padding:15px 20px 20px 20px;
	border-bottom:1px solid #f06f1b;
}
#commentlist cite {
	font-weight:bold;
	font-style:normal;
	font-size:1.4em;
	letter-spacing:-1px;
}
#commentlist .commentmeta {
	font-size:0.8em;
	padding-bottom:5px;
}
#commentlist cite a {
	text-decoration:none;
}
#commentlist cite a:hover {
	text-decoration:none;
	color:#f06f1b;
}
#commentlist cite span {
	font-size:0.5em;
	letter-spacing:0px;
	font-weight:normal;
	padding-left:10px;
	text-transform:none;
}
#commentlist cite span a {
	color:#aaa;
}
#commentlist cite span a em {
	display:none;
	font-style:normal;
}
#commentlist cite span a:hover {
	color:#f06f1b;
}
#commentlist cite span a:hover em {
	display:inline;
}
#respond {
	margin-bottom:15px;
}
#commentform p {
	line-height:1.2em;
	margin:5px 0;
}
#commentform input {
	border:3px solid #D0D5DA;
	background:#F3F3F3;
	padding:2px;
	margin:2px;
	letter-spacing:1px;
	font-weight:bold;
	color:#666;
}
#commentform input:focus {
	border:3px solid #f06f1b;
	color:#444;
}
#commentform input#submit:hover {
	cursor:pointer;
	border:3px solid #f06f1b;
	color:#444;
} 
#commentform label {
	font-size:0.9em;
	color:#444;
}
#commentform textarea {
	border:3px solid #D0D5DA;
	background:#F3F3F3;
	padding:2px;
	margin:2px;
	letter-spacing:1px;
	color:#666;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	line-height:1.3em;
	width:500px;
	height:180px;
}
#commentform textarea:focus {
	border:3px solid #f06f1b;
	color:#444;
}



/* Okay, so far the comments. */

.monthsarchive {
	list-style:none;
	margin:10px 0px 10px 20px;
	padding:0;
}
.monthsarchive a {
	display:block;
	padding:4px 6px;
	list-style:none;
	width:200px;
	color:#444;
	text-decoration:none;
	letter-spacing:1px;
	font-size:0.9em;
}
.monthsarchive a:hover {
	background:#dadada;
	color:#100;
}
.latest20 {
	list-style:none;
	margin:10px 80px 10px 20px;
	padding:0;
}
.latest20 li {
	padding:0;
}
.latest20 a {
	color:#444;
	text-decoration:none;
	padding:4px 6px;
	letter-spacing:1px;
	font-size:0.9em;
	display:block;
	width:70%;
}
.latest20 a:hover {
	background:#dadada;
	color:#100;
}
.latest20 span {
	display:inline;
	color:#999;
	font-size:0.8em;
	padding-right:10px;
}
.latest20 a:hover span {
	color:#444;
}

#player1, #player2, #player3 {text-align: center;}
