/*Admin css - examples*/

/*the menu headers - just to give you a starting point*/
#wphead {
background:#333;
}
h1 span#blog-title {
font-size: 0.6em;
font-weight:bold;
color:#eee;
}
span#blog-title a {
color:#eee;
}

#adminmenu{
background:#666;
border-top:5px solid #444;
}
ul#switchermenu {
background:#666;
}
#adminmenu a.current {
background:#333;
}
#adminmenu a {
color:#eee;
}
#submenu {
background:#999;
}

/*login form*/
body.login {
background:#fff;
}
body.login li a {
color:#666;
}
#login {
/*background:url( images/login-bkg-tile.jpg ) center top no-repeat;*/
}

#login form {
background:url(images/login-bkg-bottom.gif ) center bottom no-repeat;
}