/*
2	Theme Name: hausmitteilungen.com
3	Description: A Child Theme of Twenty Ten von Daniel
4	Template: twentyten
5	*/
@import url(../twentyten/style.css);

/* This is the custom header image */
#branding img {
	clear: both;
	border-top: none;
	display: block;
	border-bottom: none;
}

#wrapper {
	margin-top: 20px;
	background: #fff;
	padding: 0 0;
}
#site-title {
	float: left;
	margin: 0 0 -50px 0;
	width: 700px;
	font-size: 30px;
	line-height: 36px;
}
#site-title a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
#site-description {
	clear: right;
	float: right;
	font-style: italic;
	margin: 14px 0 18px 0;
	width: 220px;
	display: none;
}
