/*
Theme Name: Twenty Ten Thirteen
Theme URI: http://www.throwingabrick.com/wordpress/customizing-the-wordpress-twenty-ten-theme.html
Description: A Twenty Ten Child Theme
Author: Ed Love
Author URI: http://www.edlovewebdesign.com
Template: twentyten
Version: V0.1.0
*/

@import url('../twentyten/style.css');

/* redo menu as orange */

#site-title a, 
#site-description {
    color: orange;
}

/* remove black line above header image */
#branding img {
    border-top: none;
    border-bottom: none;
}

#header {
    padding: 20 0 0;
}

/* menu background */
#access {
    background: orange;
}

#access a {
 color: black;
}

#access ul ul a {background: orange;}

#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
  color: white; background: red;
}

#access li:hover > a,
#access ul ul:hover > a {
	color: white; background: orange;
}

#access li a:hover,
#access li a:focus {
	color: white; background: orange;
}
