/*
Theme Name:     Oxygen Child 
Theme URI:      http://example.com/
Description:    Child theme for the Oxygen theme
Author:         Matti Yrjola
Author URI:     http://lib.aalto.fi/
Template:       oxygen                             
Version:        0.1.0
*/
@import url("../oxygen/style.css");
#branding {
  width: 100%;
}
#menu-secondary li a {
  background-color: #7B7F8A;
  background-color: #222;
  background-color: #2571b8;
  border-bottom: 1px solid #FFF;
  color: #FFF;
  text-transform: none;
  font-size: 1em;
}
#menu-secondary li a:hover {
  background-color: #7B7F8A;
}
#menu-secondary li.current-menu-item a {
  background-color: #FED100;
  background-color: #CCC;
  background-color: #007ace;
  background-color: #0077DD;
  color: #FFF;
}
#menu-secondary li li a {
  color: #FFF;
}
.singular-page .entry-title {
  color: #0077DD;
}
#site-description {
  color: #555;
}
#content {
  width: 100%;
}
#footer a {
  text-decoration: underline;
}
#footer a:hover {
  border-bottom: none;
}
