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