/*
Theme Name: teebaer
Theme URI: http://www.teebaer.de/
Description: Theme für Teebaer Blog
Version: 1.0
Author: Timur Lukas Bär
*/


a {
	color: #2E2E2E;
	text-decoration:none;
}

a img {
	border: none;
}

a:visited {
	color: #000000;
}

a:hover {
	color: #cf8032;
}

/*Überschriften von Einträgen*/
.boxab a {
	color: #424242;
	text-decoration:none;
}

.boxab a img {
	border: none;
}

.boxab a:visited {
	color: #424242;
}

.boxab a:hover {
	color: #cf8032;
}

/**/

acronym, abbr {
	border-bottom: 0px dashed;
}

acronym, abbr, span.caps {
	font-size: 90%;
	letter-spacing: 0.7em;
}

acronym, abbr {
	cursor: help;
}

body {
	background: #ffffff;
	margin: 0;
	padding: 0;
}

cite {
	font-size: 90%;
	font-style: normal;
}
.feed {
	margin-left: 3px;
	padding: 0 0 0 19px;
	background: url("images/feed-icon.png") no-repeat 0 50%;
} 

.boxab {
	margin-bottom: 40px;
}

/*Typo Formatierung*/

body {
	font-family: 'Helvetica', 'Arial', 'Lucida', 'sans-serif';
}

h1 {
	font-family: 'Didot', 'Bodoni', 'Times', 'Times New Roman', 'serif';
	font-weight: 100;
	font-size: 1.4em;
}

h2 {
	font-family: 'Helvetica', 'Arial', 'Lucida', 'sans-serif';
	font-style: italic;
	font-weight: 100;
	font-size: 0.8em;
	font-variant: small-caps;
}

h3 {
	border-bottom: 1px dotted #000000;
	font-family: 'Helvetica', 'Arial', 'Lucida', 'sans-serif';
	font-variant: small-caps;
	font-size: 1.0em;
}

h4{
	font-family: 'Helvetica', 'Arial', 'Lucida', 'sans-serif';
	font-size: 1.0em;
	font-weight: 100;
	line-height: 8pt;
}

ol#comments li p {
	font-size: 100%;
}

p, li, .feedback {
	font: 90%/175% 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	letter-spacing: -1px;
}

/*kommentar u. liste aussehen*/

#commentform #author, #commentform #email, #commentform #url, #commentform textarea {
	background: #fff;
	border: 1px solid #333;
	padding: .2em;
}

#commentform textarea {
	width: 100%;
}

#commentlist li ul {
	border-left: 1px solid #ddd;
	font-size: 110%;
	list-style-type: none;
}

#commentlist li .avatar {
	float: right;
	margin-right: 25px;
	border: 1px dotted #ccc;
	padding: 2px;
}

.entry {
	clear:both;
	padding:10px 0 5px;
}
#navilr {
	top: 20px;
	font-size: 0.8em;
}

/* Boxen */

#header {
	background-image: url(images/background.jpg);
	margin: 0px 0px 0px 200px;
	width: 800px;
	height: 200px;
	position: absolute;
}

#content {
	background: #ffffff;
	margin: 25px 0px 60px 30px;
	position: static;
	width: 760px;
	min-height: 400px;
}

#footer {
	background: #ffffff;
	width: 800px;
	height: 60px;
	position: absolute;
	border-width: 2px 0px 0px 0px;
 	border-style:solid;
 	border-color:#000000;
 	padding-bottom: 200px;
}

#sidebar {
	background: #e7e7e7;
	width: 800px;
	height: 20px;
	border-width: 2px 0px 1px 0px;
 	border-style:solid;
 	border-color:#000000;
 	margin-top: -22px;
 	padding: 0px 0px 5px 0px;
 	position: static; 	
}


/*menü horizontal*/

#sidebar ul li {
	display: inline;
	float: right;
 	margin-top: -16px;
 	margin-right: 10px;
	word-spacing: 2px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}	

/*listen aussehen*/

#listea ul {
	list-style-type: none;
}

#listea {
	background: #ffffff;
	width: 250px;
	float: left;
}

#listeb ul {
	background: #ffffff;
	width: 250px;
	float: right;
	margin-right: 250px;
	margin-top: 7px;
	list-style-type: none;
}

/*schön das du da warst*/