/*******************************************************************************
 Domain:     http://gscheuerwand.de
 Datei:      base.css
 Funktion:   Basisstyles definieren, die �berall genutzt werden

 Erstellt:   02.06.2009
 Version:    02.06.2009
 Media:      all

 Autor:      Benjamin Hofmann
 copyright:  Benjamin Hofmann
*******************************************************************************/

/*******************************************************************************
 Struktur-Layout:
 =A. Layout
*******************************************************************************/

/*******************************************************************************
 =A. Layout
*******************************************************************************/

html {
	color: #eee;
	font-family: Arial, sans-serif;
	background: #111 url(../img/bg.jpg) no-repeat top center;
	margin: 0;
}

.section, .header, .nav {
	display: block;
}

#body {
	margin: 13em auto 0 auto;
	width: 60em;
	position: relative;
}

#lifestream, #faq, #imprint, .footer {
	position: absolute;
}

#faq, #imprint {
	display: none;
}

.header {
	padding: 1em;
	font-size: 1.2em;
	line-height: 1.5em;
	background: #111;
	width: 580px;
}

.footer {
	position: absolute;
	top: 0;
	right: 0;
	padding: 5px 10px;
}

.footer .nav ul li, .footer .nav ul li:hover {
	display: inline;
	margin: 0 0 0 1em;
	background: none;
}

.footer .nav ul li a {
	display: inline;
	padding: 0;
	color: #73880a;
	text-decoration: none;
}

.footer .nav ul li a:hover, .footer .nav ul li a:focus {
	color: #fff;
	background: none;
	text-decoration: underline;
}

h1, h2, h3, h4 {
	font-family: 'Century Gothic', Verdana, Arial, sans-serif;
	font-weight: normal;
	line-height: 1em;
	margin: 0 0 5px 0;
}

h1 {
	font-size: 2.5em;
	color: #d01f3c;
}

h2 {
	font-size: 1.67em;
	color: #73880a;
}

h3 {
	font-size: 1.36em;
	color: #d01f3c;
}

.nav ul {
	margin: 1em 0 0 0;
	background: #111;
}

.nav ul li {
	border-bottom: 1px solid #111;
	padding: 10px;
	font-size: 1.1em;
	color: #808080;
	background-image: url('../img/sprite.png');
	background-repeat: no-repeat;
}

.nav ul li a {
	display: block;
	text-decoration: none;
}

.nav ul li:hover, .nav ul li:focus {
	background-color: #d01f3c;
}

.nav ul li.loading {
	background-position: 574px 17px;
}

.nav ul li.loaded {
	background-position: 574px -49px;
}

.nav ul li.active {
	background-color: #73880a;
	background-position: 574px -115px;
}

.nav ul li:hover h3, .nav ul li:focus h3, .nav ul li.active h3,
.nav ul li:hover p, .nav ul li:focus p, .nav ul li.active p {
	color: #fff;
}

.feedlist {
	position: absolute;
	background: #222;
	border: 1px solid #333;
	width: 32em;
	display: none;
	top: 40%;
	left: 50%;
	margin-left: -16em;
}

.feedlist h4 {
	background: #73880a;
	margin: 5px;
	padding: 5px;
	font-size: 1.3em;
	cursor: move;
}

.feedlist ul {
	margin: 5px;
}

.feedlist ul li {
	margin: 10px 0;
}

.feedlist ul li a {
	text-decoration: none;
	font-size: 1.1em;
}

.feedlist .more {
	text-align: right;
	padding: 9px 0;
}

.feedlist .more a {
	padding: 3px;
	margin: 5px;
	background: #73880a;
	text-decoration: none;
}

.feedlist .more a:hover, .feedlist .more a:focus {
	background: #d01f3c;
}

.feedlist .close {
	text-indent: -50000em;
	display: block;
	width: 16px;
	height: 16px;
	position: absolute;
	top: 8px;
	right: 8px;
	background: url('../img/sprite.png') no-repeat 0 -198px;
}

.section.inner {
	padding: 10px;
	background: #111;
	margin: 10px 0 0 0;
	font-size: 1.2em;
	line-height: 1.5em;
}

.section.inner dd, .section.inner p {
	margin-bottom: 1.5em;
}
