/**
 * Theme Name: BuddyPress Default
 * Theme URI: http://buddypress.org/extend/themes/
 * Description: [NOTE: except for security issues, BuddyPress Default is no longer being actively maintained by the BuddyPress team.] Clean and stylish, BuddyPress Default lets you build a social network straight out of the box. Make it yours with a custom menu, header image, and background. Along with five widgetized areas (one in the sidebar, four in the footer), BP-Default supports featured images (as custom header images on posts and pages) and is furnished with an optional one-column page template that removes the sidebar, and a stylesheet for the admin Visual Editor.
 * Version: 1.9
 * Author: the BuddyPress team
 * Author URI: http://buddypress.org
 * License: GNU General Public License
 * License URI: license.txt
 * Tags: blue, buddypress, custom-background, custom-header, custom-menu, editor-style, featured-image-header, featured-images, fixed-width, light, right-sidebar, rtl-language-support, sticky-post, threaded-comments, translation-ready, two-columns, white
 *
 *** IMPORTANT ***
 *
 * BuddyPress Default is no longer being actively developed by the BuddyPress team.
 *
 * If you want to make a custom theme based on this theme, DO NOT copy and edit it. By
 * doing this you will make updates and maintainence much harder for yourself.
 * Instead, please read this codex page on how to build a BuddyPress child theme:
 *
 * http://codex.buddypress.org/how-to-guides/building-a-buddypress-child-theme/
 *
 ***
 *
 * This file intentionally left blank. CSS is enqueued in functions.php
 *
 */

.item-header .entry-content

 {
	max-width: 80%; /* geändert */
}

		#headimg {max-width: 80%;
			position: relative;
			color: #fff;
			background: url(http://grundrechteforum.de/wp-content/themes/a/<?php header_image(); ?>);
			-moz-border-radius-bottomleft: 6px;
			-webkit-border-bottom-left-radius: 6px;
			-moz-border-radius-bottomright: 6px;
			-webkit-border-bottom-right-radius: 6px;
			margin-bottom: 20px;
			height: 133px;
		}

		#headimg h1{max-width: 80%;
			position: absolute;
			bottom: 15px;
			left: 15px;
			width: 44%;
			margin: 0;
			font-family: Arial, Tahoma, sans-serif;
		}
		#headimg h1 a{max-width: 80%;
			color:#<?php header_textcolor(); ?>;
			text-decoration: none;
			border-bottom: none;
		}
		#headimg #desc{max-width: 80%;
			color:#<?php header_textcolor(); ?>;
			font-size:1em;
			margin-top:-0.5em;
		}

		#desc {max-width: 80%;
			display: none;
		}