/*
Theme Name: Twenty Ten amfedersee.de
Theme URI: http://wordpress.org/
Author: Fabian Weiss
Version: 1.0
Template: twentyten
*/

@import url("../twentyten/style.css");

#site-info {
	float: left;
	font-size: 14px;
	font-weight: bold;
	width: 700px; /* footer enger gemacht */
}

#site-title {
	float: left;
	font-size: 25px;
	line-height: 36px;
	margin: 0 0 18px 0;
	width: 500px; /* Kopf enger gemacht */
}

#site-description {
	clear: right;
	float: right;
	font-style: italic;
	margin: 14px 0 18px 0;
	width: 320px;
	font-size: 15px; /* Schrift größer gemacht */
}

#header {
	padding: 15px 0 0 0; /* header weiter nach oben */
}

.entry-utility {
	clear: both;
	color: #888;
	font-size: 12px;
	line-height: 18px;
  text-align:center; /* unter dem post zentriert */
}

#content .entry-title {
	color: #000;
	font-size: 21px;
	font-weight: bold;
	line-height: 1.3em;
	margin: 0;
}

/*.page-title {
	color: #000;
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 40px 30px !important;
	border: 10px solid #f1f1f1;
}*/

.entry-content p
{
  text-align: justify;
}

#category-header
{
	margin: 0 12% 40px 8%;
	border: 10px solid #f1f1f1;
  background-color: #87ccf6;
}

#category-header h1
{
	color: #333;
	font-size: 18px;
	font-weight: bold;
  margin-left: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: "Helvetica Neue",Arial,Helvetica,"Nimbus Sans L",sans-serif;
}

#category-header h1 span {
	color: white;
	font-size: 18px;
	font-style: italic;
	font-weight: normal;
  font-family: Georgia,"Bitstream Charter",serif;
}


