/*
Theme Name: twentytenbi
Theme URI: http://bi-gasometer.de/
Description: Child Theme fuer twentyten @bi-gasometer.de
Author: alex
Author URI: http://che24.de
Template: twentyten
Version: 0.1
*/

@import url("../twentyten/style.css");
body {
	background:#fff url(images/body-bg.png) repeat-x top;
	font-size:10px;
	color: #666;
}
a {
	color: #006699;
	text-decoration: none;
}
a:hover {
	color: #666;
	text-decoration:none;
}
p {margin: 0; text-align: justify}
h1 {
	font size: 14px;
	color: #006699;
}
h2 {
	color: #006699;
}
blockquote {
	background: #EEE;
	padding:0 18px;
	margin:25px 45px;
	border-left:5px solid #DDD;
	font:8px;
	letter-spacing:0.02em;
}

content .entry-title {
	color: #006699;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.3em;
}
* html blockquote {height: 1%;}


/* =Header
-------------------------------------------------------------- */

#site-title {
	float: left;
	font-size: 24px;
	line-height: 30px;
	margin: 0 0 18px 0;
	width: 700px;
}
site-title a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
site-description {
	width: 220px;
}

