/*
Theme Name: Stuttgarter Brotmarkt
Author: Maximilian Warsewa
Author UI: http://brainwidth.org/
*/

@import "typo.css";
@import "grid.css";

* {
	margin: 0;
	padding: 0;
}

a img {
	border: 0;
}

body {
	font: 13px helvetica, arial, sans-serif;
	line-height: 1.5;
	color: #111;
	background: #fff;

	margin: 20px;
}

#page {
	margin: 0 auto;
	background: transparent url(img/bg.jpg) 0 bottom no-repeat;
}

#header {
	width: 100%;
	margin-bottom: 1em;
	float: left;

	background: #fff;
}

#header h1 {
	width: 615px;
	height: 84px;
	text-indent: -9999px;
	background: #fff url(img/logo.gif) 0 0 no-repeat;
}

p#event-date {
	color: #fff;
	background: #b00;

	width: 490px;

	float: left;

	/*padding: 0.2em 1em;*/

	padding: 0.2em 0;
	text-align: center;

	margin-bottom: 1em;

	font-size: 115%;
}

p#tag-line {
	position: relative;
	top: -60px;
	right: 170px;
	float: right;

	margin-bottom: -109px;

	width: 190px;
	height: 109px;

	text-indent: -9999px;
	background: transparent url(img/tagline.gif) 0 0 no-repeat;
}


#navigation {
	list-style: none;
	line-height: 32px;
}

#navigation li a {
	display: block;
	margin-left: 20px;
	margin-bottom: 4px;

	padding-left: 34px;
	background: transparent url(img/nav-bg.gif) 0 0 no-repeat;

	color: #fff;
	text-decoration: none;
}

#navigation li.active a {
	background-position: 0 -32px;
}

#sponsors {
	list-style: none;
	float: left;
}

#sponsors li {
	float: left;
	margin: 0 0 7px 7px;
}

#sponsors li img {
	width: 140px;
}

#sponsors li.odd {
	clear: left;
}

#footer {
	clear: left;
	border-top: 1px solid #ccc;
	padding-top: 0.5em;

	background: #fff;
}

#kindertaler {
	clear: left;
	border-top: 1px solid #fff;
	padding-top: 7px;

	color: #fff;
}

#kindertaler .text,
#kindertaler img {
	width: 140px;
	margin: 0 0 7px 7px;
	float: left;
}

#kindertaler a {
	color: #fff;
}

