/*

Theme Name: Stadt, Land, Fluss
Theme URI: http://www.galileopress.de
Description: Beispiel-Theme des "WordPress"-Video-Trainings
Author: Jonas Hellwig
Author URI: http://kulturbanause.de/
Version: 1.0
Tags: 

License:
License URI:

*/

/* globals  */

* {
	margin: 0;
	padding: 0;
	font-family: 'Droid Sans', sans-serif;
}

p {
	margin-bottom: 1em;
}

/* container  */

.container {
	max-width: 1000px;
	margin: 0 auto;
}

/* header */

#header {
	height: 140px;
	float: left;
	width: 100%;
}

.siteTitle {
	font-size: 2.625em;
	margin-top: 28px;
}

.siteTitle a {
	color: #633e13;
	text-decoration:none;
}

.siteDescription {
	color: #b07d42;
	font-size: 1.125em;
	font-weight: normal;
	margin-top: 5px;
}

/* navMain */

#navMain {
	background: #7ca42e;
	float: left;
	width: 100%;
}

#navMain ul {
	list-style: none;
}

#navMain li {
	float: left;
	margin-right: 2.8em;
}

#navMain a {
	padding: 1.7em .2em 1.5em .2em;
	display: block;
	color: white;
	text-decoration: none;
}

#navMain a:hover {
	color: black;
}

/* claim */

#claim {
	min-height: 200px;
	background: #5f472b;
	float: left;
	width: 100%;
}

#claim p {
	color:#b07d42;
	padding:30px 0;
	font-size:1.6em;
	line-height:140%;
	width:50%;
}

.category-europa #claim p {
	padding-left:200px;
	background:#5f472b url(img/europa.png) left no-repeat;
}

/* content */

#content {
	float: left;
	width: 100%;
	margin: 50px 0 80px;
}

/* main */

#main {
	width: 65%;
	float: left;
}

/* comments */

#commentForm input[type=text], 
#commentForm textarea {
	width:97%;
	padding:1.5%;
}

.singleComment {
	list-style:none;
	background:#eee;
	width:97%;
	padding:1.5%;
	margin:0 0 30px 0;
}

/* sidebar */

#sidebar {
	float: right;
	width: 30%;
	background: #f4ebdc;
}

aside {
	margin: 25px;
}

/* footer */

#footer {
	background: #7ca42e;
	float: left;
	width: 100%;
}

#navSecondary {
	background: #7ca42e;
	float: left;
	width: 100%;
	font-size: 0.8em;
}

#navSecondary ul {
	list-style: none;
}

#navSecondary li {
	float: left;
	margin-right: 2.8em;
}

#navSecondary a {
	padding: 1.7em .2em 1.5em .2em;
	display: block;
	color: white;
	text-decoration: none;
}

#navSecondary a:hover {
	color: black;
}
