@charset "UTF-8";
/**
 * Theme Name:     wp-1987
 * Theme URI:      http://1987.karl-guenzel.de/
 * Description:    Child theme for the Twenty Eleven theme.
 * Author:         Joerg Borrmann
 * Author URI:     http://borrmann-web.de/
 * Template:       twentyeleven
 * Version:        0.1.0
 */
@import url('../twentyeleven/style.css');

#site-title {
/*	margin-right: 270px; */
	padding-top: 0.5em;
}
#site-title a {
	color: #113562;
	font-family:arial,verdana, sans-serif;
}
#site-description {
	font-variant:small-caps;
	margin-bottom: 0.5em;
}
#access {
	background: #B39463;
	background: -moz-linear-gradient(#FFDBA1, #956416) repeat scroll 0 0 transparent;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}
#access ul a {
	color: #fc9;
}
#access ul ul a {
	background: #B39463;
	color: #006;
}
#access li:hover > a,
#access ul ul :hover > a {
	background: #4672A7;
}
#access .current_page_item > a,
#access .current_page_ancestor > a,
#access .current_page_parent > a {
	background: #113562;
	color: #c99;
}
.highlight {
	color: #036;
}
