/* Welcome to Compass.
* In this file you should write your main styles. (or centralize your imports)
* Import this file using the following HTML or equivalent:
* <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* line 16, ../sass/adminbar.scss */
/*--------------------背景--------------------*/
#wpadminbar {
background: #FFB6C1;
color: #ffffff;
}


/*--------------------プルダウン--------------------*/
#wpadminbar .menupop .ab-sub-wrapper, #wpadminbar .shortlink-input,
#wpadminbar .quicklinks .menupop ul.ab-sub-secondary, #wpadminbar .quicklinks .menupop ul.ab-sub-secondary .ab-submenu {
background: #FFB6C1;
}

/*----------マウスオーバー----------*/
#wpadminbar .menupop .ab-sub-wrapper a:hover, #wpadminbar .shortlink-inputr a:hover,
#wpadminbar .quicklinks .menupop ul.ab-sub-secondary a:hover, #wpadminbar .quicklinks .menupop ul.ab-sub-secondary .ab-submenu a:hover,
#wpadminbar .ab-top-menu > li.hover > .ab-item, #wpadminbar .ab-top-menu > li:hover > .ab-item, #wpadminbar .ab-top-menu > li > .ab-item:focus, #wpadminbar.nojq .quicklinks .ab-top-menu > li > .ab-item:focus{
background: #ADD8E6;
}

/*--------------------アイコン--------------------*/
#wpadminbar #adminbarsearch:before, #wpadminbar .ab-icon:before, #wpadminbar .ab-item:before {
color: #FFFFFF;
}

/*--------------------ねこアイコン--------------------*/
#wpadminbar .ab-top-menu #wp-admin-bar-marutto-logo .ab-item{
width:33px;
background:url(../img/neko_small.png) no-repeat center center;
}

#wpadminbar .ab-top-menu #wp-admin-bar-marutto-logo .ab-item:hover{
background:url(../img/neko_small.png) no-repeat center center #ADD8E6;
}


/*----------全リンク----------*/
body.wp-admin a,
#wpadminbar
{
    color:#505050 !important;
}
