/*
Theme Name:     Pages Menu (based on Twenty Twelve) Testedit
Theme URI:      http://www.site36.net
Description:    Adds a special page-template with a page navigation to the secondary area in the sidebar, also adds breadcrumbs if post has a parent test edit
Author:         site36
Author URI:     http://www.site36.net
Template:       twentytwelve
Version:        0.2
*/

/* This @import line loads the stylesheet from the parent theme */
@import url("../twentytwelve/style.css");
 
/* Now we can override styles from the parent theme... */

.pages-menu h2 {
  margin-bottom: 1em;
}

.pages-list li {
  margin-bottom: 0.4em;
}

.pages-list li a {
  border-radius: 2px;
  display: block;
  line-height: 126%;
  padding: 1px 4px;
  text-decoration: none;
  transition: background-color 0.7s;
}

.pages-list li a:hover {
  background-color: #CCC;
}

.site-info {
  display: none;
}


.breadcrumbs {
  color: #888;
  margin-bottom: 1.5em;
  border-bottom: 1px solid #eee;
}

.breadcrumbs:hover {
  color: #333;
}

.breadcrumbs:hover a {
  color: #21759B;
}

.breadcrumbs a {
  color: #888;
  text-decoration: none;
}
