/*
Theme Name: KanzleiPräsente
Description: Ein Childtheme für das "Bushwick"-Theme von James Dinsdale
Author: Praetor Intermedia
Author URI: http://www.praetor.im
Template: bushwick
Version: 1.0
Tags:
*/
@import url("../bushwick/style.css");

#sidebar-header {
	margin-left:10%;
	text-align:right;
	border: 1px solid #333;
	/* halbtransparente Hintergrundfarbe */
	background-color:rgba(223,196,196,0.5);
	/* Ecken runden */
	border-radius:15px 15px 15px 15px; /* CSS3 */
	-moz-border-radius:15px 15px 15px 15px; /* Firefox */
	-webkit-border-radius:15px 15px 15px 15px; /* Chrome, Safari */
	-khtml-border-radius:15px 15px 15px 15px; /* Konqueror */
	behavior:url(border-radius.htc); /* Internet Explorer */
	}

#sidebar-header > aside {
	width:90%;
	}

#sidebar-header a {
	color:#fff;}

#sidebar-header ul 		{
	padding-right:0;
	padding-left:0;
	margin-left:0;
	margin-right:0;
	}

.site-header h1 {
	margin-right:30%;
	text-align:right;
	}

.site-description {
	margin-right:30%;
	text-align:right;
	}

.site-title {
    -webkit-hyphens: none;
    -moz-hyphens: none;
    hyphens: none;
}

h1.entry-title{
	font-size:50px;
	line-height:50px;
}