/*
Theme Name:     Twenty Eleven Child
Theme URI:      https://wordpress.org/themes/twentyeleven
Description:    Child theme for the Twenty Eleven theme
Author:         Jannie
Author URI:     http://vvemaasdam.nl/
Template:       twentyeleven
Version:        0.1.0
*/
@import url("../twentyeleven/style.css");

/* referentie naar wordpress weg */
#site-generator{display: none;} 

/* Line 517 > randje boven header */
#branding
{
  border-top-width: 0px;
  border-top-style: solid;
  border-top-color: #bbbbbb;
  padding-bottom: 10px;
  position: relative;
  z-index: 9999;
}

/* Line 631 > huidige menu item een kleurtje geven en stylen */
#access .current-menu-item > a, #access .current-menu-ancestor > a, #access .current_page_item > a, #access .current_page_ancestor > a
{
  font-weight: normal;
  color: #d45856;
}

