/*
Theme Name: twentyeleven-child
Theme URI: https://wordpress.org/themes/twentyeleven
Description: twentyeleven-child
Author: Wordpress
Author URI: https://wordpress.org/
Template: twentyeleven
Version: 1.9
*/

@import url("../twentyeleven/style.css");

/* HEADER */
#branding hgroup h1 {
margin-top: -40px;
margin-left: -50px;
width: 460px;
height: 94px;
}

#branding #header-img {
margin-top: 12px;
}

/* MENU */
#access {
background: linear-gradient(#383e90, #2f347a 50%, #252961 100%); 
}
#access li a:hover {
color: #fff;
background: linear-gradient(#56750e, #6a9211 50%, #8cc017 100%); 
}
#access .current-menu-item > a,
#access .current-menu-ancestor > a,
#access .current_page_item > a,
#access .current_page_ancestor > a {
color: #fff;
background: linear-gradient(#56750e, #6a9211 50%, #8cc017 100%); 
}

/* FOOTER */
#site-generator {
background-color: #8cc017;
color: #fff;
}
#site-generator a {
color: #fff;
text-decoration: underline;
}
#site-generator a:hover {
color: #252961;
}
#supplementary {
background-color: #252961;
color: #fff;
}
#supplementary.three .widget a {
color: #fff;
}
#supplementary.three .widget a:hover {
color: #8cc017;
}
#colophon .widget-title {
color: #fff;
}

#secondary p {
color: #00345c;
font-weight: bold;
}