/*   
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.1 beta1 - edit for wildersueden
.
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: 100.01%; 
	position: relative;  
	color: #000;        
	background: #fff;
	text-align: left; 
	} 
fieldset, img { border: 0; }
select, input, textarea { font-size: 99% }


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

}
#wrapper {
	width:700px;
	margin:20px auto 0px auto;
}
#header {
	width:700px;
	height:205px;
	background:#11162A url(./images/header.jpg);
}
#navbar {
	background:#F90 url(./images/navbg.gif) bottom repeat-x;
}
#navbar ul{
	padding: .3em 0;
	margin: 0;
	list-style-type: none;
	background:#F90 url(./images/navbg.gif) bottom repeat-x;
	color: #100;
	width: 90%;
	text-align: center;
	font-size:0.97em;
}
#navbar li {
	display:inline;
}
#navbar a {
	text-decoration: none;
	background:#F90 url(./images/navbg.gif) bottom repeat-x;
	color: #100;
	text-transform:lowercase;
	letter-spacing:.5px;
	padding: .3em 1.3em;
	margin:0 0.2em;
}
#navbar a:hover, #navbar .current_page_item a {
	color:#fff;
	background:#069;
}
a#feedbutton {
	background:#F90 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:#F90 url(./images/navbg.gif) bottom repeat-x;
	padding: .3em 1.2em .1em .3em;
	margin:0 0.2em;
}

#whitespace {
	background:#FFF url(./images/undernav.gif) top repeat-x;
	text-align:left;
	clear:both;
	padding:40px 10px 10px 80px;
	border-left:1px solid #CFD4D9;
	border-right:1px solid #CFD4D9;
}
#leafthrough {
	text-align:center;
}
#leafthrough a {
	text-decoration:none;
	color:#498B44;
}
#leafthrough a:hover {
	text-decoration:none;
	color:#5CA953;
}
#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:#131B9A url(./images/footer.gif) top no-repeat;
	padding:30px 0 20px 0;
	text-align:center;
	font-size:0.9em;
	color:#fff;
}
#footer a {
	color:#FFF;
	border-bottom:1px solid #F90;
	text-decoration:none;
}
#footer a:hover {
	color:#F90;
}
.pagefooter {
	background:#131B9A url(./images/pagefooter.gif) top no-repeat;
	borde-top:5px solid #F90;
}

/* 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;
}
#wp-calendar {
	color:#efefef;
	width: 75%;
	margin: 0 auto;
	text-align: center;
}
#wp-calendar a {
	text-decoration:none;
}
#wp-calendar tfoot {
	color: #FFF;
	padding: 3px 0;
}
#bottomright {
	width:280px;
	float:right;
}
#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;
	text-transform:lowercase;
	margin:0;
	padding:0;
	text-align:center;
}
#bottom h3 span {
	color:#369;
	font-size:2em;
	padding-left:0px;
}

.bottomlist {
	margin:0 0 20px 0;
	padding:0;
	list-style:none;
	border-top:1px solid #f90;
	text-transform:lowercase;
	text-align:center;
}
.bottomlist a {
	display:block;
	width:80%;
	text-decoration:none;
	border-bottom:1px solid #f90;
	background:#f90;
	color:#fff;
	font-size:0.9em;
	letter-spacing:1px;
	margin:0 auto;
	padding:2px 4px;
}
.bottomlist a:hover {
	background:#369;
	width:90%;
	color:#fff;
}
#bottom {
	background:#f90 url(./images/bottomtop.gif) top repeat-x;
}
#bottomspaceholder {
	height:30px;
	width:698px;
	border-left:1px solid #CFD4D9;
	border-right:1px solid #CFD4D9;
}
#searchform input {
	text-align:center;
	background:#f90;
	border: 3px solid #EA8800;
	color:#FFF;
	letter-spacing:1px;
	text-transform:lowercase;
	width:170px;
}
 
/* The Text. */
.entry {

}
.dateandtime {
	padding-left:10px;
	font-size:.85em;
	color:#666;
	text-transform:none;
}
.entrytext {
	line-height:1.4em;
	text-align:justify;
	padding:10px 40px 0 0;
}
.entrytext p {
	padding-bottom:0.5em;
}
.minimeta {
	padding:10px;
	background:#fff url(./images/minimetabg.gif) bottom repeat-x;
	margin:0 120px 60px 80px;
	width:380px;
	font-size:0.85em;
	text-align:center;
	border-bottom:1px solid #F90;
}
.minimeta a { 
	text-decoration:none;
	color:#0A67A0;
}
.minimeta 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 #F90;
	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;
	margin-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;
}



/* Okay, so far the DIVs now */

/* So, let's rock the headings etc. */
h1 {
	color:#FFF;
	font-size:2.2em;
	text-align:left;
	padding:120px 0px 0px 40px;
	letter-spacing:1px;
	text-transform:lowercase;
}
h1 span {
	font-size:1.4em;
	color:#F90;
}
h2 {
	color:#369;
	font-size:1.95em;
	font-weight:bold;
	text-transform:lowercase;
}
h2 a { 
	color:#369;
	text-decoration:none;
}
h2 a:hover { 
	color:#36C;
	text-decoration:none;
}
h3 {
	color:#666;
	font-size:1.6em;
	padding:10px 0 0 0;
	font-weight:bold;
	text-transform:lowercase;
}
h3 a {
	color:#666;
	text-decoration:none;
}
h3 a:hover {
	color:#777;
	text-decoration:none;
}
a {
	color:#069;
	text-decoration:underline;
}
a:hover {
	color:#069;
	text-decoration:none;
}
p img {
	margin:10px;
	padding:5px;
	border:3px solid #D0D5DA;
	background:#F3F3F3;
}
p a img {
	margin:10px;
	padding:5px;
	border:3px solid #D0D5DA;
	background:#F3F3F3;
}
p a img:hover {
	margin:11px;
	padding:4px;
	border:3px 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;
}
.entrytext ul, .entrytext ol {
	margin:5px 20px 10px 20px;
	padding:5px 30px;
	color:#333;
	letter-spacing:0px;
	line-height:1.3em;
	background:#F3F3F3;
}
.entrytext ul li { 
	list-style:square;
	padding-bottom:4px;
}
.entrytext ol li { 
	list-style:decimal-leading-zero;
	margin:0px 0px 0px 10px;
	padding-bottom:4px;
}

/* Formatting the damned comment section */
h3 span {
	font-size:0.6em;
	padding-left:20px;
	font-weight:normal;
	text-transform:none;
}
h3 span a {
	color:#069;
	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 #f90;
}
#commentlist cite {
	font-weight:bold;
	font-style:normal;
	font-size:1.4em;
	letter-spacing:-1px;
	text-transform:lowercase;
}
#commentlist .commentmeta {
	font-size:0.8em;
	padding-bottom:5px;
}
#commentlist cite a {
	text-decoration:none;
}
#commentlist cite a:hover {
	text-decoration:none;
	color:#f90;
}
#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:#F90;
}
#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 #F90;
	color:#444;
}
#commentform input#submit:hover {
	cursor:pointer;
	border:3px solid #F90;
	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: Verdana, 'Trebuchet MS', Helvetica, Arial, sans-serif;
	font-weight:bold;
	line-height:1.3em;
	width:500px;
	height:180px;
}
#commentform textarea:focus {
	border:3px solid #F90;
	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;
	text-transform:lowercase;
}
.monthsarchive a:hover {
	background:#CFD4D9;
	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;
	text-transform:lowercase;
	display:block;
	width:70%;
}
.latest20 a:hover {
	background:#CFD4D9;
	color:#100;
}
.latest20 span {
	display:inline;
	color:#999;
	font-size:0.8em;
	padding-right:10px;
}
.latest20 a:hover span {
	color:#444;
}
